summaryrefslogtreecommitdiffstats
path: root/provider_src/com
Commit message (Expand)AuthorAgeFilesLines
* Fix check for deleted messages.Danny Baumann2017-05-291-22/+25
* Close body InputStreams correctly.Danny Baumann2017-05-291-13/+6
* Fix message duplication on flag update.Danny Baumann2017-05-241-1/+4
* Search in folder specified via URI parameter, if possible.Danny Baumann2017-05-241-4/+20
* Revert "Add account"staging/cm-14.1-cafrebaseDan Pasanen2017-01-1736-95/+1260
* Revert "Email: Supported Email search function"Danny Baumann2016-12-301-82/+5
* Fix DB upgrade from CM13.Danny Baumann2016-12-301-16/+16
* email: Fix merge issueSteve Kondik2016-12-301-4/+0
* email: junk iconJorge Ruesga2016-12-301-0/+1
* email: return default folder name for subfoldersJorge Ruesga2016-12-301-6/+20
* email: fix empty body updateJorge Ruesga2016-12-301-1/+16
* Don't cancel PendingIntents used for AlarmManager.Danny Baumann2016-12-301-10/+6
* Optimize connection loss and re-gain behaviour.Danny Baumann2016-12-301-49/+66
* Refine thread handling.Danny Baumann2016-12-301-26/+28
* Properly unregister alarm manager callbacks.Danny Baumann2016-12-302-0/+18
* Use AlarmManager to schedule an IDLE connection restart.Danny Baumann2016-12-301-60/+31
* Don't auto-register IDLE when gaining connection.Danny Baumann2016-12-302-47/+3
* Do less work on IDLE refresh.Danny Baumann2016-12-304-57/+126
* Improve debug logging.Danny Baumann2016-12-302-5/+8
* Use an inexact timer for the IDLE refresh.Danny Baumann2016-12-301-3/+133
* Don't throw a NPE when operating on a destroyed list.Danny Baumann2016-12-301-2/+2
* Fix some more argument order issues.Danny Baumann2016-12-301-4/+4
* Simplify logic.Danny Baumann2016-12-301-23/+25
* Fix some typos.Danny Baumann2016-12-301-2/+2
* Don't solely rely on the presence of RECENT for checking for new mail.Danny Baumann2016-12-301-5/+25
* Don't re-sync when refreshing the IDLE connection.Danny Baumann2016-12-301-0/+4
* Reset idling flag when cancelling early due to being cancelled.Danny Baumann2016-12-301-0/+1
* Add some debug statements.Danny Baumann2016-12-301-0/+2
* Assign debug tags to IMAP communication output.Danny Baumann2016-12-304-7/+44
* Fix argument order.Danny Baumann2016-12-302-6/+6
* Simplify code.Danny Baumann2016-12-301-3/+1
* email: catch the correct exception while closing the buffersJorge Ruesga2016-12-301-1/+1
* Fix ArrayIndexOutOfBoundsException.Danny Baumann2016-12-301-1/+5
* email: fix NPEJorge Ruesga2016-12-301-1/+1
* email: imap pushJorge Ruesga2016-12-3019-37/+1911
* email: fix Account table creationJorge Ruesga2016-12-301-1/+7
* email: support for auto-sync multiple IMAP foldersJorge Ruesga2016-12-304-50/+91
* email: don't block extras databaseJorge Ruesga2016-12-301-12/+6
* email: suggested contactsJorge Ruesga2016-12-302-8/+215
* Don't fetch deleted messages from IMAP folderDaniel Volk2016-12-301-2/+4
* DBHelper: Support upgrades from CM11Ricardo Cerqueira2016-12-301-4/+26
* Add accountchchen2016-10-2636-1260/+95
* Limit account id and id to longsRohan Shah2016-10-071-5/+9
* Add accountFang Yunong2016-09-2620-0/+720
* Add accountsc_yunong2016-09-185-0/+180
* Add accountFang Yunong2016-08-3010-0/+360
* Email: Not show the "Sending feedback" if the feedback url is nullweitan2016-08-261-1/+2
* Email: fix bug Starred messages need to delete twice to completely removeyongga2016-08-241-2/+4
* Email: Fix Force close issue while removing/adding accountsweitan2016-08-241-4/+5
* Email: Supported Email search functionweitan2016-08-241-5/+82