summaryrefslogtreecommitdiff
path: root/camel/providers
Commit message (Expand)AuthorAgeFilesLines
* CamelIMAPXSettings: Remove unused "mobile-mode" property.Matthew Barnes2013-11-294-166/+9
* CamelPOP3Settings: Remove unused "batch-fetch-count" property.Matthew Barnes2013-11-292-77/+1
* CamelPOP3Settings: Remove unused "mobile-mode" property.Matthew Barnes2013-11-294-255/+4
* CamelFolder: Remove unused fetch_messages_sync() method.Matthew Barnes2013-11-294-332/+8
* CamelSession: Add a "user-alert" signal.Matthew Barnes2013-11-271-18/+25
* Bug #712578 - MH folder refresh can cause summary rebuildMilan Crha2013-11-271-0/+30
* Remove undefined $(GNOME_INCLUDEDIR) / $(GTK_INCLUDEDIR).Matthew Barnes2013-11-172-4/+0
* Remove --enable-nntp configure option.Matthew Barnes2013-11-171-5/+1
* Makefile.am cleanups.Matthew Barnes2013-11-176-139/+161
* CamelIMAPXStore: Chain up in the notify() method.Matthew Barnes2013-11-161-3/+3
* Address some compiler warnings and Coverity scan issues in a different wayMilan Crha2013-11-155-9/+28
* Disable Nagle algorithm for IMAP connections.Matthew Barnes2013-11-141-0/+15
* NNTP: Move from 'disco' to 'offline' base classes.Matthew Barnes2013-11-134-439/+296
* Fix/mute issues found by Coverity scanMilan Crha2013-11-1314-35/+58
* Fix 'may be used uninitialized' warnings found by cppcheckFabiano FidĂȘncio2013-11-121-1/+1
* imapx_untagged_fetch: Fix a possible divide-by-zero error.Matthew Barnes2013-11-061-3/+4
* camel-maildir-summary.h: Remove unused enum.Matthew Barnes2013-11-051-5/+0
* CamelNetworkService: Return GIOStream instead of CamelStream.Matthew Barnes2013-11-054-40/+77
* CamelIMAPXFolder: Fix reference leak.Matthew Barnes2013-11-031-0/+1
* Add the other Camel services to API documentation.Matthew Barnes2013-11-0313-73/+84
* CamelDataCache: Return GIOStream instead of CamelStream.Matthew Barnes2013-11-026-52/+201
* Limit usage of legacy CamelObject class.Matthew Barnes2013-11-014-6/+6
* Bug 710989 - Replace most uses of strcpy()Murray Cumming2013-11-014-15/+30
* Convert IMAPX back to a loadable module.Matthew Barnes2013-10-3135-21/+27024
* Bug 710787 - Replace most uses of sprintf() with g_snprintf()Murray Cumming2013-10-258-23/+45
* Miscellaneous cleanups.Matthew Barnes2013-10-201-2/+2
* CamelNetworkService: Transition to GTcpConnection.Matthew Barnes2013-09-263-41/+47
* Remove camel_store_free_folder_info().Matthew Barnes2013-09-232-14/+2
* Remove camel_store_free_folder_info_full().Matthew Barnes2013-09-235-7/+2
* camel_folder_summary_(un)lock: Remove 'lock' enum argument.Matthew Barnes2013-09-232-30/+25
* Add camel_message_info_unref().Matthew Barnes2013-09-2310-44/+44
* Remove camel_folder_summary_add_from_message().Matthew Barnes2013-09-231-37/+39
* Remove camel_folder_summary_add_from_parser().Matthew Barnes2013-09-234-28/+26
* Remove camel_folder_summary_add_from_header().Matthew Barnes2013-09-231-10/+10
* CamelStoreSummary: Move 'store_info_size' to class struct.Matthew Barnes2013-09-231-5/+1
* Remove camel_tolower().Matthew Barnes2013-09-231-1/+1
* do not assume time_t is longAntoine Jacoutot2013-09-112-3/+3
* camel_store_get_folder_info_sync: Connect first unless offline.Matthew Barnes2013-08-171-11/+2
* Lock the CamelStoreSummary before invoking store_info_set_string().Matthew Barnes2013-08-161-2/+0
* Avoid camel_store_summary_index().Matthew Barnes2013-08-162-66/+89
* Avoid camel_store_info_string().Matthew Barnes2013-08-162-30/+2
* Add camel_store_summary_info_unref().Matthew Barnes2013-08-164-18/+17
* [Maildir] Create the 'tmp' directory, if missingMilan Crha2013-08-121-3/+5
* Bug #705446 - Old POP3 mails can be removed before getting themMilan Crha2013-08-081-1/+91
* Bug 704871 - Fails to manage subscription on an NNTP accountMatthew Barnes2013-08-031-2/+11
* Bug #705273 - Leaked sockets after failed authenticationMilan Crha2013-08-012-18/+21
* NNTP: Authentication requires nntp_stream setMilan Crha2013-07-301-2/+2
* [NNTP] Fails to get list of folders, if not connected alreadyMilan Crha2013-07-301-2/+5
* Bug #692904 - Do not call camel_service_disconnect during connection phaseMilan Crha2013-07-193-23/+21
* Bug #682322 - SIGSEGV in pop3_folder_refresh_info_syncMilan Crha2013-06-262-7/+36