History:
Description:
+ added property
- removed property
* modification
# bug fix
Version 2.1.4 released 27.08.2000
* published sock property
Version 2.1.3 released 23.07.2001
* optimalizations.
Version 2.1.0 released 12.03.2001
+ property SMTPport
+ property SystemName
# can reuse SMTP object after disconnect without derstroying object.
* try EHLO after success authorisation
+ Findcap method for easy serach ESMTP capability
# some SMTP command waiting for more result then is receive... it cause hang.
* If 'AUTH' parameter not found, try find 'AUTH='
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.