76e6fb17ee
-- Provides classes to deal with creation and manipulation of MIME messages: - Create MIME email, with HTML, attachments, embedded images, etc. - Advanced method of creating MIME messages. - Decodes MIME messages to a usable structure. - An XML DTD to acompany the getXML() method of the decoding class. - An XSLT stylesheet to transform the output of the getXML() method back to an email.
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
Provides classes to deal with creation and manipulation of MIME
|
|
messages:
|
|
|
|
- Create MIME email, with HTML, attachments, embedded images, etc.
|
|
- Advanced method of creating MIME messages.
|
|
- Decodes MIME messages to a usable structure.
|
|
- An XML DTD to acompany the getXML() method of the decoding class.
|
|
- An XSLT stylesheet to transform the output of the getXML() method
|
|
back to an email.
|