summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #623936 - 75 second delay when creating new DAV entries in ZimbraMilan Crha2010-07-122-8/+11
* Bug #623795 - URI at the end of text isn't clickableMilan Crha2010-07-081-1/+1
* Use text/vcard content type on WebDAV PUT requestMilan Crha2010-07-081-1/+1
* Make NSS database initialisation more robust, handle errors betterDavid Woodhouse2010-07-021-10/+11
* Check for is->cinfo before using itDavid Woodhouse2010-06-302-2/+2
* Update summary uidnext after fetching messages.David Woodhouse2010-06-291-0/+4
* Revamp imapx_job_refresh_info_start() to make use of modseq and uidnextDavid Woodhouse2010-06-292-37/+104
* Fix idle thread exit and lockingDavid Woodhouse2010-06-281-3/+11
* Handle BYE responseDavid Woodhouse2010-06-281-1/+11
* Remove superfluous debug printfDavid Woodhouse2010-06-281-1/+0
* Use LIST-EXTENDED to return subscribed status from LISTDavid Woodhouse2010-06-284-12/+27
* Detect LIST-STATUS and LIST-EXTENDED capabilitiesDavid Woodhouse2010-06-282-0/+4
* Don't show subscribed but non-existent folders.David Woodhouse2010-06-281-14/+12
* Really select INBOX for folder deletion and renameDavid Woodhouse2010-06-281-0/+4
* Remove courier-imap rename workaroundDavid Woodhouse2010-06-281-6/+0
* Fix idle dwell timeDavid Woodhouse2010-06-281-1/+1
* For the sake of portability: sleep -> g_usleepFridrich Štrba2010-06-281-1/+1
* Bug 622008 - Don't trust is->select_folder in imapx_job_scan_changes_done()David Woodhouse2010-06-281-2/+2
* Handle UIDNEXT and MODSEQ/HIGHESTMODSEQ information from server.David Woodhouse2010-06-287-3/+69
* Make uidvalidity field 64-bitDavid Woodhouse2010-06-283-6/+6
* Recalculate unread_on_server count after fetching flags.David Woodhouse2010-06-281-0/+4
* Decrement ifolder->exists_on_server when handling EXPUNGE/VANISHEDDavid Woodhouse2010-06-281-0/+4
* Permit all characters but dir_sep in imapx folder names.David Woodhouse2010-06-281-7/+2
* Simplify relationship between full and path names for imapxDavid Woodhouse2010-06-281-51/+20
* Queue non-folder specific jobs while waiting for SELECT to completeDavid Woodhouse2010-06-281-4/+25
* Propagate STATUS responses to folders directly from imapx_untagged()David Woodhouse2010-06-283-15/+28
* Update ifolder->exists_on_server from STATUS responseDavid Woodhouse2010-06-281-0/+1
* Make camel_imapx_stream_number() return a guint64David Woodhouse2010-06-282-3/+4
* Allow debugging to be enabled with CAMEL_DEBUG environment variableDavid Woodhouse2010-06-287-13/+53
* Fix overzealous IDLE handlingDavid Woodhouse2010-06-281-31/+105
* Improve imapx command queue processingDavid Woodhouse2010-06-281-2/+6
* Remove redundant 'unseen' member of CamelIMAPXServer.David Woodhouse2010-06-282-3/+2
* Handle [CLOSED] status (RFC5162).David Woodhouse2010-06-284-3/+31
* Cope with unsolicited FETCH having both FLAGS and UID.David Woodhouse2010-06-281-25/+30
* Support VANISHED response (RFC5162)David Woodhouse2010-06-283-0/+16
* Extract EXPUNGE handling into imapx_expunge_uid_from_summary() function.David Woodhouse2010-06-281-24/+31
* Fix imapx_parse_flags to not just return the first UID repeatedly, export it.David Woodhouse2010-06-282-3/+3
* Fix batch fetch to use UID FETCH in imapx_job_fetch_new_messages_start()David Woodhouse2010-06-281-1/+1
* Add LITERALPLUS support.David Woodhouse2010-06-281-53/+77
* Fix division-by-zero in imapx message fetchDavid Woodhouse2010-06-281-1/+2
* Add IMAPX_INITIALISED state; don't let users run before CAPABILITY/NAMESPACEDavid Woodhouse2010-06-281-4/+7
* Encode folder names as literals when sending commands, where neededDavid Woodhouse2010-06-281-2/+10
* Accept literals as folder names in STATUSDavid Woodhouse2010-06-281-1/+1
* NUL-terminate literal strings when tokenisingDavid Woodhouse2010-06-281-0/+2
* Re-fetch capabilities after STARTTLS. There might be new auth methods availableDavid Woodhouse2010-06-281-0/+20
* Accept unsolicited CAPABILITY report as part of LOGIN/AUTHENTICATE responseDavid Woodhouse2010-06-282-15/+28
* Fix handling of unsolicited [CAPABILITY xxx] report in server greeting.David Woodhouse2010-06-283-49/+72
* Detect CONDSTORE and QRESYNC capabilitiesDavid Woodhouse2010-06-282-1/+5
* Remove unused variable ‘message’David Woodhouse2010-06-281-1/+0
* Use camel_folder_sync_message() to sync messages.David Woodhouse2010-06-281-2/+1