This module reads e-mail messages stored as .msg files (such as generated
by Outlook), and converts them to Email::MIME objects. It also includes a
command-line interface in the form of the msgconvert script.
Such files may be identified by file(1) as follows:
Composite Document File V2 Document
You do not need Outlook installed to use this module.
Email::Simple is the first deliverable of the "Perl Email Project", a
reaction against the complexity and increasing bugginess of the Mail::*
modules. In contrast, Email::* modules are meant to be simple to use
and to maintain, pared to the bone, fast, minimal in their external
dependencies, and correct.
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).
This module can be used to convert between two of the LMAP (Lightweight
MTA Authentication Protocol) formats currently being proposed:
CID = Microsoft's Caller-ID
SPF = Sender Policy Framework
It will convert an XML-fragment as proposed by CID to a record that can
be added to DNS as proposed by SPF.
SEE ALSO
SPF: http://spf.pobox.com/
Mail::Verp encodes the address of an email recipient into the envelope sender
address so that a bounce can be more easily handled even if the original
recipient is forwarding their mail to another address and the remote Mail
Transport Agents send back unhelpful bounce messages. The module must also be
used to decode bounce recipient addresses.
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.
Mail-Field-Received is a Perl5 modules for parsing of `Received'
headers in e-mails.
Any program which requires detailed information about the journey an
e-mail took in order to arrive at its present location should find
this parser very handy.
C-client is a common API for accessing mailboxes. It is used internally by
the popular PINE mail reader as well as the University of Washington's IMAP
server.
This is the version forked from UW by the original author Mark Crispin.
For more information, please see the repository homepage: