summaryrefslogtreecommitdiff
path: root/camel
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-296-517/+8
* CamelFolder: Remove all asynchronous class methods.Matthew Barnes2013-11-292-917/+476
* CamelSubscribable: Remove all asynchronous class methods.Matthew Barnes2013-11-292-190/+94
* CamelTransport: Remove all asynchronous class methods.Matthew Barnes2013-11-292-95/+48
* CamelStore: Remove all asynchronous class methods.Matthew Barnes2013-11-292-889/+464
* CamelService: Remove all asynchronous class methods.Matthew Barnes2013-11-292-380/+211
* CamelSession: Add a "user-alert" signal.Matthew Barnes2013-11-273-61/+140
* Bug #712578 - MH folder refresh can cause summary rebuildMilan Crha2013-11-271-0/+30
* CamelSession: Remove leftover "check_junk" function declarations.Matthew Barnes2013-11-251-3/+0
* Bug 709838 - CamelDataCache: Empty cache file leads to deadlockMatthew Barnes2013-11-251-0/+1
* CamelSession: Remove "check-junk" property.Matthew Barnes2013-11-241-60/+0
* CamelFolder: Update "host-reachable" before connecting.Matthew Barnes2013-11-221-1/+10
* CamelStore: Update "host-reachable" before connecting.Matthew Barnes2013-11-221-1/+9
* Add camel_network_service_can_reach_sync().Matthew Barnes2013-11-222-64/+199
* CamelNetworkService: Don't block first "host-reachable" notification.Matthew Barnes2013-11-221-1/+7
* 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-1714-533/+621
* CamelIMAPXStore: Chain up in the notify() method.Matthew Barnes2013-11-161-3/+3
* CamelOfflineStore: Chain up in the notify() method.Matthew Barnes2013-11-161-0/+4
* CamelObject: Implement the notify() method.Matthew Barnes2013-11-161-0/+9
* Address some compiler warnings and Coverity scan issues in a different wayMilan Crha2013-11-1513-35/+101
* Switch from g_timeout_add to g_timeout_add_secondsAlexandre Franke2013-11-141-2/+2
* Disable Nagle algorithm for IMAP connections.Matthew Barnes2013-11-141-0/+15
* CamelSession: Remove "network-available" property.Matthew Barnes2013-11-142-63/+0
* CamelNetworkService: Disconnect as needed.Matthew Barnes2013-11-141-0/+15
* CamelOfflineStore: Prefer service's "host-reachable" status.Matthew Barnes2013-11-141-18/+51
* Remove CamelDisco{Diary,Folder,Store}.Matthew Barnes2013-11-138-2183/+0
* NNTP: Move from 'disco' to 'offline' base classes.Matthew Barnes2013-11-134-439/+296
* Fix/mute issues found by Coverity scanMilan Crha2013-11-1338-86/+156
* 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
* CamelService: Make "password" property thread-safe.Matthew Barnes2013-11-062-3/+41
* CamelService: Make "display-name" property thread-safe.Matthew Barnes2013-11-062-5/+43
* camel-maildir-summary.h: Remove unused enum.Matthew Barnes2013-11-051-5/+0
* CamelNetworkService: Return GIOStream instead of CamelStream.Matthew Barnes2013-11-056-76/+97
* CamelIMAPXFolder: Fix reference leak.Matthew Barnes2013-11-031-0/+1
* Remove unused camel_read/write_socket().Matthew Barnes2013-11-032-205/+1
* Add the other Camel services to API documentation.Matthew Barnes2013-11-0313-73/+84
* CamelDataCache: Return GIOStream instead of CamelStream.Matthew Barnes2013-11-028-88/+232
* Limit usage of legacy CamelObject class.Matthew Barnes2013-11-0146-89/+93
* Bug 710989 - Replace most uses of strcpy()Murray Cumming2013-11-0114-33/+60
* Convert IMAPX back to a loadable module.Matthew Barnes2013-10-3137-175/+104
* Bug 710808 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-294-9/+31
* CamelIMAPXStatusResponse: Don't assume all values are present.Matthew Barnes2013-10-273-62/+172
* CamelIMAPXStoreSummary cleanups.Matthew Barnes2013-10-277-152/+103
* Hack around default Courier namespaces.Matthew Barnes2013-10-272-0/+54