=== LogicMail 0.3.1 === 2007-07-28 Derek Konigsberg * Improved connection code for performance and reliability * Fixed a bug with pressing ENTER on an empty account screen === LogicMail 0.3.0 === 2007-07-15 Derek Konigsberg * Remember folder expansion state (#7) * Compatability fixes for servers which reply to FETCH arguments out-of-order (#29) * Cleanup after open connections upon exit (#28) * Added ability to show unread counts in folder tree (#27) * Fixed date format in E-Mail headers (#26) * Intelligent bad password handling (#19) * Login-time password prompts (#18) * Message forward capability (#16) * Message reply capability (#15) * Configure message "Signature" (#14) * Configure "From" address (#13) 2007-06-24 Derek Konigsberg * Changed configuration serialization from the original simple format into a serialized hashtable format. : This will break all existing stored configurations, but should limit : breakage due to future changes of the configuration parameters. : The simpler format had a side-effect of breaking stored configurations : with every single change. === LogicMail 0.2.20070623 (snapshot) === 2007-06-23 Derek Konigsberg * IMAP: Fixed a bug with empty folders * IMAP: Implemented rudimentary NAMESPACE support to make it possible to fix a compatability issue with Dovecot IMAP servers. : This implementation only uses the NAMESPACE results, if available, : to handle the case where the server pretends the INBOX has no subfolders. * IMAP: Fixed a parsing bug which occured when the E-Mail subject contains a single '"' character