SYNAPSE - Synchronous TCP/IP Library for Delphi
Other related information can be found at http://www.ararat.cz/synapse/

History:

Description:
+ added property
- removed property
* modification
# bug fix


MIMEMess

Version 2.1.1 released 2002-08-20
* totaly reworked for use with new TMImepart class
+ can handle any multipart tree structure
+ loading new parts from stream of file

Version 1.7.4 released 2002-05-05
* CustomHeaders not contains automaticly created headers by EncodeMessage
* Finding headers is nor case insensitive
# EmcodeMessage now do encode of each part.

Version 1.7.2 released 2002-02-10
+ parse x-mailer header

Version 1.7.0 released 2001-12-10
+ support for easy finding unparsed headers.
+ parsing CarbonCopy headers.
+ parsing Date of message.
# parsing list of receivers and CCs is now one address per line.
# fixed memory hole.

Version 1.5.0 released 2001-08-27
+ can handle any custom message headers
+ can specify secondary type of multipart message
# correctly ended multipart message.

Version 1.4.0 released 2001-07-23
* optimalizations.
* message header is now object, not record.

Version 1.3.0 released 2001-05-13
+ AddPartHTMLBinary for including binary binaries (i.e. pictures) to HTML e-mails.

Version 1.2.0 released 2001-04-07
+ support for content-disposition
+ added support for easy handle HTML mails.

Version 1.1.0 released 2000-12-10
* change in 'normalize' in part.

Version 1.0.1 released 2000-11-27
* cleanup code.

Version 1.0.0 released 2000-10-15
+ unit started.