These are a collection of subroutines that encapsulate much of the
format-specific and tedious details of the JAM message base format.
The idea is that application programmers by using these routines can
concentrate on the more high-level issues of their programs instead
of worrying about their JAM routines.
Mailmgr is a Sendmail Analisys Report Generator.
The html reports contain the following informations:
Username
messages sent
messages received
bytes sent
bytes received
Messages from with date, time and bytes per user
Messages to with date, time and bytes per user
OfflineIMAP synchronizes emails between two repositories,
so that you can read the same mailbox from multiple computers.
It supports IMAP as REMOTE repository and Maildir/IMAP
as LOCAL repository.
OfflineIMAP is also useful if you want to use a mail reader
that does not have IMAP support, has poor IMAP support,
or does not provide disconnected operation.
Dovecot is a secure and compact IMAP server which is in the early stages
of development. It supports Maildirs and mbox formats and much of the
IMAP v4 protocol including SSL/TLS. IPv6 support is also included.
Dovecot supports authentication with OpenLDAP, PostgreSQL, MySQL, vpopmail
and PAM.
Email::Valid::Loose is a subclass of Email::Valid, which allows . (dot)
before @ (at-mark). It is invalid in RFC822, but is commonly used in some of
mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp).
Archiveopteryx is an Internet mail server, optimised to support
long-term archival storage. It seeks to make it practical not only to
manage large archives, but to use the information therein on a daily
basis instead of relegating it to offline storage.
This is a thin subclass of Mail::Box::IMAP4 to provide IMAP
over SSL (aka IMAPS).
It hides the complexity of setting up Mail::Box::IMAP4
with IO::Socket::SSL, Mail::IMAPClient and Mail::Transport::IMAP4.
In all other respects, it resembles Mail::Box::IMAP4.
See that module for documentation.
Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and
returns a structured description of the addresses that bounced and the
reason they bounced; it also returns information about the original
returned message including the Message-ID. It works best with RFC1892
delivery reports, but will gamely attempt to understand any bounce
message no matter what MTA generated it.
Archiveopteryx is an Internet mail server, optimised to support
long-term archival storage. It seeks to make it practical not only to
manage large archives, but to use the information therein on a daily
basis instead of relegating it to offline storage.
This is the development version.
This is POP3Lite, a flexible, RFC 1939 compliant Post Office
Protocol 3 daemon.
It implements everything mentioned in the RFC (either
natively, or via modules), and some other things that are not
strictly POP3 related capabilities (such as modules, PAM
support, SQL configuration, etc).