aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-9/+8
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-062-53/+53
* e_flaw_wait_until() expects gint64, not gintMilan Crha2012-11-061-1/+1
* Replace e_flag_timed_wait() with e_flag_wait_until()Milan Crha2012-11-061-4/+4
* mail_session_refresh_cb(): Skip disabled sources.Matthew Barnes2012-11-011-2/+10
* Prefer e_source_registry_check_enabled().Matthew Barnes2012-10-263-41/+3
* Bug #680497 - POP3 re-adds messages to local InboxMilan Crha2012-10-251-36/+55
* Bug #268618 - Add: Save replies in the folder of the message being replied toMilan Crha2012-10-222-8/+14
* Bug #268618 - Add: Save replies in the folder of the message being replied toMilan Crha2012-10-192-2/+28
* MailFolderCache: Silently ignore cancellation errors.Matthew Barnes2012-10-181-1/+5
* Bug #683849 - Add account name to »Checking for new mail«Milan Crha2012-10-161-1/+2
* Remove e_mail_junk_filter_available().Matthew Barnes2012-10-013-39/+3
* Bug #678806 - Flush Outbox doesn't remove sent messagesMilan Crha2012-09-111-2/+4
* Bug #683349 - Crash when sending a mail from the Outbox folderMilan Crha2012-09-101-1/+1
* Bug #682425 - Can do network operations on disabled accountsMilan Crha2012-09-053-4/+44
* MailFolderCache: Remove dead code.Matthew Barnes2012-08-281-6/+0
* MailFolderCache: Remove some unnecessary #includes.Matthew Barnes2012-08-281-3/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-08-207-77/+84
* Add e_mail_session_append_to_local_folder().Matthew Barnes2012-08-152-0/+142
* Adapt to CamelService API changes.Matthew Barnes2012-08-134-8/+22
* Adapt to CamelSession API changes.Matthew Barnes2012-08-125-46/+102
* Adapt to CamelSession forward_to() changes.Matthew Barnes2012-08-121-164/+188
* Avoid using uninitialized variable in e_mail_folder_expunge_sync()Milan Crha2012-08-101-0/+1
* EMailSession: Minor code rearrangement.Matthew Barnes2012-08-091-23/+23
* Bug #677695 - Crash on quit under emu_free_mail_cache()Milan Crha2012-08-082-99/+115
* Remove unused mail_disconnect_store().Matthew Barnes2012-07-262-61/+0
* Use template files to generate GEnumClass types.Matthew Barnes2012-07-183-5/+77
* Rework handling of GOA mail.Matthew Barnes2012-07-161-0/+84
* mail_session_add_service(): Make display-name binding one-way.Matthew Barnes2012-07-161-1/+0
* mail_session_add_from_source(): Warn if backend name is unset.Matthew Barnes2012-07-151-4/+1
* Bug #223309 - Add "Include Subfolders" to "Search Folder Sources"Milan Crha2012-07-111-78/+167
* Bug #548778 - Use original location when replying in Search FolderMilan Crha2012-07-113-16/+37
* Bug #677695 - Freeze on quit in emu_free_mail_cache()Milan Crha2012-07-111-18/+91
* Add "auto-update" option to Search Folder EditorMilan Crha2012-07-101-18/+16
* Always notify about finished updated_folders() callMilan Crha2012-07-101-8/+5
* Remove mail_expunge_folder().Matthew Barnes2012-07-092-282/+5
* Add e_mail_folder_expunge().Matthew Barnes2012-07-092-0/+297
* Use folder display name in status messages when possible.Matthew Barnes2012-07-091-4/+6
* Remove mail_refresh_folder().Matthew Barnes2012-07-092-48/+0
* Add e_mail_reader_unsubscribe_folder_name().Matthew Barnes2012-07-092-123/+0
* Adapt to CamelStore API change.Matthew Barnes2012-07-071-2/+2
* Bug #677604 - Critical warnings on evolution startMilan Crha2012-07-031-1/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-06-252-4/+4
* Make em_utils_in_addressbook() cancellableDan Vrátil2012-06-143-4/+6
* Bug #674887 - Hang on sender's photo lookupDan Vrátil2012-06-142-39/+8
* Bug 677995 - Asks password for disabled mail accountMatthew Barnes2012-06-132-13/+0
* Remove "enable-local" and "enable-vfolders" GSettings key.Matthew Barnes2012-06-091-7/+1
* CamelNullStoreClass: Override settings_type.Matthew Barnes2012-06-081-0/+5
* EMailSession: Use e_source_camel_generate_subtype().Matthew Barnes2012-06-061-1/+1
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-0410-37/+11
* Adapt mail to the new ESource API.Matthew Barnes2012-06-0313-782/+1711
* Bug #673946 - Cannot delete search foldersMilan Crha2012-05-311-3/+4
* Adapt to vFolder changes from evolution-data-serverMilan Crha2012-05-311-7/+15
* Adapt to CamelService API changes.Matthew Barnes2012-05-206-87/+18
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-134-0/+36
* Whitespace cleanups.Matthew Barnes2012-05-131-1/+1
* Bug #674381 - Show contact photo from address book doesn't workDan Vrátil2012-04-281-21/+22
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-2/+2
* Bug #465076 - INBOX confusion with outboxMilan Crha2012-04-192-47/+69
* Remove forgotten debug printsMilan Crha2012-04-181-2/+0
* Bug #667046 - Outgoing filter cannot override used Sent folderMilan Crha2012-04-171-1/+22
* Bug #672916 - Spam is not detected automaticallyMilan Crha2012-04-021-16/+12
* Whitespace cleanup.Matthew Barnes2012-04-023-15/+16
* Add ability to specify INBOX for non-storage type accounts. Email daemonSrinivasa Ragavan2012-03-292-7/+63
* Fix more compiler warnings.Matthew Barnes2012-03-041-1/+1
* Add missing linker flags.Matthew Barnes2012-03-041-0/+2
* Whitespace cleanups.Matthew Barnes2012-03-032-8/+8
* Fix some "unused-but-set-variable" warnings.Matthew Barnes2012-03-031-2/+1
* Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works andSrinivasa Ragavan2012-03-035-3/+1257
* Coding style and whitespace cleanup.Matthew Barnes2012-02-206-37/+80
* Bug #659394 - Missing plural handling for "Failed to send %d of %d messages"Milan Crha2012-02-161-1/+4
* Bug #670014 - Remove-duplicates reads all messages into memoryMilan Crha2012-02-161-43/+94
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
* Fix libemail-engine.so install path.Matthew Barnes2012-02-072-2/+3
* Bug 667576 - Junk between messages after saving an mbox fileJames Bottomley2012-02-021-9/+19
* e-mail-store-utils.c: Use the service's display name in status messages.Matthew Barnes2012-01-311-12/+18
* Bug 668479: Missing transport-only accounts in PreferencesMatthew Barnes2012-01-254-31/+171
* Coding style and whitespace cleanup.Matthew Barnes2012-01-193-19/+12
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-1923-0/+11269