1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-15 22:15:15 -05:00
k-9/src/com/fsck/k9/mail/store
cketti d5bb462917 Don't create Message objects when changing flags of selected messages
This changes the interface to MessagingController and the way flags are
updated in the database. Now messages aren't changed one by one but in
batches of 500. This should give better performance, but breaks the
unread and flagged count. I'm not very sad about this, because now we
can move towards only displaying the number of unread/flagged messages
in the local database.
2012-12-06 06:26:38 +01:00
..
imap Change ImapUtility to use 'long' for the values of sequence sets 2012-07-07 16:21:07 +02:00
ImapResponseParser.java Issue 4359: IMAP message UIDs are 32 bit unsigned values and cannot be 2012-07-05 18:00:49 -04:00
ImapStore.java Early version of message threading 2012-10-08 22:51:29 +02:00
LocalStore.java Don't create Message objects when changing flags of selected messages 2012-12-06 06:26:38 +01:00
LockableDatabase.java Switched to ContentProvider and CursorLoader to display the message list 2012-10-16 15:46:40 +02:00
Pop3Store.java + add support for $Forwarded IMAP flag 2012-08-29 02:26:38 +02:00
StorageManager.java Removed unused imports 2011-03-26 06:43:39 +01:00
TrustManagerFactory.java Close streams on exceptional paths 2011-11-02 22:48:37 -07:00
UnavailableAccountException.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
UnavailableStorageException.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
WebDavStore.java + add support for $Forwarded IMAP flag 2012-08-29 02:26:38 +02:00