Add optimized indexing capabilities for phone number values.
[platform/upstream/evolution-data-server.git] / camel / providers /
2013-02-12 Matthew BarnesUse camel_service_ref_session().
2013-02-04 Milan CrhaBug #675287 - Spool file account doesn't show messages
2013-01-28 Milan CrhaBug #651399 - [maildir] Escape dots in folder display...
2013-01-18 Milan CrhaBug #691126 - Fix warnings found by Clang (POP3 part)
2013-01-12 Matthew BarnesCoding style and whitespace cleanups.
2012-12-24 Matthew BarnesBug 665371 - Decommission legacy IMAP backend
2012-12-22 Matthew BarnesDeprecate camel_folder_search_construct().
2012-12-14 Milan CrhaIntroduce CamelSession::trust_prompt()
2012-12-03 Milan CrhaBug #371469 - Add port to connection refused error...
2012-11-30 Milan CrhaFix few issues found by Coverity scan
2012-11-22 Milan CrhaBug #202576 - A way to refresh IMAP folder list
2012-11-20 Paul MenzelBug 688639 – SMTP: Correctly deal with 535 authenticati...
2012-11-10 Matthew BarnesCoding style and whitespace cleanup.
2012-11-05 Milan CrhaReplace deprecated GLib symbols (as of GLib 2.34.x)
2012-10-25 Milan CrhaBug #680497 - POP3 re-adds messages to local Inbox
2012-10-24 Milan CrhaBug #686727 - POP3 provider deadlocks on finalize
2012-10-21 Matthew BarnesCoding style and whitespace cleanup.
2012-10-18 Milan CrhaBug #310978 - USENET always requires authentication
2012-10-17 Milan CrhaBug #201807 - Cannot specify sendmail parameters
2012-09-17 Milan CrhaBug #549819 - Cannot specify a custom sendmail program
2012-09-14 Alban BrowaeysBug #677393 - [IMAP] Deadlock when moving message and...
2012-09-13 Milan CrhaFix a memory leak from MH-format camel provider
2012-09-11 Milan CrhaBug #682398 - GError reuse during IMAP connect routine
2012-09-06 Milan CrhaIMAP - Do not update folder list when the operation...
2012-09-05 Milan CrhaIMAP - Be able to read messages from cache in offline...
2012-09-01 Matthew BarnesCoding style and whitespace cleanup.
2012-08-22 Milan CrhaIMAP - Do not do folder summary update as all-or-nothin...
2012-08-19 Matthew BarnesCoding style and whitespace cleanup.
2012-08-17 Milan CrhaBug #680744 - IMAP: Does not update folder structure
2012-08-17 Milan CrhaBug #678289 - Filters are not applied automatically...
2012-08-12 Matthew BarnesRename camel_service_get_settings().
2012-08-10 Matthew Barnesmbox_store_get_full_path(): Improve path building.
2012-08-10 Milan CrhaFix typo in camel_debug() call, should be "pop3", not...
2012-08-09 Milan CrhaBug #679488 - Unable to send mail using SMTP
2012-08-07 Milan CrhaFix regression after move to GSimpleAsyncResult in...
2012-07-24 Milan CrhaMake sure IMAP is connected before doing online operations
2012-07-20 Milan CrhaBug #680211 - Memory usage increases on each folder...
2012-07-19 Milan CrhaMake sure loaded info is also freed before using camel_...
2012-07-18 Milan CrhaBug #679017 - Broken spool mbox file accounts
2012-07-09 Milan CrhaThe default namespace is an empty string in IMAP settings
2012-07-07 Matthew BarnesCamelStoreClass: Rename compare_folder_name to equal_fo...
2012-07-06 Matthew BarnesCamelImapSettings: Change namespace default to empty...
2012-07-06 Matthew BarnesRevert "Bug #678901 - Fake ESource::changed notifications"
2012-07-03 Milan CrhaBug #678901 - Fake ESource::changed notifications
2012-06-24 Matthew BarnesCoding style and whitespace cleanup.
2012-06-19 Matthew Barnescamel_data_cache_get_filename: Remove unused GError...
2012-06-18 Milan CrhaDo not call g_object_notify() when property didn't...
2012-06-13 Milan Crhag_cancellable_reset() doesn't like NULL cancellable
2012-06-12 Matthew BarnesBug 677933 - imapx_utils_init() called too early
2012-06-09 Matthew Barnesimap[x]: Remove shell command option from user interfaces.
2012-06-08 Milan CrhaBug #676541 - Unreliable IMAP provider
2012-06-08 Matthew BarnesBug 677664 - Camel: Remove "SMTP Authentication" status...
2012-06-04 Matthew BarnesCamel: Avoid C++ keywords in header files.
2012-06-02 Matthew BarnesWhitespace cleanups.
2012-05-31 Alban BrowaeysBug #666327 - IMAP deadlock when moving message and...
2012-05-30 Milan CrhaSimplify vFolder's code and other bunch of related...
2012-05-25 Matthew BarnesCamel documentation touch ups.
2012-05-19 Matthew BarnesRemove camel_service_lock/unlock().
2012-05-19 Matthew BarnesCamelService: Rewrite connect/disconnect API.
2012-05-18 Milan CrhaRemove camel_folder_has_search_capability()
2012-05-13 Matthew BarnesWhitespace cleanups.
2012-05-08 Chenthill PalanisamySplit camel-imapx library and merge into camel so that...
2012-04-27 Milan CrhaBug #669085 - Saving draft on Google server emits runti...
2012-04-27 Milan CrhaBug #664639 - [IMAPX] Doesn't quit gracefully on accoun...
2012-04-27 Milan CrhaBug #674257 - Recheck attachment availability on messag...
2012-04-26 Milan CrhaBug #669034 - [IMAP] Shows "Unknown background operatio...
2012-04-17 Milan CrhaBug #667891 - Rapid message list regen when downloading...
2012-03-27 Milan CrhaBug #672175 - Make CamelFolderSearch cancellable
2012-03-26 Milan CrhaBug #672258 - Error while moving messages in local...
2012-03-26 Pawel MollBug #671172 - camel: smtp: Make EHLO keywords check...
2012-03-26 Yanko KanetiBug #670470 - Do not force password for IMAPx connection
2012-03-26 Philip Withnallbuild: Add an --enable-code-coverage configure option...
2012-03-25 Matthew BarnesCamelIMAPXServer: Prevent failed commands from starting...
2012-03-25 Matthew BarnesCamelIMAPXServer: Rework some reference counting issues.
2012-03-25 Matthew BarnesCamelIMAPXCommand: Make the CamelIMAPXJob member private.
2012-03-25 Matthew Barnesimapx_command_fetch_message_done(): Avoid a refcount...
2012-03-25 Matthew BarnesCamelIMAPXCommand: Fill memory with a bit pattern befor...
2012-03-25 Matthew BarnesCamelIMAPXCommand: Add more runtime checks.
2012-03-25 Matthew BarnesCamelIMAPXJob: Fill memory with a bit pattern before...
2012-03-25 Matthew BarnesCamelIMAPXJob: Add more runtime checks.
2012-03-16 Matthew BarnesFix some crashes in imapx_command_start_next().
2012-03-12 Milan CrhaFix regression after commit for bug #664186
2012-03-07 Milan CrhaUpdate store<=>folder summaries connection on folder...
2012-03-07 Milan CrhaBug #664186 - Maildir scan checks incorrectly for folde...
2012-03-07 Matthew BarnesCamelIMAPXServer: Avoid crashing in cancel_all_jobs().
2012-03-07 Matthew Barnescamel-local-provider.c: Remove superfluous conf entries.
2012-03-07 Milan CrhaFix compiler format warnings in IMAPX code
2012-03-07 Milan CrhaBug #671470 - Mail search on body doesn't work (local...
2012-02-27 Milan CrhaBug #663224 - Deleted message not deleted on other...
2012-02-21 Milan CrhaBug #610988 - Filter can't set labels on IMAP messages
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2012-02-16 Milan CrhaBug #662920 - Creates MH folders, but needs restart...
2012-02-16 Milan CrhaBug #658348 - Harmonize wording for "Check new messages...
2012-02-16 Milan CrhaBug #658347 - Harmonize mnemonic for "Check new message...
2012-02-15 Milan CrhaBug #637200 - Add mnemonics to Folder Properties dialog...
2012-02-14 Milan CrhaFix issues found by Coverity Scan
2012-02-09 Milan CrhaBug #669341 - Plural forms in imapx
2012-02-07 Milan CrhaBug #309945 - Ability to filter folders other than...
2012-02-03 Srinivasa RagavanAdd a few missing return. On first time startup, latest...
2012-02-02 Srinivasa RagavanFix a few compilation errors on merge.
next