Net::IMAP::Client provides methods to access an IMAP server. It aims to
provide a simple and clean API, while employing a rigorous parser for
IMAP responses in order to create Perl data structures from them.
Net::IMAP::Server provides a complete implementation of the RFC 3501
specification, along with several IMAP4rev1 extensions. It provides
separation of the mailbox and message store from the client interaction
loop.
This module is a subclass of Net::IMAP::Simple that includes SSL
support. The interface is identical.
This module is a simple way to access IMAP accounts.
This module implements a client interface to the ManageSieve protocol.
( http://tools.ietf.org/html/draft-martin-managesieve-09 )
Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3.
You can easy to support POP3S, with very small code change.
Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
for its network operations. Due to the nature of Net::SMTP's new method, it is
not overridden to make use of a default port for the SMTPS service. Perhaps
future versions will be smart like that. Port 465 is usually what you want, and
it's not a pain to specify that.
This module is a complete, RFC 821 compliant, SMTP server
implementation written entirely in Perl. It has powerful extensively
and customization facilities that allow for a variety of potential
uses.
Net::SMTP::TLS::ButMaintained is forked from Net::SMTP::TLS.
Net::SMTP::TLS::ButMaintained is a TLS and AUTH capable SMTP client which
offers an interface that users will find familiar from Net::SMTP.
Net::SMTP::TLS::ButMaintained implements a subset of the methods provided
by that module, but certainly not (yet) a complete mirror image of that API.
Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface
that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset
of the methods provided by that module, but certainly not (yet) a complete
mirror image of that API.