CamelStoreClass: Rename compare_folder_name to equal_folder_name.
[platform/upstream/evolution-data-server.git] / camel / providers / imap / camel-imap-store.c
2012-07-07 Matthew BarnesCamelStoreClass: Rename compare_folder_name to equal_fo...
2012-06-24 Matthew BarnesCoding style and whitespace cleanup.
2012-06-13 Milan Crhag_cancellable_reset() doesn't like NULL cancellable
2012-06-08 Milan CrhaBug #676541 - Unreliable IMAP provider
2012-05-19 Matthew BarnesRemove camel_service_lock/unlock().
2012-05-19 Matthew BarnesCamelService: Rewrite connect/disconnect API.
2012-04-26 Milan CrhaBug #669034 - [IMAP] Shows "Unknown background operatio...
2012-02-14 Milan CrhaFix issues found by Coverity Scan
2012-01-03 Matthew BarnesCamel: Use thread-safe accessors for string settings.
2011-12-22 Milan CrhaBug #482171 - IMAP warnings are presented without folde...
2011-12-22 Milan CrhaBug #357175 - IMAP alerts still too intrusive
2011-12-16 Milan CrhaBug #665253 - "New folder" dialog does not show IMAP...
2011-12-01 Matthew Barnesrehandshake_ssl(): Be more responsive to cancellations.
2011-11-13 Matthew BarnesRemove camel_folder_summary_set_filename().
2011-10-25 Matthew BarnesIMAP: Split off a new mutex for commands and responses.
2011-10-25 Matthew Barnescamel_imap_store_connected() cleanup.
2011-10-24 Matthew BarnesMove remaining CamelURL elements to CamelSettings.
2011-10-20 Milan CrhaBug #527614 - Valgrind shows a nice amount of lost...
2011-10-15 Matthew Barnesimap: Adapt to Camel's new authentication API.
2011-10-06 Milan CrhaCamelFolderSummary API changes
2011-09-26 Milan CrhaBug #642984 - Drop --enable-ssl configure option (nss...
2011-09-26 Matthew BarnesCamelImapStore: Use camel_service_set_password().
2011-09-26 Matthew BarnesCamelImapStore: Remove unused 'base_url' member.
2011-09-26 Milan CrhaBug #656473 - Store server folder cache in user's cache...
2011-09-25 Matthew BarnesRemove camel_store_summary_set_uri_base().
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2011-08-15 Matthew BarnesCamelStore: Split subscription API into a separate...
2011-08-15 Matthew BarnesAdd CamelImapSettings.
2011-08-15 Matthew BarnesAdd CamelStoreSettings.
2011-07-27 Milan CrhaBug #655409 - Extra flags in CamelStoreInfo break folde...
2011-07-21 Matthew BarnesAdd CamelNetworkService interface.
2011-07-05 Matthew Barnescamel_stream_process_connect(): Add GError parameter.
2011-07-05 Matthew Barnescamel_tcp_stream_ssl_enable_ssl(): Add GError parameter.
2011-07-04 Matthew BarnesAuthorization domains are no longer used in password...
2011-06-15 Milan CrhaFix few memory leaks
2011-05-08 Matthew BarnesCoding style cleanups.
2011-05-07 Matthew BarnesRename "name" field of CamelFolderInfo to "display_name".
2011-05-07 Matthew BarnesRemove "uri" field of CamelFolderInfo.
2011-04-28 Milan CrhaBug #648844 - IMAP Error: LIST failed: wildcards not...
2011-04-23 Matthew BarnesReplace CamelSessionThreadMsg with a more modern API.
2011-04-21 Matthew BarnesRework how CamelServices are added to CamelSession.
2011-04-17 Matthew BarnesSeal up CamelService.
2011-04-05 David WoodhouseAdd camel_sasl_try_empty_password_sync() method.
2011-01-30 Matthew BarnesMore whitespace cleanup.
2010-10-04 Matthew BarnesCollect Camel flags into enum types.
2010-10-03 Matthew BarnesCoding style and whitespace cleanup.
2010-09-28 Matthew BarnesRename blocking Camel methods.
2010-09-28 Matthew BarnesUse GCancellable in all methods that may block.
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-14 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-13 Matthew BarnesCoding style cleanups.
2010-08-18 Matthew BarnesCoding style and whitespace cleanup.
2010-08-12 Federico Mena QuinteroMerge branch camel-socks-proxy-master for SOCKS5 /...
2010-08-12 Federico Mena QuinteroRemove unused variables
2010-07-29 Matthew BarnesBug 625039 - Commonly named macros in Camel header...
2010-07-23 Federico Mena QuinteroChange CamelImapStore to use the new API
2010-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-06-15 Milan CrhaBug #206061 - Allow normal, non-vFolder, Trash and...
2010-06-06 Matthew BarnesCoding style and whitespace cleanups.
2010-06-02 Federico Mena QuinteroUse the SOCKS proxy in the imap store
2010-05-10 Milan CrhaBug #337479 - Evolution forgets password on any error
2010-05-07 Matthew BarnesConvert CamelObject events to GObject signals.
2010-04-30 Matthew BarnesDon't abbreviate public symbols.
2010-04-30 Matthew BarnesUse GObject properties instead of CamelArg.
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-21 Matthew BarnesMerge more cleanup bits from camel-gobject.
2010-04-15 Milan CrhaBug #615776 - Drop camel-private.h and offer a public...
2010-04-13 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2010-04-06 Fridrich Štrba[win32] Trying to remove inclusion of win32 headers...
2010-04-03 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-02 Matthew BarnesLock down Camel headers.
2010-04-01 Milan CrhaBug #567000 - [IMAP] Renaming folder generates errors
2010-01-20 Milan CrhaBug #602983 - Unresponsive IMAP Inbox
2009-10-24 Matthew BarnesCoding style and whitespace cleanup.
2009-10-16 Milan CrhaBug #413422 - IMAP Subscribing/Viewing of Shared Folder...
2009-08-10 Matthew BarnesSilence a debug message.
2009-07-18 Matthew BarnesMore whitespace cleanup.
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-07-07 Milan CrhaBug #587699 - IMAP - Localize only Inbox folder name...
2009-06-29 Milan CrhaBug #327285 - Word "Success" in error message for faile...
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-06-01 Milan CrhaBug #337082 - Do not return folders with empty names
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2009-05-03 Matthew BarnesBug 572977 – Use g_strerror() instead of strerror()
2009-04-12 Matthew Barnes** Remove a bunch of juvenile comments. Source code...
2009-03-07 Matthew Barnes** Revert changes for bug #534938 because it breaks...
2009-02-26 Milan Crha** Fix for bug #573240
2008-11-20 Milan Crha** Part of fix for bug #558883
2008-10-14 Srinivasa Ragavan** Fix for bug #552261
2008-10-06 Srinivasa Ragavan** Fixes lots of bugs and breaks ABI
2008-09-23 Milan Crha** Fix for bug #552631
2008-09-03 Milan Crha** Fix for bug #548343
2008-08-05 Chenthill PalanisamyFixes part of #533823
2008-07-31 Srinivasa Ragavan** Fix for bug #545081
2008-07-28 Milan Crha** Fix for bug #336074
2008-07-23 Milan Crha** Fix for bug #543943
2008-07-16 Sankarasivasubrama... Pushing the on-disk summary changes from the madagascar...
next