Date: Mon, 24 Mar 2008 14:02:41 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Robert Huff <roberthuff@rcn.com> Cc: questions@freebsd.org Subject: Re: e-mail processing in C Message-ID: <20080324190241.GA5555@dan.emsphone.com> In-Reply-To: <18407.62370.787768.503114@jerusalem.litteratus.org> References: <18407.62370.787768.503114@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080324190241.GA5555>