summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Simplified Chinese translation.gnome-2-30Aron Xu2010-10-251-169/+170
* Updated asturian translationXandru Armesto2010-10-191-997/+1212
* Fix string freeze breakDavid Woodhouse2010-09-201-1/+1
* Bug 630149 - imapx_sync() never returns errorDavid Woodhouse2010-09-201-5/+6
* Bug 629916 - imapx fails to handle errors in imapx_command_idle_stop()David Woodhouse2010-09-201-4/+18
* Bug 630152 - imapx_parser_thread registers wrong operationDavid Woodhouse2010-09-201-1/+1
* Bug 630150 - imapx attempts to connect to server when already cancelledDavid Woodhouse2010-09-201-0/+5
* Bug 630135 - No UI feedback when imapx connection failsDavid Woodhouse2010-09-201-1/+2
* [l10n] Updated German translationChristian Kirbach2010-09-161-77/+76
* Updated licenses for imapx to LGPLv2Chenthill Palanisamy2010-09-1614-90/+158
* Increase safety on WindowsFridrich Štrba2010-09-152-0/+66
* Bug 629714 - endless loop in imapx_parse_status()David Woodhouse2010-09-141-1/+1
* Don't dupplicate wspiapi.h internallyFridrich Štrba2010-09-134-384/+9
* Update Simplified Chinese translation.Yinghua Wang2010-09-061-1138/+1309
* Bug 627609 - imapx user_flags memory leak in imapx_untagged()Chenthill Palanisamy2010-09-011-0/+8
* Bug 627627 - Evolution not saving mail labelsChenthill Palanisamy2010-09-012-14/+14
* Bug 628395 - Simplified Chinese - untranslated strings in contact editor/cate...Hao Li2010-08-311-2/+2
* Post-release version bump.Matthew Barnes2010-08-111-1/+1
* Update NEWS for 2.30.3 release.EVOLUTION_DATA_SERVER_2_30_3Matthew Barnes2010-08-111-0/+18
* imapx: Hide QRESYNC config string from translators more effectivelyDavid Woodhouse2010-08-011-3/+3
* Updated German translationChristian Kirbach2010-08-011-394/+425
* Fix temporary exception handling for imapx fetch_new_messages()David Woodhouse2010-07-311-4/+4
* Provide a CamelException for asynchronous fetch_new_messages() in select.David Woodhouse2010-07-311-0/+9
* imapx: ->cinfo *can* be NULL in imapx_server_dispose() for a failed connectionDavid Woodhouse2010-07-311-1/+1
* imapx: server flags can be integersDavid Woodhouse2010-07-311-1/+1
* Fix bug #624909David Woodhouse2010-07-311-4/+5
* imapx: Avoid running FETCH_NEW_MESSAGES and REFRESH_INFO jobs simultaneouslyDavid Woodhouse2010-07-311-2/+20
* imapx: More improvements to server unseen count trackingDavid Woodhouse2010-07-311-3/+50
* Use correct format specifier for 64bit unsigned intMilan Crha2010-07-311-2/+2
* Update unseen count as new messages come inDavid Woodhouse2010-07-311-4/+18
* Keep better track of server-side UNREAD count.David Woodhouse2010-07-313-18/+41
* Don't refetch message headers we already have.David Woodhouse2010-07-311-2/+6
* Add sanity check after QRESYNCDavid Woodhouse2010-07-311-5/+18
* Fix memory leak in imapx_continuation() with SASL authDavid Woodhouse2010-07-311-2/+5
* Store Junk and NotJunk flags in IMAP serverDavid Woodhouse2010-07-313-1/+7
* Calculate can_qresync after fetching STATUSDavid Woodhouse2010-07-311-3/+3
* Fix starting UID in QRESYNC SELECT.David Woodhouse2010-07-311-1/+1
* Add proper QRESYNC support on SELECT; use it for refresh_infoDavid Woodhouse2010-07-315-6/+95
* Propagate SELECT error properly to dependent commandsDavid Woodhouse2010-07-311-1/+7
* Add support for * VANISHED (EARLIER) [uidset...]David Woodhouse2010-07-311-1/+18
* Set server_flags after APPENDUID; don't send them to the server again.David Woodhouse2010-07-311-1/+4
* Fix APPENDUID handling of uidvalidity.David Woodhouse2010-07-312-3/+6
* Select folder based on CamelFolder *, not its nameDavid Woodhouse2010-07-312-66/+51
* Don't bother checking for is->cinfo being NULL. It can never happen now.David Woodhouse2010-07-311-6/+7
* Bug 622719 - Fix lifetime issues with CamelIMAPXServer w.r.t. disconnectionDavid Woodhouse2010-07-315-79/+197
* Disable the special-case for the selected folder in refresh_infoDavid Woodhouse2010-07-311-1/+3
* Revamp imapx_job_refresh_info_start() to make use of modseq and uidnextDavid Woodhouse2010-07-311-3/+1
* Always enable QRESYNC where it's available.David Woodhouse2010-07-311-0/+8
* Update summary to include uidnext and modseq, and 64-bit uidvalidityDavid Woodhouse2010-07-312-20/+31
* Bug 602287 - Avoid racing with camel_operation_mute()Matthew Barnes2010-07-221-13/+34