History:
Description:
+ added property
- removed property
* modification
# bug fix
Version 2.6.3 released 2005-01-23
# headers are splited correctly.
Version 2.6.2 released 2004-08-23
# Normalizeheader can process badly splitted lines
# Fix for HTML parts with included meta header with encoding
# Add BOM for unicode based parts on encoding.
Version 2.4.8 released 2003-07-21
+ FPC compatibility
+ Limit for nesting of subparts
+ AttachInside property
* much faster and better DecodePart.
* Filename is filled when exists.
# EncodePart
# GenerateBoundary is more unique
Version 2.3.4 released 2003-03-24
* Encode only needed characters in QuotedPrintable part
# MimeTypeFromExt return as default secondary type 'Octet-Stream'
Version 2.3.2 released 2003-01-01
+ Assign part (without subparts)
+ assign part (with subparts)
+ DeleteSubPart
# lines of part is not trimmed
# Filename of attachment is MIME encoded
Version 2.1.2 released 2002-08-20
* totaly reworked. Now it more flexible, faster and more comaptible.
Version 1.8.4 released 2002-05-05
# splitting of long lines in Quoted-printable encoding is now only between words
Version 1.8.1 released 2002-02-10
+ option for handle mime pst-part as mime part.
Version 1.7.0 released 2001-12-10
+ default charset (workarounf fot Outlook bug)
# fixed detection of end of multipart message.
* encoded text is breaked to lines with maximum 76 chars.
* increased speed of encoding.
Version 1.5.2 released 2001-09-24
# bug in detection end of message
+ can detect filename in text part
# correct end of base64 encoded part.
Version 1.5.0 released 2001-08-27
# part of message between last boundary and end of message is not reported as Mime part.
Version 1.4.1 released 2001-07-23
* optimalizations.
Version 1.4.0 released 2001-05-13
+ support for content-ID
Version 1.3.0 released 2001-04-07
+ support for content-disposition
Version 1.2.0 released 2000-12-10
+ decode UU code and XXcode
- function NormalizePart
+ function NormalizeHeader
# decode filename is more robust (now support MIME inline code)
Version 1.1.0 released 2000-11-27
+ new 10 mime types
- functions for inline MIME moved to separate unit
Version 1.0.1 released 2000-10-24
# empty secondary MIME type
# better decoding filename in attachment
Version 1.0.0 released 2000-10-15
+ unit started.