Network Programming with Perl By Lincoln D. Stein Slots : 1
Table of Contents
Chapter 8. POP, IMAP, and NNTP
Content
Net::POP3 and Net::IMAP::Simple allow client programs to receive and process Internet mail. Net::NNTP provides access to the Netnews system via the NNTP protocol. These modules can be combined with MIME-Tools to perform sophisticated mail processing and sorting tasks .
The ease with which the Net::*, Mail::*, and MIME::* modules interoperate is a tribute to the design skills of the authors of those modules as well as to the elegance of the Internet mail system itself.