platform/upstream/evolution-data-server.git
2012-02-05 Matthew BarnesFix version bump, next is 3.3.90.
2012-02-05 Matthew BarnesPost-release version bump.
2012-02-05 Matthew BarnesNEWS update for 3.3.5 release.
2012-02-03 Srinivasa RagavanFix a typo where instead of saving the cache, uid is...
2012-02-03 Srinivasa RagavanAdd a few missing return. On first time startup, latest...
2012-02-03 Daniel MustielesUpdated Spanish translation
2012-02-03 Punit JainBug #669238 Warning while creating appointments/meetings
2012-02-02 Matej UrbančičUpdated Slovenian translation
2012-02-02 Kjartan MaraasUpdated Norwegian bokmål translation
2012-02-02 Kjartan MaraasFix typo in localized string
2012-02-02 Daniel MustielesUpdated Spanish translation
2012-02-02 Srinivasa RagavanAdd some doc to the API.
2012-02-02 Srinivasa RagavanFix a few compilation errors on merge.
2012-02-02 Srinivasa RagavanFix a crash while fetching old messages.
2012-02-02 Srinivasa RagavanFix a bug where mobile mode downloads all mails.
2012-02-02 Srinivasa RagavanAdd mobile support to POP and fix a bug where uids...
2012-02-02 Srinivasa RagavanSome disk I/O optimization.
2012-02-02 Srinivasa RagavanMake Local store work if GetFolderInfo is asked for...
2012-02-02 Srinivasa RagavanDecided return type based on the fetch type.
2012-02-02 Srinivasa RagavanAdd mobile mode settings to POP3.
2012-02-02 Srinivasa RagavanAdded Mobile support and specific apis to imapx.
2012-02-02 Srinivasa RagavanAdd flags to the Provider and code for mobile mode...
2012-02-02 Srinivasa RagavanAdd sync+async apis for Fetch Messages and Purge Messag...
2012-02-02 Srinivasa RagavanAdd auto_fetch param to avoid autofetching next mails...
2012-02-01 Matthew BarnesIMAPX: #include <camel/camel.h> -- not <camel.h>
2012-02-01 Matthew BarnesAdd wrapper functions for CamelIMAPXCommand queues.
2012-02-01 Milan CrhaFix few memory leaks
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "folder_name" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "rename_folder" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "manage_subscriptions" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "list" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "copy_messages" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "append_message" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "sync_changes" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "refresh_info" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Split out "get_message" data.
2012-01-31 Matthew BarnesCamelIMAPXJob: Add optional matches() method.
2012-01-31 Matthew BarnesRename imapx_job_done() to imapx_unregister_job().
2012-01-31 Matthew BarnesCamelIMAPXJob: Add camel_imapx_job_run().
2012-01-31 Matthew BarnesCamelIMAPXJob: Swap arguments for start() method.
2012-01-31 Matthew BarnesSplit off CamelIMAPXJob to a separate file.
2012-01-31 Daniel MustielesUpdated Spanish translation
2012-01-31 Milan CrhaBug #668811 - EBookBackendSqliteDB can be asked for...
2012-01-30 Milan CrhaBug #669003 - CalDAV: Cannot modify calendar object...
2012-01-30 Milan CrhaBug #669005 - Partial hang with unresponsive HTML email...
2012-01-30 Milan CrhaBug #649141 - Return only system timezones known to...
2012-01-30 Chao-Hsiung... Updated Traditional Chinese translation(Hong Kong and...
2012-01-29 Piotr DrągUpdated POTFILES.in
2012-01-29 Daniel MustielesUpdated Spanish translation
2012-01-29 Matthew BarnesKill CamelDList (finally).
2012-01-29 Matthew BarnesCamelIMAPXServer: Use GQueues instead of CamelDLists.
2012-01-29 Matthew Barnescamel-index-control.c: Remove an unnecessary #include.
2012-01-29 Matthew BarnesCamelOfflineJournal: Use GQueues instead of CamelDLists.
2012-01-29 Matthew BarnesCamelTextIndex: Use GQueues instead of CamelDLists.
2012-01-29 Matthew BarnesCamelMsg: Remove unused 'ln' member.
2012-01-29 Matthew BarnesCamelBlockFile: Use GQueues instead of CamelDLists.
2012-01-29 Matthew Barnescamel-iconv.c: Use G_LOCK_DEFINE_STATIC.
2012-01-29 Matthew Barnescamel-iconv.c: Use GQueues instead of CamelDLists.
2012-01-29 Matthew BarnesCamelFilterDriver: Use GQueues instead of CamelDLists.
2012-01-29 Matthew BarnesCamelCipherValidity: Use GQueues instead of CamelDLists.
2012-01-29 Matthew BarnesCamelImapSearch: Use GQueues instead of CamelDLists.
2012-01-29 Matthew BarnesCamelMaildirStore: Use GQueues instead of CamelDLists.
2012-01-29 Matthew BarnesCamelPOP3Engine: Use GQueues instead of CamelDLists.
2012-01-28 Matej UrbančičUpdated Slovenian translation
2012-01-28 Kjartan MaraasUpdated Norwegian bokmål translation
2012-01-27 Matthew BarnesCamelIMAPXCommandPart: Remove unused 'parent' member.
2012-01-27 Piotr DrągUpdated POTFILES.in
2012-01-27 Matthew BarnesCamelIMAPXCommandFunc: Add a GError parameter.
2012-01-27 Matthew BarnesAdd camel_imapx_command_set_error_if_failed().
2012-01-27 Matthew BarnesCamelIMAPXCommand: Lose the GCancellable member.
2012-01-27 Matthew Barnesimapx_command_run_sync(): Take a GCancellable and GErro...
2012-01-27 Matthew BarnesCamelIMAPXCommand: Encapsulate some struct members.
2012-01-27 Matthew BarnesCamelIMAPXCommand: Use a GString.
2012-01-27 Matthew Barnesimapx_command_start(): Take a GCancellable and GError...
2012-01-27 Matthew Barnescamel_imapx_run(): Take a GCancellable and GError expli...
2012-01-27 Matthew BarnesSplit off CamelIMAPXCommand to a separate file.
2012-01-27 Matthew BarnesCamelIMAPXServer: Coding style fix.
2012-01-25 Matthew Barnesstore_get_inbox_folder_sync: Add a NULL check.
2012-01-25 Milan CrhaCamelStoreSummary: Schedule save rather than save immed...
2012-01-24 Kjartan MaraasUpdated Norwegian bokmål translation
2012-01-23 Matthew BarnesCamelIMAPXConnManager: Add a parting thought.
2012-01-23 Matthew BarnesCamelIMAPXConnManager: Use a reader/writer lock.
2012-01-23 Matthew BarnesCamelIMAPXConnManager: Similarly for connection list...
2012-01-23 Matthew BarnesCamelIMAPXConnManager: Give ConnectionInfo its own...
2012-01-23 Matthew BarnesCamelIMAPXConnManager: Give ConnectionInfo a reference...
2012-01-23 Matthew BarnesCamelIMAPXConnManager: Miscellaneous cleanups.
2012-01-23 Matthew BarnesCamelIMAPXJob: Clarify 'with_operation_msg' field.
2012-01-23 Matthew BarnesRemove imapx_job_can_operation_msg().
2012-01-23 Matthew BarnesCamelIMAPXServer: Use g_list_free_full().
2012-01-23 Matthew BarnesUse a consistent variable name for CamelIMAPXServer.
2012-01-23 Matthew Barnesimapx: Simplify parse_contents().
2012-01-23 Matthew Barnesimapx_step: Return a success boolean.
2012-01-23 Matthew Barnesimapx_continuation: Return a success boolean.
2012-01-23 Matthew Barnesimapx_untagged: Return a success boolean.
2012-01-23 Matthew Barnesimapx_completion: Return a success boolean.
2012-01-22 Daniel MustielesUpdated Spanish translation
2012-01-21 Matej UrbančičUpdated Slovenian translation
2012-01-21 Matthew BarnesCamelSession: Avoid spurious "notify::online" signals.
2012-01-21 Matthew Barnesimapx_refresh_finfo: Push a status message.
2012-01-21 Daniel MustielesUpdated Spanish translation
next