AXSoft SMTPSock 1.72 (07/10/2001)
---------------------------------
1) BUG FIX: "Subscript out of Range" error
occurs when sending an email without file
attachments and when the message size is
smaller than the winsock Send Buffer Size.

2) The default MessageMimeType has been
changed from "text/plain" to
"text/plain; charset="us-ascii"". This will
allow users to change the charset as well as
the message type.


AXSoft SMTPSock 1.70 (07/09/2001)
---------------------------------
1) When sending the Sender's email address
(SenderEmailAddress), the email address was
sent like this: "< xxx@yyy.com >". It has
been changed to "<xxx@yyy.com>", to assure
compatibilty with certain smtp mail servers.

2) BUG FIX: When sending a message (without
attachments), that is larger than the Winsock
send buffer size, the MessageProgress would
stall and would not display the bytes being
sent even though the file was still being
sent. This has been fixed.

3) BUG FIX: The "end of message" signal would
not be sent if the message did not end with a
carriage return and was larger than the Winsock
send buffer size. This has been fixed.


AXSoft SMTPSock 1.6 (06/16/2001)
--------------------------------
1) New property: MessageMimeType has been
   added to allow the user to specify the
   message text mime type.
2) New property: ReplyEmailAddress has been
   added to allow users to reply to a
   different email address
3) New property: RecipientsCC has been added
   to allow users to specify email address
   where a "Carbon Copy" of the message is
   to be sent to.
4) Extra feature to the Attachments
   property: You can specify individual Mime
   content type's for each attachment.
5) Improved Mime-type headers.
6) BUG FIX: When sending email to multiple
   email addresses the "To" field did not
   display their email addresses. This has
   been fixed.
7) BUG FIX: When sending plain text with
   file attachments, all linefeed carraiges
   (new lines) are not shown because the
   control assumed that the text was html
   format (New lines in HTML are equivalent
   to <BR> command). This problem has been
   fixed.
8) BUG FIX: Better Disconnect method
   allowing you to disconnect while sending
   data (such as large file attachments).
   Usually while sending large data, if the
   user invoked the Disconnect method, it
   would take a while (usually until the
   session timedout) until the connection
   disconnected.
9) Other minor glitch and performance
   enhancements

