aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate MailFolderCache signal handlers.Matthew Barnes2011-09-141-0/+177
* e_mail_store_foreach(): Take an EMailSession parameter.Matthew Barnes2011-09-141-4/+8
* Use new CamelService:display-name property.Matthew Barnes2011-09-141-8/+4
* EMailBackend: Explicitly remove CamelServices during dispose.Matthew Barnes2011-09-141-0/+2
* Change EMEventTargetFolder contents.Matthew Barnes2011-06-301-11/+6
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+4
* Remove mail_remove_folder().Matthew Barnes2011-06-301-1/+1
* Add e_activity_handle_cancellation().Matthew Barnes2011-06-301-2/+2
* Whitespace and coding style cleanups.Matthew Barnes2011-06-301-1/+2
* MailFolderCache: Drop folder URI in "folder-changed" signal.Matthew Barnes2011-06-301-1/+6
* MailFolderCache: Emit folder names instead of URIs in signals.Matthew Barnes2011-06-301-5/+6
* EMEventTargetFolder: Add an EAccount member.Matthew Barnes2011-06-301-1/+6
* EMailBackend: Ignore cancelled background jobs.Matthew Barnes2011-06-301-1/+4
* Adapt to new CamelSession background job API.Matthew Barnes2011-06-301-4/+113
* Do not prompt for offline when mail backend not startedMilan Crha2011-06-301-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* Do not flush Outbox when mail shell backend not startedMilan Crha2011-06-301-1/+4
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-7/+3
* Remove NULL checks for GObject methods.Matthew Barnes2011-06-301-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-2/+4
* Bug #638808 - camel_shutdown() called too earlyMilan Crha2011-06-301-1/+10
* Avoid idle callbacks in EMailBackend initialization.Matthew Barnes2011-06-301-21/+0
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-301-0/+3
* Bug #620609 - Empty trash at exit doesn't workMilan Crha2011-06-301-4/+4
* Bug #632781 - Cannot disable search foldersMilan Crha2010-11-161-2/+0
* Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-101-1/+2
* Kill mail_store_set_offline().Matthew Barnes2010-10-231-17/+23
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-1/+2
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-12/+54
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-2/+4
* Give MailSession a permanent home.Matthew Barnes2010-10-131-46/+119
* Remove some unused bits from mail-mt.c.Matthew Barnes2010-09-301-2/+2
* Adapt to Camel API changes.Matthew Barnes2010-09-281-2/+2
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-1/+2
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Remove unused variable.Matthew Barnes2010-07-281-1/+0
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-271-2/+14
* More code cleanup.Matthew Barnes2010-07-271-0/+1
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-261-1/+0
* Bug #534369 - [new-mail-notify] Intermittent notificationsMilan Crha2010-06-151-1/+1
* Bug 603468 - Improve handling of --quit optionMatthew Barnes2010-06-131-0/+5
* Merge branch 'express2'Matthew Barnes2010-05-271-0/+6
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-2/+2
| * Don't show mail alerts on calendar view in express mode.Srinivasa Ragavan2010-04-301-0/+6
* | Adapt to Camel API changes.Matthew Barnes2010-05-081-20/+3
* | Adapt to Camel API changes.Matthew Barnes2010-04-301-6/+1
* | Camel is now GObject-based.Matthew Barnes2010-04-241-1/+1
* | Only #include Camel's top-level header.Matthew Barnes2010-04-031-2/+0
|/
* Bug 361145 - Evolution hangs when formatting message - fixes part of it.Chenthill Palanisamy2009-12-281-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-1/+3
* Remove the EShellBackend parameter from mail_session_init()Jonathon Jongsma2009-12-211-1/+1
* The shell backend is responsibile for setting the MailSession onlineJonathon Jongsma2009-12-211-0/+2
* Move the gross hack for EAccountComboBox up a levelJonathon Jongsma2009-12-211-0/+3
* Implement get_data/config_dir vfuncs for mail backendJonathon Jongsma2009-12-191-0/+17
* Move MailFolderCache signal handlers to EMailBackend.Matthew Barnes2009-12-171-0/+87
* Introduce EMailBackend into libevolution-mail.Matthew Barnes2009-12-161-0/+408