pop3.lsp and mbox

For the Compleat Fan
Locked
tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

pop3.lsp and mbox

Post by tom »

Hey guys,

does anybody fetch their mail using pop3.lsp? I just looked at it for the first time the other day, and it works ok, but doesn't save messages in any format my email client can understand.

Ideally, I'd like to have mail in the mbox format, with filtering, so I can use newlisp instead of something like fetchmail/procmail.

This is not important, I just wondered if anybody has used newlisp for this.

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

Wikipedia has some info about mbox format. It is apparently quite but not very standard. I think you'll have to convert the raw message text into the correct format. Shouldn't be too hard, but getting the right format first would be the thing.

Dmi
Posts: 408
Joined: Sat Jun 04, 2005 4:16 pm
Location: Russia
Contact:

Post by Dmi »

Hmmm... I'm the fan of newlisp too ;-)
...but take a look on "fetchmail" - it supports almost all you may wish in the mail accounts testing, fetching, forwarding etc.

It can also work with any filter program, which you may write also in newlisp.
WBR, Dmi

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

I would be intresting to do this with i.e. a Secure Imap client in nelwisp..
Plain text transfer can be done with newlisp yes ..easy...
but there are indeed lots of other ways to retrieve it ;-)
-- (define? (Cornflakes))

Locked