* SusiMail:

- Add persistent cache
   - Remove ID sorter
   - Mail size getter/setter
   - Set mail size when setting body
   - Only send CAPA once
   - Tagged string tweaks
This commit is contained in:
zzz
2014-04-22 11:18:56 +00:00
parent 7bf3ea5200
commit b43ebd2486
7 changed files with 390 additions and 45 deletions

View File

@@ -1,3 +1,17 @@
2014-04-22 zzz
* SusiMail:
- Add persistent cache
2014-04-21 zzz
* SusiMail:
- Pipeline all deletes and quit
- Don't reconnect after delete and quit
- Verify connected before each POP3 operation
- Don't clear messages if a reconnection fails
- Use locale-based sorting for strings
- Increase limit for full fetch again
- Increase default page size back again
2014-04-21 dg
* findbugs: mostly stream closure fixes in router, apps, core