aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove em_utils_uids_free().Matthew Barnes2013-06-151-1/+0
| | | | No longer used. We actually had this defined in two places.
* Bug #250046 - Empty group address as recipient prevents message sendMilan Crha2013-06-041-0/+2
| | | | | | | 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.
* Bug #693254 - Mail reply uses wrong "From:" accountMilan Crha2013-03-051-0/+16
|
* Remove em_utils_in_addressbook().Matthew Barnes2013-02-271-4/+0
| | | | No longer used.
* Remove emu_free_mail_cache().Matthew Barnes2013-02-271-2/+0
| | | | No longer needed, since the resources it frees are no longer used.
* Remove emu_remove_from_mail_cache().Matthew Barnes2013-02-271-1/+0
| | | | No longer used.
* Remove emu_remove_from_mail_cache_1().Matthew Barnes2013-02-271-1/+0
| | | | No longer used.
* Remove em_utils_contact_photo().Matthew Barnes2013-02-271-4/+0
| | | | No longer used.
* Prefer e_source_registry_check_enabled().Matthew Barnes2012-10-261-3/+0
| | | | | Prefer e_source_registry_check_enabled() over e_source_get_enabled() for most instances where we want to exclude disabled data sources.
* Bug #682425 - Can do network operations on disabled accountsMilan Crha2012-09-051-0/+3
|
* Bug #677695 - Crash on quit under emu_free_mail_cache()Milan Crha2012-08-081-1/+2
| | | | | | | This is reverting previous patch for this bug and fixes it with a different approach. The previous patch had regression, instead of freezing evolution on quit it crashed it when there was pending addressbook lookups.
* Bug #548778 - Use original location when replying in Search FolderMilan Crha2012-07-111-4/+8
|
* Make em_utils_in_addressbook() cancellableDan Vrátil2012-06-141-1/+2
|
* Bug #674887 - Hang on sender's photo lookupDan Vrátil2012-06-141-1/+2
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+1
|
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-10/+28
|
* Adapt to CamelService API changes.Matthew Barnes2012-05-201-8/+0
| | | | | | 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.
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+56
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.