In the last episode (Mar 24), Robert Huff said:
> 
>       I need to write a quick and not-too-dirty C program to process
> some e-mail.  (Including dealing with mbox files.)
>       Is there a standard library to do this?

You can use the c-client library for this; it's what the pine email
client uses.  

http://www.washington.edu/imap/documentation/internal.txt.html lists
all the functions available, and I believe there are sample programs in
the imap-uw source package that demonstrate how to read and write
messages to mailboxes.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to