Changeset 5103:df7a0ee95618
- Timestamp:
- 2007-04-09 11:32:18 (21 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Kill off some IMAP TODO items
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5101
|
r5103
|
|
| | 1 | 2007-04-09 09:09 -0700 Brendan Cully <brendan@kublai.com> (9f6afccedd2f) |
| | 2 | |
| | 3 | * imap/imap.c: Null out idata->hcache when closing, and remove close |
| | 4 | from open failure (mx_close will handle it). |
| | 5 | |
| | 6 | 2007-04-09 08:56 -0700 Vsevolod Volkov <vvv@mutt.org.ua> (605c6d60217d) |
| | 7 | |
| | 8 | * po/ru.po: Updated Russian translation. |
| | 9 | |
| 1 | 10 | 2007-04-07 16:22 -0700 Michael Elkins <me@mutt.org> (c310dd3d6d73) |
| 2 | 11 | |
-
|
r4854
|
r5103
|
|
| 16 | 16 | how many subfolders, that weird \Marked tag, etc. |
| 17 | 17 | |
| 18 | | * Namespace handling needs to be thrown out and rewritten |
| 19 | | |
| 20 | 18 | [ -- speed -- ] |
| 21 | 19 | |
| … |
… |
|
| 32 | 30 | we have IDLE support. |
| 33 | 31 | |
| 34 | | * caching UIDVALIDITY/UIDNEXT across sessions for nice new mail |
| 35 | | handling. Could use the hcache. |
| 36 | | |
| 37 | 32 | Brendan Cully <brendan@kublai.com> |
| 38 | | Updated: 20061031 |
| | 33 | Updated: 20070409 |