* 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 <from> address, attachments,
> body etc from a mail body .
Address is in the header. DJB's mess822 does this fine. http://cr.yp.to/
Attachements etc, there is some good work done by MrSam in the "maildrop"
package (reformail, reformime) - check http://www.courier-mta.org/
> if not please tell me how to handle this in Java
> There are mail api s in Java to handle this but the question is how to ?
-Johan
--
Johan Almqvist