PackageDescription | Interface to Cyrus imap client imclient library
Cyrus is a fully-featured IMAP daemon, with a number of features not
found in other IMAP implementations, including:
o Designed to handle massive quantities of mail
o No need for users to have login accounts
o Support for POP3 in addition to IMAP
o Sieve server-side email filtering
o Servers don't run as root
o Easy support for mail quotas
o SSL support, including secure IMAP
o DRAC support for pop/imap-before-smtp
o IPv6 support
For more information, see http://asg.web.cmu.edu/cyrus/.
.
The Cyrus::IMAP module provides an interface to the Cyrus imclient
library. These are primarily useful for implementing cyradm operations
within a Perl script; there are easier ways to implement general client
operations, although they may be more limited in terms of authentication
options when talking to a Cyrus imapd.
.
The modules that compose Cyrus::SIEVE are also included, but they are
undocumented upstream. |