summaryrefslogtreecommitdiff
path: root/camel/providers/imapx
Commit message (Expand)AuthorAgeFilesLines
* Bug 748636 - [IMAPx] Disable LIST-EXTENDED extension for Cyrus serversMilan Crha2015-10-081-1/+12
* [IMAPx] Empty trash doesn't empty virtual folder TrashMilan Crha2015-09-111-0/+3
* [IMAPx] Add few more debug prints around command processingMilan Crha2015-09-082-9/+26
* [IMAPx] Move to real Trash keeps original message with UID COPYMilan Crha2015-09-073-38/+84
* [IMAPx] Better runtime warning when running command on top of anotherMilan Crha2015-09-032-3/+5
* [IMAPx] Local changes not always properly saved to the serverMilan Crha2015-09-022-13/+101
* [IMAPx] Remove redundant CAMEL_IMAPX_ERROR_TRY_RECONNECT error codeMilan Crha2015-09-014-7/+2
* Bug 402843 - Remove Junk/Deleted flag when moving out of real Junk/Trash folderMilan Crha2015-08-311-7/+36
* [IMAPx] Junk/NotJunk message flags not stored server-sideMilan Crha2015-08-312-19/+5
* Bug 749773 - [IMAPx] Ignore preceding '+' in capability nameMilan Crha2015-08-271-0/+3
* [IMAPx] Miscellaneous changesMilan Crha2015-08-271-2/+2
* [IMAPx] Name CAMEL_IMAPX_ERROR codesMilan Crha2015-08-278-54/+61
* [IMAPx] Do not inherit cancelled errors from previously running jobsMilan Crha2015-08-213-1/+15
* [IMAPx] Do not block GetMessage requests for different messagesMilan Crha2015-08-201-1/+5
* [IMAPx] Correct expunge and real trash/junk handlingMilan Crha2015-08-184-266/+364
* [IMAPx] Be able to search server with text with umlauts/UTF-8 lettersMilan Crha2015-08-107-84/+202
* Bug 533478 - [IMAPx] Support umlauts in user tagsMilan Crha2015-08-102-3/+24
* Bug 233140 - Show message counts in subscribe folders dialogMilan Crha2015-08-101-2/+14
* [IMAPx] imapx_server_inactivity_thread: Turn runtime warnings into debug mess...Milan Crha2015-08-071-4/+5
* [IMAPx] More pending-IDLE-detection related changes ][Milan Crha2015-08-071-3/+10
* [IMAPx] More pending-IDLE-detection related changesMilan Crha2015-08-071-0/+18
* [IMAPx] Connection could be used by two jobs at the same timeMilan Crha2015-08-071-6/+6
* [IMAPx] Treat G_IO_ERROR_CLOSED as a reason to try to reconnectMilan Crha2015-08-071-1/+2
* [IMAPx] Prefer Get/Copy/Move message and Expunge jobs over otherMilan Crha2015-08-071-1/+20
* [IMAPx] Ignore broken (truncated) COPYUID server responseMilan Crha2015-08-072-4/+35
* [camel-imapx-conn-manager.c] Correct return values in some functionsMilan Crha2015-08-061-3/+3
* [imapx_server_inactivity_thread] Do not claim 'cancelled' error on consoleMilan Crha2015-08-051-3/+5
* Bug 753276 - Fix return value errors in camel-imapx-conn-manager.cTing-Wei Lan2015-08-051-2/+2
* [IMAPx] Stop early in imapx_authenticate_sync() if cancelledMilan Crha2015-08-051-0/+12
* [IMAPx] Add an 'output_stream' argument to imapx_step()Milan Crha2015-08-051-13/+2
* [IMAPx] Correct IDLE detection to not overlap running commandsMilan Crha2015-08-051-12/+47
* Bug 745545 - [IMAPx] Rewrite job queue to one centralMilan Crha2015-08-0413-8359/+4741
* Bug 752049 - Fix return value error in camel_imapx_job_inc_update_locked()Ting-Wei Lan2015-07-071-1/+1
* Bug 685035 - [IMAPx] Nonsensical progress report on folder updateMilan Crha2015-07-032-11/+28
* Bug 750766 - [IMAPx] Deadlock filtering and downloading messages for offline useMilan Crha2015-07-035-74/+87
* [IMAPx] Set cache expiration for one week when not sync-for-offlineMilan Crha2015-06-301-5/+13
* Bug 751329 - [IMAPx] Shared Folder DisappearingMilan Crha2015-06-261-5/+22
* Bug 471791 - Move away from g_asserts to g_ret*Milan Crha2015-06-172-2/+2
* [IMAPx] Consider also G_IO_ERROR_BROKEN_PIPE as 'Connection reset by peer' errorMilan Crha2015-06-051-1/+3
* Bug 750146 - [IMAPx] Deadlock when FETCH and STORE run at one timeMilan Crha2015-06-014-13/+76
* [IMAPx] Message moved to real Trash/Junk multiple timesMilan Crha2015-05-271-4/+38
* Bug 720197 - [IMAPx] Indefinite waiting for message downloadMilan Crha2015-05-261-0/+21
* Bug 749664 - [IMAPx] Don't mark mail in trash folder as deletedMilan Crha2015-05-263-5/+11
* Address some Coveriry Scan detected issuesMilan Crha2015-05-223-19/+28
* Bug 734300 - [IMAPx] Process untagged EXPUNGE response only onceMilan Crha2015-05-201-0/+16
* Bug 719476 - [IMAPx] Always run IDLE on Inbox folder - take ][Milan Crha2015-05-131-0/+2
* Correct and enhance developer documentation a bitMilan Crha2015-05-121-1/+1
* Bug 748636 - [IMAPx] Disable LIST-EXTENDED extension for Cyrus serversMilan Crha2015-04-302-1/+21
* [IMAPx] Do not free uninitialized memory in imapx_call_idle()Milan Crha2015-04-271-1/+1
* Bug 719476 - [IMAPx] Always run IDLE on Inbox folderMilan Crha2015-04-271-4/+7