Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #722041 - NNTP Messages are silently dropped from Outbox | Milan Crha | 2014-02-11 | 1 | -12/+8 |
| | |||||
* | Bug 721545 - License text contains obsolete FSF postal address | Matthew Barnes | 2014-01-08 | 1 | -10/+9 |
| | |||||
* | sync_store_desc: Display the store's display name. | Matthew Barnes | 2013-11-30 | 1 | -9/+10 |
| | | | | That's what it's for. | ||||
* | em_utils_is_local_delivery_mbox_file(): Take a CamelService. | Matthew Barnes | 2013-11-30 | 1 | -7/+6 |
| | | | | | | More convenient than constructing a CamelURL just for this function. Also, document it. | ||||
* | Remove unused arguments in mail_fetch_mail(). | Matthew Barnes | 2013-11-30 | 1 | -20/+3 |
| | | | | The 'fetch_type' and 'fetch_count' arguments are not used. | ||||
* | Adapt to Camel API changes. | Matthew Barnes | 2013-09-24 | 1 | -2/+2 |
| | |||||
* | Bug #705446 - Old POP3 mails can be removed before getting them | Milan Crha | 2013-08-08 | 1 | -4/+28 |
| | |||||
* | message_list_get_selected: Give the returned array a free func. | Matthew Barnes | 2013-06-15 | 1 | -4/+4 |
| | | | | | | The returned UID array now has a built-in "free" function for its elements and should be released by callers with g_ptr_array_unref() rather than em_utils_uids_free() or some equivalent. | ||||
* | Bug #250046 - Empty group address as recipient prevents message send | Milan Crha | 2013-06-04 | 1 | -0/+3 |
| | | | | | | | Empty group addresses were left as-is when sending an email directly, not through Outbox, which could cause a send error through SMTP. Expanding group addresses, or removing empty groups, from a list or recipients before sending the message fixes the issue. | ||||
* | Utilize the new EMailSession functions when sending. | Matthew Barnes | 2013-05-25 | 1 | -138/+59 |
| | |||||
* | Bug #271262 - Allow Send/Receive of local stores in offline | Milan Crha | 2013-04-09 | 1 | -2/+12 |
| | |||||
* | Use camel_service_ref_session(). | Matthew Barnes | 2013-02-11 | 1 | -2/+6 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-01-11 | 1 | -6/+8 |
| | |||||
* | Consolidate base utility libraries into libeutil. | Matthew Barnes | 2012-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start. | ||||
* | Bug #579315 - Identify filter names in filtering errors | Milan Crha | 2012-12-10 | 1 | -3/+12 |
| | |||||
* | Bug #315317 - Add option to expunge messages on folder leave | Milan Crha | 2012-12-05 | 1 | -2/+57 |
| | |||||
* | Bug #525932 - Unhelpful "Error while Filtering Selected Messages." | Milan Crha | 2012-12-03 | 1 | -4/+16 |
| | |||||
* | Address couple issues found by a Coverity scan | Milan Crha | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 1 | -9/+8 |
| | |||||
* | Bug #680497 - POP3 re-adds messages to local Inbox | Milan Crha | 2012-10-25 | 1 | -36/+55 |
| | |||||
* | Bug #268618 - Add: Save replies in the folder of the message being replied to | Milan Crha | 2012-10-22 | 1 | -4/+7 |
| | | | | | | Follow-up fixes: a) don't copy to origin folder for forwarded messages b) use a real folder when reply/forward from a vFolder | ||||
* | Bug #268618 - Add: Save replies in the folder of the message being replied to | Milan Crha | 2012-10-19 | 1 | -2/+17 |
| | |||||
* | Bug #683849 - Add account name to »Checking for new mail« | Milan Crha | 2012-10-16 | 1 | -1/+2 |
| | |||||
* | Bug #678806 - Flush Outbox doesn't remove sent messages | Milan Crha | 2012-09-11 | 1 | -2/+4 |
| | |||||
* | Bug #683349 - Crash when sending a mail from the Outbox folder | Milan Crha | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 1 | -16/+20 |
| | |||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-08-13 | 1 | -1/+4 |
| | | | | | | camel_service_get_settings() is now camel_service_ref_settings() and it returns a new CamelSettings reference which the caller must release with g_object_unref(). | ||||
* | Adapt to CamelSession API changes. | Matthew Barnes | 2012-08-12 | 1 | -1/+5 |
| | | | | | | | | | | | | These functions now return new references: camel_session_add_service() camel_session_list_services() These functions have been renamed and also return new references: camel_session_get_service() -> camel_session_ref_service() camel_session_get_service_by_url() -> camel_session_ref_service_by_url() | ||||
* | Remove unused mail_disconnect_store(). | Matthew Barnes | 2012-07-26 | 1 | -59/+0 |
| | |||||
* | Remove mail_expunge_folder(). | Matthew Barnes | 2012-07-09 | 1 | -281/+5 |
| | | | | Use e_mail_folder_expunge() instead. | ||||
* | Remove mail_refresh_folder(). | Matthew Barnes | 2012-07-09 | 1 | -44/+0 |
| | | | | Use e_mail_reader_refresh_folder() instead. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 1 | -3/+1 |
| | |||||
* | Adapt mail to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -157/+203 |
| | |||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-05-20 | 1 | -6/+6 |
| | | | | | | 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. | ||||
* | Remove forgotten debug prints | Milan Crha | 2012-04-18 | 1 | -2/+0 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 1 | -10/+11 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | Add ability to specify INBOX for non-storage type accounts. Email daemon | Srinivasa Ragavan | 2012-03-29 | 1 | -6/+50 |
| | | | | allows to store mails in individual INBOX rather than a common one. | ||||
* | Fix more compiler warnings. | Matthew Barnes | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -14/+28 |
| | |||||
* | Bug #659394 - Missing plural handling for "Failed to send %d of %d messages" | Milan Crha | 2012-02-16 | 1 | -1/+4 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -0/+1691 |
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. |