=== LogicMail 0.4 (branched) === 2008-02-29 Derek Konigsberg * Stale connections cause I/O Errors (#65) * Add support for IMAP servers that don't implement RFC 3348 (#63) 2008-02-26 Derek Konigsberg * International charcters in folder names not showing correctly (#62) * Comma in full name associated with E-Mail addresses causes parse problems (#64) 2008-02-12 Derek Konigsberg * Implement support for a configurable base folder (#59) 2008-02-09 Harry Li * Hide deleted messages (#52) 2008-02-03 Derek Konigsberg * Wi-Fi connection support (#34) * Identity configuration (#41) 2008-01-29 Derek Konigsberg * Date parse error (#51) * CC recipients do not receive sent messages (#57) 2008-01-27 Derek Konigsberg * Rudimentary "Sent" folder (IMAP only) (#17) 2008-01-26 Derek Konigsberg * Update mailbox screen based on message actions (#35) 2008-01-01 Derek Konigsberg * Subject decoding (#43) 2007-12-31 Derek Konigsberg * Reorganize account configuration to allow protocol-specific configurations (#25) * Implement "Delete" message functionality (#31) 2007-11-18 Derek Konigsberg * IMAP parser incorrectly handling NIL heirarchy delimiter in LIST response (#44) * Date parse error when seconds are missing (#45) * Date parser does not handle 3-letter timezone IDs (#46) * POP message listing only shows oldest messages (#48) 2007-09-16 Derek Konigsberg * Implement debugging data capture (#30) 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 (branched) === 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