Ask a Question related to Ruby, Design and Development.
-
Josef 'Jupp' Schugt #1
Mail delivery to non-mbox?
Saluton!
Hi!
I am presently delivering e-mails to my mbox style mailbox because
for this kind of mailbox I know how to correctly do locking. I would
like to be able to deliver to MH and Maildir style mailboxes as well.
I am looking for a library for that purpose or at least for
information how to avoid interference between my application (that
fetches mails from my POP3 account) and my mail program.
I did already seek for such a library but didn't find anything :-<
Gis,
Josef 'Jupp' Schugt
--
N'attribuez jamais à la malice ce que l'incompétence explique !
-- Napoléon
Josef 'Jupp' Schugt Guest
-
Dual mail delivery from scheduled task on dual-instanceCFMX7 Enterprise system
Hi all, first of all apologies in case this has been solved somewhere, but after a day of looking through forums and the web, I can not find... -
mbox mail archiving utilities
I've turned up 3 mail archive utilities: archivemail, archmbox, and chewmail Any good/bad/otherwise experiences with any or all of them? Any... -
AntiVir ALERT [your mail: "Mail Delivery (failure marcin@olesno.pl)"]
* * * * * * * * * * * * * * * AntiVir ALERT * * * * * * * * * * * * * * * AntiVir wykryl virusa w mail'u z twojego adresu: questions@freebsd.org:... -
Mail::Mbox::MessageParser 1.13 released
Description: - Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses the best of three strategies for parsing a mailbox:... -
#25195 [NEW]: Warning: mail(): Could not execute mail delivery program ...
From: mhawkins at ukeu dot com Operating system: Solaris 8 PHP version: Irrelevant PHP Bug Type: Mail related Bug... -
Aredridel #2
Re: Mail delivery to non-mbox?
--=-yPIHIDIzQgyh/pJy+22Q
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
On Thu, 2003-08-07 at 10:58, Josef 'Jupp' Schugt wrote:I highly reccomend Maildir, though watch out for inode over-usage.> Saluton!
>=20
> Hi!
>=20
> I am presently delivering e-mails to my mbox style mailbox because
> for this kind of mailbox I know how to correctly do locking. I would
> like to be able to deliver to MH and Maildir style mailboxes as well.
[url]http://cr.yp.to/proto/maildir.html[/url]
Delightfully simple, I think. Not pretty -- a little prettier than
SysV-style initscripts, less pretty than Ruby in general, but overall a
nice mailbox format.
I know of no Ruby library to handle it, though the semantics should be
about 7 lines of ruby code, with error handling.
Be aware there's a Maildir++ format, which has subfolders and quotas. In
my opinion, neither are well implemented and are vastly ugly, but they
work much more easily than mboxes.
Ari
--=-yPIHIDIzQgyh/pJy+22Q
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQA/Moa+tP09exA3hooRAl5jAJ0dyrA/WEYD3kpAWeXnSmyXOkNGWgCfXLov
Mw9owYgB/4Bi+WNY6LbuTfw=
=C0xE
-----END PGP SIGNATURE-----
--=-yPIHIDIzQgyh/pJy+22Q--
Aredridel Guest
-
Brian Candler #3
Re: Mail delivery to non-mbox?
On Fri, Aug 08, 2003 at 02:05:17AM +0900, Aredridel wrote:
Maildir++ works well for me.> [url]http://cr.yp.to/proto/maildir.html[/url]
>
> Delightfully simple, I think. Not pretty -- a little prettier than
> SysV-style initscripts, less pretty than Ruby in general, but overall a
> nice mailbox format.
>
> I know of no Ruby library to handle it, though the semantics should be
> about 7 lines of ruby code, with error handling.
>
> Be aware there's a Maildir++ format, which has subfolders and quotas. In
> my opinion, neither are well implemented and are vastly ugly, but they
> work much more easily than mboxes.
Easiest way to deliver in this format is to use 'deliverquota' from the
courier-imap package. From Ruby you'd use IO.popen to pass it a message.
Regards,
Brian.
Brian Candler Guest
-
Jos Backus #4
Re: Mail delivery to non-mbox?
On Fri, Aug 08, 2003 at 02:57:01AM +0900, Brian Candler wrote:
Or safecat:> Easiest way to deliver in this format is to use 'deliverquota' from the
> courier-imap package. From Ruby you'd use IO.popen to pass it a message.
[url]http://budney.homeunix.net:8080/users/budney/linux/software/safecat.html[/url]
--
Jos Backus _/ _/_/_/ Sunnyvale, CA
_/ _/ _/
_/ _/_/_/
_/ _/ _/ _/
jos at catnook.com _/_/ _/_/_/ require 'std/disclaimer'
Jos Backus Guest
-
Josef 'Jupp' Schugt #5
Re: Mail delivery to non-mbox?
Saluton!
* bbense+comp.lang.ruby.Aug.08.03@telemark.slac.stan ford.edu; 2003-09-17, 21:24 UTC:You did notice that my message was sent on 2003-08-07 13:34:54?> - - I'm pretty sure the rmail library can do this. Look in RAA. or
> here
>
> [url]http://www.lickey.com/rubymail/[/url]
>
> - - Booker C. Bense
Date is beginning of message ID :->
My web pages don't work? See my signature.
Gis,
Josef 'Jupp' Schugt
--
On 2003-09-24 the European Parliament is going to decide on a
software patent directive. As a protest my web pages will offline
from 2003-09-17 through 2003-09-24 (UTC, including end dates). This
includes but is not limited to the tldlib/extmath/rcalc homepage.
Josef 'Jupp' Schugt Guest
-
Re: Mail delivery to non-mbox?
-----BEGIN PGP SIGNED MESSAGE-----
In article <20030917230557.GC1445@jupp%gmx.de>,
Josef 'Jupp' Schugt <jupp@gmx.de> wrote:- - I sent that reply back in August via the newsgroup>Saluton!
>
>* bbense+comp.lang.ruby.Aug.08.03@telemark.slac.stan ford.edu; 2003-09-17, 21:24 UTC:>>> - - I'm pretty sure the rmail library can do this. Look in RAA. or
>> here
>>
>> [url]http://www.lickey.com/rubymail/[/url]
>>
>> - - Booker C. Bense
>You did notice that my message was sent on 2003-08-07 13:34:54?
>Date is beginning of message ID :->
comp.lang.ruby. Must be something wierd in the
mail <-> news gateway.
_ Booker C. Bense
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
iQCVAwUBP2nqmWTWTAjn5N/lAQHetgP/Sis0y/lktqnrEM9NqJfgb8IamJSKCAai
dm0fWgtLxvWLcBi6syLrI05LY2tfWDj8ZeBoa9J0IwlfhlPqSt ruiML4poQiq90n
8I60QAZMSo2Q0siz4oTd3g1l3IA+gEdt5kIuPE9oT7Dcv3NcqK u/zRrXHFh/kl1e
1TKNGvQ5bNI=
=aE5R
-----END PGP SIGNATURE-----
Guest
-
Josef 'Jupp' Schugt #7
Re: Mail delivery to non-mbox?
Saluton!
* bbense+comp.lang.ruby.Sep.18.03@telemark.slac.stan ford.edu; 2003-09-18, 18:13 UTC:Indeed something *very* wierd.> - - I sent that reply back in August via the newsgroup
> comp.lang.ruby. Must be something wierd in the
> mail <-> news gateway.
Before replying I did take a look at the header of your message.
Date: Wed, 17 Sep 2003 23:52:30 +0900
I also did take a look at the message ID but it did not show
something that reminded me of a date.
I saw the mail address
bbense+comp.lang.ruby.Aug.08.03@telemark.slac.stan ford.edu
but Aug.08.03 has several interpretation - date address was created,
date it expires, whatever.
My web pages don't work? See my signature.
Gis,
Josef 'Jupp' Schugt
--
On 2003-09-24 the European Parliament is going to decide on a
software patent directive. As a protest my web pages will offline
from 2003-09-17 through 2003-09-24 (UTC, including end dates). This
includes but is not limited to the tldlib/extmath/rcalc homepage.
Josef 'Jupp' Schugt Guest



Reply With Quote

