Opened 7 years ago
Closed 7 years ago
#1255 closed enhancement (fixed)
Susimail: Add persistent cache
Reported by: | zzz | Owned by: | |
---|---|---|---|
Priority: | maintenance | Milestone: | 0.9.13 |
Component: | apps/susimail | Version: | 0.9.12 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
There's no persistent cache in susimail so it must refetch the mail headers and bodies after the session expires.
It's also storing the attachments in the sessionObject (?), which seems bad.
Once you have a cache, things get complicated though. This isn't easy.
See also #1253
Subtickets
Change History (1)
comment:1 Changed 7 years ago by
Milestone: | → 0.9.13 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Implemented in 0.9.12-x dev versions to be 0.9.13
All still in memory also, will open a new ticket to not load everything into memory.