aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-session.c
Commit message (Collapse)AuthorAgeFilesLines
* Make em_utils_in_addressbook() cancellableDan Vrátil2012-06-141-1/+1
|
* EMailSession: Use e_source_camel_generate_subtype().Matthew Barnes2012-06-061-1/+1
| | | | | | | | | Use e_source_camel_generate_subtype() to register an ESourceCamelNone class based on the newly-registered "none" CamelProvider. e_source_camel_register_types() won't pick up the new provider if it was already called prior to the provider being registered. That might be a bug... I'm not sure yet. The Camel/ESource integration is kinda messy.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-12/+2
|
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-377/+678
|
* Adapt to CamelService API changes.Matthew Barnes2012-05-201-3/+3
| | | | | | em_utils_connect_service_sync() and em_utils_disconnect_service_sync() are no longer needed. CamelService itself now effectively does what these functions were doing.
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-0/+6
| | | | Always call it immediately after g_simple_async_result_new().
* Bug #672916 - Spam is not detected automaticallyMilan Crha2012-04-021-16/+12
|
* Whitespace cleanups.Matthew Barnes2012-03-031-4/+4
|
* Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works andSrinivasa Ragavan2012-03-031-2/+88
| | | | | the daemon can now start the vfolder storage without bothering much with the UI.
* Bug 668479: Missing transport-only accounts in PreferencesMatthew Barnes2012-01-251-31/+29
| | | | | | | | | | | Evolution kinda sorta supports multiple identities by allowing users to set up so-called "transport-only" accounts by choosing "None" for the account type. Add a CamelStore subclass for those types of accounts so they get added to EMailAccountStore. It's just a stupid hack to keep another stupid hack working, but this should sustain us until we can support multiple identities FOR REAL.
* Coding style and whitespace cleanup.Matthew Barnes2012-01-191-3/+1
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+1969
These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.