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


SMTP client

Version 2.0.0 released 22.01.2001
+ handling Enhanced Result Codes (codes like: '250 2.0.0 OK')
+ FullResult contains all multiline result of previous command
+ ESMTPcap contains list of ESMPT capabilites after login
+ ESMTP indicates successful ligin to ESMTP server
+ ESMTP indicates successful ligin to ESMTP server
+ Support for ESMTP AUTH command (LOGIN and CRAM-MD5 login method)
+ Support for SIZE parameter
+ Support for ETRN command
+ Support for VRFY command

Version 1.3.0 released 09.10.2000
+ function SendToRaw.

Version 1.2.0 released 18.09.2000
* all times is now in millisecond!

Version 1.1.1 released 18.06.2000
# method MailData correct duplicate dot on line beginning dotted.

Version 1.1.0 released 17.03.2000
+ property Resultcode of last SMTP command.
+ property ResultString of last SMTP command.

Version 1.0.1 released 14.11.1999
- Function TimeZone moved to SynaUtil unit.
- Function Rfc822DateTime moved to SynaUtil unit.

Version 1.0.0 released 16.10.1999
+ Class TSMTPSend implementing SMTP protocol.