mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
Provides classes to deal with creation and manipulation of mime messages:
|
|
It allows people to create e-mail messages consisting of:
|
|
|
|
* Text Parts
|
|
* HTML Parts
|
|
* Inline HTML Images
|
|
* Attachments
|
|
* Attached messages
|
|
|
|
It supports big messages, base64 and quoted-printable encodings and
|
|
non-ASCII characters in filenames, subjects, recipients, etc. encoded
|
|
using RFC2047 and/or RFC2231.
|