aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Message
Commit message (Collapse)AuthorAgeFilesLines
* mail/p5-Mail-Message: Update to 3.011Po-Chuan Hsieh2021-09-212-6/+5
| | | | Changes: https://metacpan.org/dist/Mail-Message/changes
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113Sunpoet Po-Chuan Hsieh2020-06-261-1/+2
| | | | | | | | | | | | - Fix LICENSE_FILE - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for dependency change Changes: https://metacpan.org/changes/distribution/IO-Stringy Notes: svn path=/head/; revision=540492
* Update to 3.009Sunpoet Po-Chuan Hsieh2020-02-082-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-Message Notes: svn path=/head/; revision=525573
* Update to 3.008Sunpoet Po-Chuan Hsieh2019-02-132-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-Message Notes: svn path=/head/; revision=492874
* Add p5-Mail-Message 3.007 (copied from p5-Mail-Box)Sunpoet Po-Chuan Hsieh2018-10-184-0/+225
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: svn path=/head/; revision=482359