| 1 | === LogicMail 0.4 (branched) === |
|---|
| 2 | 2008-02-29 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 3 | |
|---|
| 4 | * Stale connections cause I/O Errors (#65) |
|---|
| 5 | * Add support for IMAP servers that don't implement RFC 3348 (#63) |
|---|
| 6 | |
|---|
| 7 | 2008-02-26 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 8 | |
|---|
| 9 | * International charcters in folder names not showing correctly (#62) |
|---|
| 10 | * Comma in full name associated with E-Mail addresses causes parse problems (#64) |
|---|
| 11 | |
|---|
| 12 | 2008-02-12 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 13 | |
|---|
| 14 | * Implement support for a configurable base folder (#59) |
|---|
| 15 | |
|---|
| 16 | 2008-02-09 Harry Li <harryl.byread@gmail.com> |
|---|
| 17 | |
|---|
| 18 | * Hide deleted messages (#52) |
|---|
| 19 | |
|---|
| 20 | 2008-02-03 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 21 | |
|---|
| 22 | * Wi-Fi connection support (#34) |
|---|
| 23 | * Identity configuration (#41) |
|---|
| 24 | |
|---|
| 25 | 2008-01-29 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 26 | |
|---|
| 27 | * Date parse error (#51) |
|---|
| 28 | * CC recipients do not receive sent messages (#57) |
|---|
| 29 | |
|---|
| 30 | 2008-01-27 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 31 | |
|---|
| 32 | * Rudimentary "Sent" folder (IMAP only) (#17) |
|---|
| 33 | |
|---|
| 34 | 2008-01-26 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 35 | |
|---|
| 36 | * Update mailbox screen based on message actions (#35) |
|---|
| 37 | |
|---|
| 38 | 2008-01-01 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 39 | |
|---|
| 40 | * Subject decoding (#43) |
|---|
| 41 | |
|---|
| 42 | 2007-12-31 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 43 | |
|---|
| 44 | * Reorganize account configuration to allow protocol-specific configurations (#25) |
|---|
| 45 | * Implement "Delete" message functionality (#31) |
|---|
| 46 | |
|---|
| 47 | 2007-11-18 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 48 | |
|---|
| 49 | * IMAP parser incorrectly handling NIL heirarchy delimiter in LIST response (#44) |
|---|
| 50 | * Date parse error when seconds are missing (#45) |
|---|
| 51 | * Date parser does not handle 3-letter timezone IDs (#46) |
|---|
| 52 | * POP message listing only shows oldest messages (#48) |
|---|
| 53 | |
|---|
| 54 | 2007-09-16 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 55 | |
|---|
| 56 | * Implement debugging data capture (#30) |
|---|
| 57 | |
|---|
| 58 | 2007-07-28 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 59 | |
|---|
| 60 | * Improved connection code for performance and reliability |
|---|
| 61 | * Fixed a bug with pressing ENTER on an empty account screen |
|---|
| 62 | |
|---|
| 63 | === LogicMail 0.3 (branched) === |
|---|
| 64 | 2007-07-15 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 65 | |
|---|
| 66 | * Remember folder expansion state (#7) |
|---|
| 67 | * Compatability fixes for servers which reply to FETCH arguments out-of-order (#29) |
|---|
| 68 | * Cleanup after open connections upon exit (#28) |
|---|
| 69 | * Added ability to show unread counts in folder tree (#27) |
|---|
| 70 | * Fixed date format in E-Mail headers (#26) |
|---|
| 71 | * Intelligent bad password handling (#19) |
|---|
| 72 | * Login-time password prompts (#18) |
|---|
| 73 | * Message forward capability (#16) |
|---|
| 74 | * Message reply capability (#15) |
|---|
| 75 | * Configure message "Signature" (#14) |
|---|
| 76 | * Configure "From" address (#13) |
|---|
| 77 | |
|---|
| 78 | 2007-06-24 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 79 | |
|---|
| 80 | * Changed configuration serialization from the original simple format |
|---|
| 81 | into a serialized hashtable format. |
|---|
| 82 | : This will break all existing stored configurations, but should limit |
|---|
| 83 | : breakage due to future changes of the configuration parameters. |
|---|
| 84 | : The simpler format had a side-effect of breaking stored configurations |
|---|
| 85 | : with every single change. |
|---|
| 86 | |
|---|
| 87 | === LogicMail 0.2.20070623 (snapshot) === |
|---|
| 88 | 2007-06-23 Derek Konigsberg <octo@logicprobe.org> |
|---|
| 89 | |
|---|
| 90 | * IMAP: Fixed a bug with empty folders |
|---|
| 91 | * IMAP: Implemented rudimentary NAMESPACE support to make it possible to |
|---|
| 92 | fix a compatability issue with Dovecot IMAP servers. |
|---|
| 93 | : This implementation only uses the NAMESPACE results, if available, |
|---|
| 94 | : to handle the case where the server pretends the INBOX has no subfolders. |
|---|
| 95 | * IMAP: Fixed a parsing bug which occured when the E-Mail subject |
|---|
| 96 | contains a single '"' character |
|---|