Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add e_mail_reader_unsubscribe_folder_name(). | Matthew Barnes | 2012-07-09 | 1 | -107/+0 |
| | | | | Replaces e_mail_session_unsubscribe_folder(). | ||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Adapt mail to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -19/+21 |
| | |||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-05-20 | 1 | -5/+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 Barnes | 2012-05-13 | 1 | -0/+8 |
| | | | | Always call it immediately after g_simple_async_result_new(). | ||||
* | Whitespace cleanups. | Matthew Barnes | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | Bug #667046 - Outgoing filter cannot override used Sent folder | Milan Crha | 2012-04-17 | 1 | -1/+22 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -2/+7 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -0/+931 |
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. |