Home | History | Annotate | Download | only in docs
      1 Currently
      2 --
      3 Need to add NOOP checking to Pop3Store and ImapStore on cached connections.
      4 
      5 
      6 
      7 
      8 
      9 
     10 
     11 
     12 
     13 
     14 
     15 
     16 In the future
     17 --
     18 Move attachments to files, instead of storing as blobs in the database. There are tons of ways
     19 we can make the app perform better with this small change. Primarily, we can do everything
     20 pertaining to large attachments as streams instead of as large loads into byte arrays.
     21 
     22 Get rid of the LocalStore's attachment to Store altogether. Local storage is too complex and
     23 specific to performance to be bound to the Store API. It needs to be flexible with plenty of helper
     24 functions to make best use of memory and resources.
     25 
     26 Make better use of the abstractions for Body, Part and BodyPart. Proper use of these abstractions
     27 can completely remove the need for the special headers.
     28