Unit MIMEmess
MIME message
Description
Unit for simple parsing or building MIME e-mail messages.
RFC: 2045, 2046, 2047, 2048, 2049
Supported features are:
- multilevel Mime (each of part maybe sublevel multipart)
- automaticly selected transport coding from ISO-8859-1 to ISO-8859-10.
- decoded part is automaticly convert to codepage used by your operating system
- Mime types is automaticly selected.
- Support for QuotedPrintable an Base64 encoding. (UUcode and XXcode only decode if MIME is used)
for sample of using look to articles.
Classes
TMessHeader
TMimeMess