1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/src/com/fsck/k9/controller
Fiouz 0abbeb443e Batch storing of unsynced messages to speed up DB update (chunk size set to 5).
Execution code path is modified since it's not longer handling one message at a time when inserting in DB - might require review.
2010-12-19 11:51:54 +00:00
..
MessageDateComparator.java Code refactoring: 2010-05-19 18:17:06 +00:00
MessageRemovalListener.java Code refactoring: 2010-05-19 18:17:06 +00:00
MessageRetrievalListener.java Batch storing of unsynced messages to speed up DB update (chunk size set to 5). 2010-12-19 11:51:54 +00:00
MessagingController.java Batch storing of unsynced messages to speed up DB update (chunk size set to 5). 2010-12-19 11:51:54 +00:00
MessagingControllerPushReceiver.java Removed unused imports. 2010-05-19 18:32:30 +00:00
MessagingListener.java First pass at better end-user visibility into what K-9 is doing when we 2010-07-13 23:59:14 +00:00