summaryrefslogtreecommitdiff
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* [IMAPx] Prefer graceful IDLE stop than forced reconnectMilan Crha2016-02-031-35/+42
* [IMAPx] Crash in imapx_free_capability()Milan Crha2016-02-014-20/+146
* [IMAPx] Remove runtime check from imapx_conn_manager_dec_mailbox_hash()Milan Crha2016-01-291-2/+0
* [IMAPx] Change how IDLE is handledMilan Crha2016-01-281-88/+135
* Bug 759153 - Prefer gpg2 over gpg (again, to match default for seahorse)Milan Crha2016-01-271-1/+1
* Bug 748996 - GNetworkAddress is not thread safeMilan Crha2016-01-261-10/+18
* [IMAPx] Stop IDLE gracefullyMilan Crha2016-01-261-52/+39
* [IMAPx] Connection could be used multiple times at once in certain casesMilan Crha2016-01-252-4/+22
* [IMAPx] Enhance IDLE run management on foldersMilan Crha2016-01-133-51/+323
* [POP3] Avoid deadlock around pop3_folder_get_message_sync()Milan Crha2015-11-261-9/+21
* [IMAPx] Doesn't ask for password when a wrong is enteredMilan Crha2015-11-191-1/+4
* [Camel] Check for session existence in store/folder maybe_connectMilan Crha2015-11-132-2/+2
* Bug 757789 - [IMAPx] Incorrect unref of a message info on message copyMilan Crha2015-11-111-7/+11
* [Maildir] Change flag separator in file name for Win32Milan Crha2015-11-063-9/+17
* Bug 700001 - [CamelDB] Try to recover when opening corrupt database fileMilan Crha2015-11-051-31/+94
* Bug 757465 - [NNTP] 'Mark All Messages as Read' function does not workMilan Crha2015-11-031-9/+37
* Bug 756842 - [Maildir] Do not overwrite received date on the message info ][Milan Crha2015-10-211-0/+9
* Avoid the compile warning when initializing SPNEGO' gss_OID_desc structureTomas Popela2015-10-201-2/+2
* Bug 756842 - [Maildir] Do not overwrite received date on the message infoMilan Crha2015-10-201-2/+4
* Bug 748636 - [IMAPx] Disable LIST-EXTENDED extension for Cyrus serversMilan Crha2015-10-081-1/+12
* Bug 552425 - [SMTP] Try to reconnect on connection lost during AUTH commandMilan Crha2015-09-252-2/+43
* [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
* [CamelVeeSummary] Do not freeze folder when setting info flagsMilan Crha2015-09-071-2/+0
* [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 752339 - [POP3] Crash due to passing set GError to glib-networkingMilan Crha2015-08-311-2/+7
* [POP3] Message re-download shown as completely empty messageMilan Crha2015-08-311-1/+2
* Bug 677438 - [POP3] Crash on disconnect with ongoing message downloadMilan Crha2015-08-314-11/+149
* 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
* Bug 699529 - Store remote folder changes more oftenMilan Crha2015-08-183-1/+247
* [IMAPx] Correct expunge and real trash/junk handlingMilan Crha2015-08-184-266/+364
* [SMTP] Add thread safety around istream/ostreamMilan Crha2015-08-112-102/+193
* [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-102-8/+22
* [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