This is a module for finding a subset of RFC 822 email addresses in
arbitrary text. The addresses it finds are not guaranteed to exist or
even actually be email addresses at all, but they will be valid RFC 822
syntax.
Email::Find will perform some heuristics to avoid some of the more
obvious red herrings and false addresses, but there's only so much which
can be done without a human.
-Anton
<tobez@FreeBSD.org>
This software adds IMAP functionality to Email::Folder. Its interface
is identical to the other Email::Folder::Reader subclasses.
This software adds IMAPS functionality to Email::Folder. Its
interface is identical to the other Email::Folder::Reader subclasses.
This software adds POP3 functionality to Email::Folder.
Its interface is identical to the other
Email::Folder::Reader subclasses.
Read all the messages from a folder as Email::Simple objects.
Quick Spam Filter (qsf) is a small, fast spam filter that works by learning
to recognise the words that are more likely to appear in spam than non-spam.
It is intended to be used in a procmail recipe to mark email as being
possible spam.
This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you
can throw the contents of a Content-Transfer-Encoding header at some
text and have the right thing happen.
This set of modules tries to provide a correct and usable
implementation of RFC 2047
"MIME Part Three: Message Header Extensions for Non-ASCII Text"
- As a replacement of 'text' tokens, for example in a Subject header
- As a replacement for a 'word' entity within a 'phrase',
for example, one that precedes an address in a From,
To, or Cc header
This is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up into
its constituent parts, and allows you access to various parts of
the message. Headers are decoded from MIME encoding.
Message-ids are optional, but highly recommended, headers that
identify a message uniquely. This software generates a unique
message-id.