aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine
Commit message (Expand)AuthorAgeFilesLines
* Bug #705446 - Old POP3 mails can be removed before getting themMilan Crha2013-08-081-4/+28
* Bug 704682 - Runtime warning in MailFolderCacheMatthew Barnes2013-07-281-5/+10
* Reimplement mail_folder_cache_note_store().Matthew Barnes2013-07-192-200/+237
* Add e_mail_store_go_offline_sync().Matthew Barnes2013-07-192-20/+35
* Add e_mail_store_go_online_sync().Matthew Barnes2013-07-192-17/+35
* e-mail-store-utils.c cleanups.Matthew Barnes2013-07-191-57/+61
* MailFolderCache: Fix a crash when renaming folders.Matthew Barnes2013-07-191-1/+1
* MailFolderCache: Make UpdateClosure less cryptic.Matthew Barnes2013-07-181-44/+62
* MailFolderCache: Thread-safety improvements and other cleanups.Matthew Barnes2013-07-181-404/+803
* MailFolderCache: Remove unnecessary "stores" checks.Matthew Barnes2013-07-181-16/+2
* mail_folder_cache_get_folder_info_flags: Change parameters.Matthew Barnes2013-07-182-49/+34
* Add mail_folder_cache_ref_folder().Matthew Barnes2013-07-182-24/+33
* Add mail_folder_cache_has_folder_info().Matthew Barnes2013-07-183-10/+73
* MailFolderCache: Add a read-only "main-context" property.Matthew Barnes2013-07-182-0/+62
* MailFolderCache: Remove the "session" property.Matthew Barnes2013-07-183-135/+42
* MailFolderCache: Remove unused "unsub" field.Matthew Barnes2013-07-181-6/+3
* Remove unused mail_folder_cache_get_folder_has_children().Matthew Barnes2013-07-182-40/+0
* Miscellaneous cleanups.Matthew Barnes2013-07-071-1/+1
* Bug 703181 - Asked for password which is never usedDavid Woodhouse2013-06-281-9/+27
* Remove em_utils_uids_free().Matthew Barnes2013-06-152-18/+0
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-151-4/+4
* Remove global "shell_builtin_backend" variable.Matthew Barnes2013-06-142-12/+0
* Bug #250046 - Empty group address as recipient prevents message sendMilan Crha2013-06-044-0/+49
* e_mail_session_send_to(): Don't silently ignore if we can't send.Matthew Barnes2013-05-301-7/+2
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
* Utilize the new EMailSession functions when sending.Matthew Barnes2013-05-252-291/+148
* EMailSession: Add helper functions for sending messages.Matthew Barnes2013-05-252-13/+687
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-10/+10
* build: Fix srcdir != builddir from gitMatthew Barnes2013-04-181-4/+4
* Bug #681837 - Make enum type registration thread safeMilan Crha2013-04-123-74/+9
* Bug #271262 - Allow Send/Receive of local stores in offlineMilan Crha2013-04-092-4/+20
* e_mail_folder_uri_parse: Handle local mbox folder URIs.Matthew Barnes2013-04-081-2/+24
* Bug #687412 - Crash under mail_folder_cache_service_removed()Milan Crha2013-03-251-2/+8
* Use e_source_registry_list_enabled() where appropriate.Matthew Barnes2013-03-172-6/+4
* Do not leak each sent messageMilan Crha2013-03-151-1/+0
* Bug #693254 - Mail reply uses wrong "From:" accountMilan Crha2013-03-052-10/+51
* Remove em_utils_in_addressbook().Matthew Barnes2013-02-272-318/+0
* Remove emu_free_mail_cache().Matthew Barnes2013-02-272-106/+0
* Remove emu_remove_from_mail_cache().Matthew Barnes2013-02-272-48/+0
* Remove emu_remove_from_mail_cache_1().Matthew Barnes2013-02-272-15/+0
* Remove em_utils_contact_photo().Matthew Barnes2013-02-272-103/+0
* EMailSession: Remove get_filter_driver() implementation.Matthew Barnes2013-02-271-61/+0
* Move CamelSession.lookup_addressbook() handler to EMailUISession.Matthew Barnes2013-02-271-23/+0
* EMailSession: Use camel_session_ref_main_context().Matthew Barnes2013-02-221-1/+3
* Use camel_service_ref_session().Matthew Barnes2013-02-116-53/+105
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-093-11/+18
* Add comments around g_idle_add() changesMilan Crha2013-02-093-0/+5
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-093-8/+8
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-083-8/+8
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-083-8/+8
* Incorporate ESourceUOA.Matthew Barnes2013-02-011-8/+51
* Use e_book_client_connect().Matthew Barnes2013-01-301-76/+6
* Adapt to CamelSession API changes.Matthew Barnes2013-01-131-12/+9
* Use g_hash_table_add() when using a hash table as a set.Matthew Barnes2013-01-122-12/+19
* Coding style and whitespace cleanup.Matthew Barnes2013-01-113-16/+19
* Move CamelSaslXOAuth2 to libemail-engine.Matthew Barnes2012-12-314-0/+202
* e-passwords: Remove unused function parameters.Matthew Barnes2012-12-171-4/+4
* Use cancellable mutex for photo and address book lookups in mailerMilan Crha2012-12-151-40/+51
* Implement and use CamelSession::trust_prompt()Milan Crha2012-12-141-26/+104
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-2/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-1318-26/+1897
* Bug #579315 - Identify filter names in filtering errorsMilan Crha2012-12-101-3/+12
* Bug #315317 - Add option to expunge messages on folder leaveMilan Crha2012-12-052-2/+58
* Bug #525932 - Unhelpful "Error while Filtering Selected Messages."Milan Crha2012-12-031-4/+16
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
* Bug #688819 - It's possible to make Evolution stop sending emailsMilan Crha2012-11-231-1/+7
* 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