Post Office (imap/pop/smtp)
 
Description
This project contains programs that allow you to read and send e-mail.

The most popular protocol for accessing a mailbox is the Post Office Protocol (POP) defined in rfc1939.While it is popular pop has very few features. It doesn't allow you to manage the mail on the server itself, instead you usually just download all mail to your local machine. A much more powerful protocol called the Internet Message Access Protocol (IMAP) was defined in the 1996 document rfc2060. With imap you can work with your mail while it's on the server and can create folders on the server in which to archive your mail. Thus the server itself can be the message store which is useful if you want to access your mail from more than one machine. You are not required to use the server to archive your mail with imap, you can use it like pop and download all the mail to your local machine.

Sending email is done via the Simple Mail Transfer Protocol (SMTP). You can use smtp to send mail directly to the destination but typically this is not done because the destination machine may be down or unreachable at the time you wish to send the mail. Most organizations have a local mail server that is up and reachable all of the time. You can use smtp to send your letter to that local mail server and it will then take over the job of getting the mail to the destination (which will may involve queueing the message and retrying to send it over a period of days).

Author
John Foderaro, Franz Inc.
Documentation
imap.html documents imap, pop, and smtp.
References
Platform
Allegro Common Lisp 5.0.1, 6.0 and 6.1 on all machines.
Building
Just compile and load the file to use the software.
Files
There isn't a single tar or zip file containing all of the files. You should select the files you want to use and direct your web browser to save them on your disk.
License

The postoffice source code is licensed under the terms of the Lisp Lesser GNU Public License, known as the LLGPL. The LLGPL consists of a preamble and the LGPL. Where these conflict, the preamble takes precedence. postoffice is referenced in the preamble as the LIBRARY.

Open Source
This project is hosted on the http://opensource.franz.com site. There is an informal community support and development mailing list (opensource@franz.com) for these open source projects. We encourage you to take advantage by subscribing to the list. Click here to subscribe or unsubscribe. Once you're subscribed, send email to opensource@franz.com with your questions, comments, suggestions, and patches.