POP3 Wizard Seekford Solutions, Inc. v1.0.6 FIXED - Downloading large message would slow down exponentially. v1.0.7 FIXED - Downloading on high speed connections would not get max throughput. v1.0.8 FIXED - Control would hang if internet was disconnected after connection and a command was issued. v1.0.9 FIXED - Control would hang if unexpected server data was received. FIXED - APOP command login FIXED - Timeout would not kick in. v1.0.10 FIXED - Using a reference to a message object after download new messages would cause a memory fault ADDED - New support for message parts. Powerful addition to get text or HTML portions, or even attachment raw data. v1.0.11 FIXED - GetAttachmentFileName returned data in all uppercase. Now it returns it untouched. v1.0.12 FIXED - Memory leak with Message objects. Reference count was not properly adjusted for destruction. v1.0.13 UPDATED - Download speed has been enhanced further via some buffer optimizations. v1.0.14 UPDATED - Added support for file attachments to be the message themselves. It is rare but possible for there to be no body data so we added this support. UPDATED - Changed default timeout to be better value v1.0.15 UPDATED - Added better support for server delays. v1.0.16 ADDED - New message functions for writing data to a file. Attachment, Message and Part related. ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// // VERSION 2.0 RELEASED // ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// v2.0.17 05/08/2003 ADDED - Asynchronous operating mode ADDED - Secure Socket Layer channel communications ADDED - Events to support the Asynchronous operations ADDED - MailDropSize property to Messages object for asynchronous feedback on Drop listings CREATED - Lots of new example applications to show off new functionality. v2.0.19 10/27/2003 FIXED - Event interoperability with VB6 on message transfer caused problems with certian UI updates. v2.0.20 10/29/2003 ADDED - Support for SOCKSv4 and SOCKSv5 FireWall Proxies has been added. v2.0.21 11/16/2003 UPDATED - Sped up file downloads on high speed connections for better optimization. UPDATED - File transfer progress events are only sent every 500ms or longer. v2.0.22 01-21-2004 UPDATED - Added support for retrieving HTML and PlainText from messages with embedded images format. v2.0.23 03/25/2004 UPDATED - Support for Visual FoxPro on Windows 98 updated to account for Microsoft bug. v2.0.24 04/13/2004 FIXED - Recursion caused stack overflow during message parsing FIXED - Plain text and HTML text properties now work more efficiently. v2.0.25 07/02/2004 FIXED - Saving attachments was fixed. New auto decode of message body interfered with attachment retrieval. Now both are functional.