diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-18 19:49:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-18 19:49:41 +0000 |
commit | b0e91fab5fb3a780fb4c0605629e71c94790895f (patch) | |
tree | 77fd3d71f771e25bce6f26ea063194ec18097df8 /mail/Makefile | |
parent | f3135dfb72142c3fd9b13e6c90e6375aa99b9e68 (diff) |
Add p5-Mail-Message 3.007 (copied from p5-Mail-Box)
A Mail::Message object is a container for MIME-encoded message information, as
defined by RFC2822. Everything what is not specificaly related to storing the
messages in mailboxes (folders) is implemented in this class. Methods which are
related to folders is implemented in the Mail::Box::Message extension.
The main methods are get(), to get information from a message header field, and
decoded() to get the intended content of a message. But there are many more
which can assist your program.
Complex message handling, like construction of replies and forwards, are
implemented in separate packages which are autoloaded into this class. This
means you can simply use these methods as if they are part of this class. Those
package add functionality to all kinds of message objects.
WWW: https://metacpan.org/release/Mail-Message
Notes
Notes:
svn path=/head/; revision=482359
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index a9937ffd90c1..2bd900c45986 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -402,6 +402,7 @@ SUBDIR += p5-Mail-MailStats SUBDIR += p5-Mail-Mbox-MessageParser SUBDIR += p5-Mail-MboxParser + SUBDIR += p5-Mail-Message SUBDIR += p5-Mail-OpenDKIM SUBDIR += p5-Mail-OpenRelay-Simple SUBDIR += p5-Mail-POP3Client |