AXSoft SMTPSock - Version History
Version | Release Date |
Changes |
2.0 Beta 1 | 05/22/2002 |
1) Added new message object (axsSMTPMessage) control which contains all the properties for a message. The SendMail method in axsSMTPSock object now takes axsSMTPMessage as a parameter to allow. 2) Added support for custom date and time specification. Users can choose to allows SMTPSock to generate the date or time, or allow the user to specify it by using the UseCustomDateTime and CustomDateTime properties. 3) Unlimited recipient support 4) Added RecipientsBCC property - allows users to specify (blind carbon copy) recipients. 5) Added MessagePriority property - allows specification of message priority. 6) Removed the StatusChange event to avoid conflicts with Connect/Disconnect which would often not trigger properly. 7) Changed the date and time format... again. 8) BUG FIX: Sending a file attachment with an empty message body caused a run-time error. 9) BUG FIX: Re-connecting to the same or a different server would often hang the control if connection was refused once. 10) BUG FIX: Specifying ReplyEmailAddress would cause the SenderName value to return a blank on the received email. 11) BUG FIX: Attachment filenames surrounded by quotes (usually long-filenames) were not sent 12) BUG FIX: Memory leak often occured when sending multiple e-mails on the same connection. 13) Automatically converts newline (CRLF) delimited recipients to ";"
delimited recipients |
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. |
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. |
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) Minor glitch and performance enhancements |