Bug 712728 - Add --disable-migration option to evolution-source-registry
[platform/upstream/evolution-data-server.git] / camel /
2013-11-17 Matthew BarnesRemove undefined $(GNOME_INCLUDEDIR) / $(GTK_INCLUDEDIR).
2013-11-17 Matthew BarnesRemove --enable-nntp configure option.
2013-11-17 Matthew BarnesMakefile.am cleanups.
2013-11-16 Matthew BarnesCamelIMAPXStore: Chain up in the notify() method.
2013-11-16 Matthew BarnesCamelOfflineStore: Chain up in the notify() method.
2013-11-16 Matthew BarnesCamelObject: Implement the notify() method.
2013-11-15 Milan CrhaAddress some compiler warnings and Coverity scan issues...
2013-11-14 Alexandre FrankeSwitch from g_timeout_add to g_timeout_add_seconds
2013-11-14 Matthew BarnesDisable Nagle algorithm for IMAP connections.
2013-11-14 Matthew BarnesCamelSession: Remove "network-available" property.
2013-11-14 Matthew BarnesCamelNetworkService: Disconnect as needed.
2013-11-14 Matthew BarnesCamelOfflineStore: Prefer service's "host-reachable...
2013-11-13 Matthew BarnesRemove CamelDisco{Diary,Folder,Store}.
2013-11-13 Matthew BarnesNNTP: Move from 'disco' to 'offline' base classes.
2013-11-13 Milan CrhaFix/mute issues found by Coverity scan
2013-11-12 Fabiano FidĂȘncioFix 'may be used uninitialized' warnings found by cppcheck
2013-11-06 Matthew Barnesimapx_untagged_fetch: Fix a possible divide-by-zero...
2013-11-06 Matthew BarnesCamelService: Make "password" property thread-safe.
2013-11-06 Matthew BarnesCamelService: Make "display-name" property thread-safe.
2013-11-05 Matthew Barnescamel-maildir-summary.h: Remove unused enum.
2013-11-05 Matthew BarnesCamelNetworkService: Return GIOStream instead of CamelS...
2013-11-03 Matthew BarnesCamelIMAPXFolder: Fix reference leak.
2013-11-03 Matthew BarnesRemove unused camel_read/write_socket().
2013-11-03 Matthew BarnesAdd the other Camel services to API documentation.
2013-11-02 Matthew BarnesCamelDataCache: Return GIOStream instead of CamelStream.
2013-11-01 Matthew BarnesLimit usage of legacy CamelObject class.
2013-11-01 Murray CummingBug 710989 - Replace most uses of strcpy()
2013-11-01 Matthew BarnesConvert IMAPX back to a loadable module.
2013-10-29 Bastien NoceraBug 710808 - Name all the timeouts added with g_timeout...
2013-10-27 Matthew BarnesCamelIMAPXStatusResponse: Don't assume all values are...
2013-10-27 Matthew BarnesCamelIMAPXStoreSummary cleanups.
2013-10-27 Matthew BarnesHack around default Courier namespaces.
2013-10-27 Matthew BarnesCamelIMAPXStore: Remove public 'dir_sep' member.
2013-10-27 Matthew BarnesRemove CamelIMAPXStoreNamespace.
2013-10-27 Matthew BarnesRemove CamelIMAPXNamespaceList.
2013-10-27 Matthew BarnesRemove camel_imapx_namespace_list_clear().
2013-10-27 Matthew BarnesCamelIMAPXStoreSummary: Remove all public members.
2013-10-27 Matthew BarnesRemove camel_imapx_store_summary_namespace_find_by_mail...
2013-10-27 Matthew BarnesRemove camel_imapx_store_summary_namespace_find_by_path().
2013-10-27 Matthew BarnesRemove camel_imapx_store_summary_path_to_mailbox().
2013-10-27 Matthew BarnesRemove camel_imapx_store_summary_mailbox_from_path().
2013-10-27 Matthew BarnesRemove imapx_concat().
2013-10-27 Matthew BarnesCamelIMAPXStoreSummary: Stop saving namespace information.
2013-10-27 Matthew BarnesCamelIMAPXFolder: Remove public "on server" members.
2013-10-27 Matthew BarnesRemove camel_imapx_list_response_get_summary_flags().
2013-10-27 Matthew BarnesRemove camel_imapx_folder_process_status_response().
2013-10-27 Matthew BarnesStore QUOTAROOT information in CamelIMAPXMailbox.
2013-10-27 Matthew Barnescamel_imapx_store_summary_add_from_mailbox: Take a...
2013-10-27 Matthew BarnesCamelIMAPXServer: Support the SPECIAL-USE capability.
2013-10-27 Matthew BarnesCamelIMAPXServer: Support the LIST-STATUS capability.
2013-10-27 Matthew BarnesCamelIMAPXServer: Support the NOTIFY capability.
2013-10-27 Matthew BarnesCamelIMAPXServer: LIST a mailbox after creating it.
2013-10-27 Matthew BarnesCamelIMAPXFolder: Finish camel_imapx_folder_list_mailbox().
2013-10-27 Matthew BarnesCamelIMAPXStore: Simplify get_folder_info_offline().
2013-10-27 Matthew BarnesRework camel_imapx_server_list().
2013-10-27 Matthew BarnesCamelIMAPXServer: Emit mailbox-select/mailbox-closed...
2013-10-27 Matthew BarnesCamelIMAPXServer: Convert API to CamelIMAPXMailbox.
2013-10-27 Matthew BarnesCamelIMAPXCommand: Add '%m' format character for mailbo...
2013-10-27 Matthew BarnesCamelIMAPXCommand: Replace '%f' format character with...
2013-10-27 Matthew BarnesCamelIMAPXStore: Add imapx_store_process_mailbox_status().
2013-10-27 Matthew BarnesCamelIMAPXStore: Add imapx_store_process_mailbox_attrib...
2013-10-27 Matthew BarnesCamelIMAPXStore: Add imapx_store_add_mailbox_to_folder().
2013-10-27 Matthew BarnesCamelIMAPXStore: Rough in handlers for CamelIMAPXServer...
2013-10-27 Matthew BarnesCamelIMAPXFolder: Add camel_imapx_folder_list_mailbox().
2013-10-27 Matthew BarnesCamelIMAPXServer: Add new namespace and mailbox APIs.
2013-10-27 Matthew BarnesCamelIMAPXFolder: Add a "mailbox" property.
2013-10-27 Matthew BarnesAdd CamelIMAPXMailbox.
2013-10-27 Matthew BarnesAdd CamelIMAPXNamespaceResponse.
2013-10-27 Matthew BarnesAdd CamelIMAPXNamespace.
2013-10-27 Matthew BarnesAdd camel_imapx_folder_copy_message_map().
2013-10-27 Matthew BarnesAdd camel_imapx_list_response_get_oldname().
2013-10-26 Matthew BarnesCamel: Remove unused db-scrap-tools/db.c
2013-10-26 Murray CummingBug 710787 - Replace most uses of sprintf() with g_snpr...
2013-10-26 Matthew Barnescamel-lock-helper.c cleanups.
2013-10-25 Matthew BarnesRemove camel_session_ref_proxy_resolver().
2013-10-25 Matthew BarnesCamelService: Add a "proxy-resolver" property.
2013-10-25 Matthew BarnesCamelService: Rename 'settings_lock' to 'property_lock'.
2013-10-25 Matthew BarnesCamelService: Minor cleanups.
2013-10-20 Matthew BarnesMiscellaneous cleanups.
2013-10-14 Milan Crhacamel_stream_eos() returns FALSE even when at the end...
2013-10-07 Milan CrhaBug #709550 - CamelService: Do not call disconnect_sync...
2013-10-04 Matthew BarnesCamelIMAPXSummary cleanups.
2013-10-04 Matthew Barnesimapx_parse_uids: Return a GArray instead of a GPtrArray.
2013-10-02 Matthew BarnesCamelStream: Implement GSeekable.
2013-10-02 Matthew BarnesCamelMultipartSigned cleanups.
2013-10-02 Matthew BarnesCamelMultipartEncrypted cleanups.
2013-10-02 Matthew BarnesCamelMultipart cleanups.
2013-10-02 Matthew BarnesRemove unused camel_multipart_remove_part_at().
2013-10-02 Matthew BarnesRemove unused camel_multipart_remove_part().
2013-10-02 Matthew BarnesRemove unused camel_multipart_add_part_at().
2013-10-02 Matthew BarnesCamel: Remove tests/message/test3.c.
2013-10-02 Matthew BarnesRemove unused camel_stream_buffer_new_with_vbuf().
2013-10-02 Matthew BarnesRemove unused CamelMimeFilterSave.
2013-10-02 Matthew BarnesRemove unused camel_cipher_context_export_keys_sync().
2013-10-02 Matthew BarnesRemove unused camel_cipher_context_import_keys_sync().
2013-10-02 Matthew BarnesRemove unused camel_index_names().
2013-10-02 Matthew BarnesRemove unused camel_index_new().
2013-10-02 Matthew BarnesCamelIndexNameClass: Remove unused sync() method.
2013-10-02 Matthew BarnesRemove unused camel_index_name_new().
2013-10-02 Matthew BarnesRemove unused camel_index_cursor_reset().
next