Re: Mail Parsing

2001-04-05 Thread Adrian Ho
On Thu, 5 Apr 2001, Csaba Bobak wrote: > > Our good buddy DJB has been there and done that. Take a look at: > > http://cr.yp.tp/mess822.html > > Sorry for a bit OT question but how to use it? Looks like you haven't even tried it, so the only applicable advice is: Download

Re: Mail Parsing

2001-04-05 Thread Csaba Bobak
Hi, > Our good buddy DJB has been there and done that. Take a look at: > http://cr.yp.tp/mess822.html Sorry for a bit OT question but how to use it? Csaba __ This message went through virus scan at Trend Ltd. which stated the message was clean of viri appeared before 2001.03.15.

Re: Mail Parsing

2001-04-05 Thread Johan Almqvist
* Mathew Chandy <[EMAIL PROTECTED]> [010405 06:33]: > I would like to know if there is any mail parsing (MIME) library in C which > i can use to parse the mails and extract the address, attachments, > body etc from a mail body . Address is in the header. DJB's mess822

Re: Mail Parsing

2001-04-04 Thread Peter Cavender
Hi- Our good buddy DJB has been there and done that. Take a look at: http://cr.yp.tp/mess822.html --Pete On Thu, 5 Apr 2001, Mathew Chandy wrote: > Hi all, > > I would like to know if there is any mail parsing (MIME) library in C which i can >use to parse the mails and

Mail Parsing

2001-04-04 Thread Mathew Chandy
Hi all,   I would like to know if there is any mail parsing (MIME) library in C which i can use to parse the mails and extract the address , attachments , body etc from a mail body .   if not please tell me how to handle this in Java There are mail api s in Java to handle this but the