aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Bug #705657 - Crash in em_utils_selection_set_urilist()Milan Crha2013-08-081-0/+6
* Bug #705119 - File descriptors for images not closedMilan Crha2013-07-301-6/+8
* EMailRequest cleanups.Matthew Barnes2013-07-281-142/+113
* EWebView: Add an "image-save" action.Matthew Barnes2013-07-282-182/+6
* Add e_web_view_cursor_image_copy().Matthew Barnes2013-07-281-1/+1
* Add e_web_view_suggest_filename().Matthew Barnes2013-07-281-0/+40
* Add e_web_view_redirect_uri().Matthew Barnes2013-07-271-129/+144
* Remove e_web_view_get_uri().Matthew Barnes2013-07-271-1/+1
* EMailPrinter: Disable frame flattening directly.Matthew Barnes2013-07-271-1/+10
* Rename e_mail_display_set_parts_list().Matthew Barnes2013-07-274-12/+12
* Rename e_mail_display_get_parts_list().Matthew Barnes2013-07-264-7/+7
* Do not mask CAMEL_ERROR_GENERIC in composer_send_completed()Milan Crha2013-07-221-2/+3
* EMailRequest: Handle empty message bodies more gracefully.Matthew Barnes2013-07-201-3/+8
* Reimplement mail_folder_cache_note_store().Matthew Barnes2013-07-191-16/+29
* mail_folder_cache_get_folder_info_flags: Change parameters.Matthew Barnes2013-07-183-15/+11
* Add mail_folder_cache_ref_folder().Matthew Barnes2013-07-182-25/+21
* Drop unused em_utils_get_proxy()Milan Crha2013-07-162-30/+0
* Bug #703389 - Proxy ignored for imagesMilan Crha2013-07-162-0/+29
* Fix typo in e_mail_reader_refresh_folder_name().Matthew Barnes2013-07-141-1/+1
* refresh_folders_exec: Make sure the service is connected.Matthew Barnes2013-07-121-1/+8
* Miscellaneous cleanups.Matthew Barnes2013-07-071-2/+2
* Use gal_view_collection_get_user_directory() where needed.Matthew Barnes2013-07-061-4/+8
* GalViewEtable: Remove ETableSpecification member.Matthew Barnes2013-07-061-31/+8
* EShellView: Add a "view-instance" property.Matthew Barnes2013-07-061-5/+14
* ETableSpecification: Implement GInitable.Matthew Barnes2013-07-022-6/+23
* e-mail-reader-utils.c: Avoid e_tree_get_state().Matthew Barnes2013-07-021-5/+4
* Remove e_tree_new_from_spec_file().Matthew Barnes2013-07-021-3/+8
* e_tree_new_from_spec_file: Remove unused "state_fn" parameter.Matthew Barnes2013-07-021-1/+1
* ETableSortInfo: Rework API to avoid exposing ETableSortColumn.Matthew Barnes2013-07-021-9/+13
* ETableCol: Embed an ETableColumnSpecification.Matthew Barnes2013-07-021-2/+8
* ETableState: Add a "specification" construct-only property.Matthew Barnes2013-07-021-1/+1
* Bug #689640 - Print Preview of composer text is emptyMilan Crha2013-07-021-0/+26
* Set network-available on a CamelSession when going onlineMilan Crha2013-06-271-0/+1
* EMailPrintConfigHeaders: Derive from ETreeViewFrame.Matthew Barnes2013-06-262-423/+55
* EMFolderTreeModel: Listen for "folder-info-stale" signals.Matthew Barnes2013-06-222-0/+20
* EMFolderTreeModel cleanups.Matthew Barnes2013-06-222-50/+73
* Bug 702710 - MessageList: Delay state capture for regen.Matthew Barnes2013-06-222-94/+127
* MessageList cleanups.Matthew Barnes2013-06-221-29/+36
* extended_g_node_insert_before: Small correction.Matthew Barnes2013-06-211-0/+1
* Bug 702796 - Work around GNode's O(N) tail insertionsMatthew Barnes2013-06-211-5/+117
* Remove e_tree_row_count().Matthew Barnes2013-06-211-47/+67
* Remove e_tree_force_expanded_state().Matthew Barnes2013-06-211-4/+9
* Remove e_tree_load_expanded_state_xml().Matthew Barnes2013-06-211-3/+3
* Remove e_tree_save_expanded_state_xml().Matthew Barnes2013-06-211-2/+6
* Remove e_tree_load_expanded_state().Matthew Barnes2013-06-211-1/+5
* Remove e_tree_save_expanded_state().Matthew Barnes2013-06-211-1/+4
* Remove e_tree_row_of_node().Matthew Barnes2013-06-211-1/+1
* Remove e_tree_node_at_row().Matthew Barnes2013-06-211-2/+5
* Remove e_tree_root_node_set_visible().Matthew Barnes2013-06-211-5/+6
* Remove e_tree_node_is_expanded().Matthew Barnes2013-06-211-8/+13
* Remove e_tree_drag_dest_set().Matthew Barnes2013-06-211-4/+7
* Remove e_tree_selected_path_foreach().Matthew Barnes2013-06-211-3/+6
* Remove e_tree_selected_row_foreach().Matthew Barnes2013-06-211-2/+3
* Make is_node_selectable() easier to debug.Matthew Barnes2013-06-201-4/+5
* build_tree: Fix indentation.Matthew Barnes2013-06-201-21/+22
* Remove unused message_list_invert_selection().Matthew Barnes2013-06-202-17/+0
* MessageList: Fix an unused variable warning.Matthew Barnes2013-06-201-1/+0
* Add e_tree_model_node_get_n_nodes().Matthew Barnes2013-06-201-0/+18
* Bug 702454 - EMailBrowser fails to show messageMatthew Barnes2013-06-171-37/+44
* MessageList: Move more RegenData initialization into regen_data_new().Matthew Barnes2013-06-171-45/+53
* Remove e_tree_model_node_is_editable().Matthew Barnes2013-06-161-9/+0
* Remove e_tree_model_set_value_at().Matthew Barnes2013-06-161-10/+0
* Remove e_tree_model_has_get_node_by_id().Matthew Barnes2013-06-161-7/+0
* Remove e_tree_model_has_save_id().Matthew Barnes2013-06-161-7/+0
* Remove e_tree_model_icon_at().Matthew Barnes2013-06-161-8/+0
* Convert ETreeModel to an interface.Matthew Barnes2013-06-162-654/+816
* Remove em_utils_uids_free().Matthew Barnes2013-06-151-17/+0
* Remove em_utils_uids_copy().Matthew Barnes2013-06-152-27/+0
* Avoid em_utils_uids_free() in other places.Matthew Barnes2013-06-152-4/+5
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-155-74/+43
* MessageList: Further cleanups.Matthew Barnes2013-06-151-295/+358
* Remove unused message_list_get_uids().Matthew Barnes2013-06-152-23/+0
* Add e_mail_reader_ref_folder().Matthew Barnes2013-06-156-187/+286
* MessageList: Add a "group-by-threads" property.Matthew Barnes2013-06-153-47/+99
* MessageList: Remove public 'hidejunk' and 'hidedeleted' flags.Matthew Barnes2013-06-152-55/+90
* MessageList: Add a "show-deleted" property.Matthew Barnes2013-06-152-0/+56
* MessageList: Add a "folder" property.Matthew Barnes2013-06-154-113/+272
* MessageList: Add a "thread-latest" property.Matthew Barnes2013-06-142-6/+51
* ESettingsMessageList: Apply the "thread-expanded" setting.Matthew Barnes2013-06-141-28/+25
* MessageList: Add a "thread-subject" property.Matthew Barnes2013-06-142-13/+63
* Make MessageList extensible.Matthew Barnes2013-06-141-0/+12
* Remove global "shell_builtin_backend" variable.Matthew Barnes2013-06-141-4/+0
* em_utils_is_re_in_subject: Remove unused 'shell' parameter.Matthew Barnes2013-06-144-17/+11
* message_list_regen_done_cb: Fix a runtime warning.Matthew Barnes2013-06-141-11/+9
* message_list_set_folder: Remove unused "outgoing" parameter.Matthew Barnes2013-06-133-21/+6
* Remove unused MESSAGE_LIST_LOCK / MESSAGE_LOCK_UNLOCK macros.Matthew Barnes2013-06-131-3/+0
* Remove message_list_ensure_message().Matthew Barnes2013-06-132-25/+1
* Reimplement mail_regen_list().Matthew Barnes2013-06-131-400/+654
* MessageList: Move regen-related members into private struct.Matthew Barnes2013-06-132-46/+54
* MessageList: Remove dead code.Matthew Barnes2013-06-131-307/+9
* Add EMailPrintConfigHeaders.Matthew Barnes2013-06-084-498/+774
* Remove EMailReaderHeader struct.Matthew Barnes2013-06-062-122/+0
* Bug 684302 - Prompt to close message window on reply should be inlineMatthew Barnes2013-06-053-48/+88
* EMailBrowser: Add "close-on-reply-policy" property.Matthew Barnes2013-06-052-26/+70
* EMailDisplay cleanups.Matthew Barnes2013-06-053-67/+83
* EMailBrowser cleanups.Matthew Barnes2013-06-052-102/+118
* EMailReader: Remove unused actions.Matthew Barnes2013-06-035-220/+1
* Remove unused EMailNotebookView.Matthew Barnes2013-06-034-1058/+0
* Add e_mail_reader_forward_messages().Matthew Barnes2013-06-035-250/+256
* Add e_mail_reader_edit_messages().Matthew Barnes2013-06-036-131/+125
* Move "ask-reply-close-browser" prompt to EMailBrowser.Matthew Barnes2013-06-034-103/+71
* EMailReader: Add a "composer-created" signal.Matthew Barnes2013-06-034-8/+96
* em_utils_edit_message: Change return type to EMsgComposer.Matthew Barnes2013-06-022-3/+3
* em_utils_redirect_message: Return the EMsgComposer.Matthew Barnes2013-06-022-4/+8
* em_utils_compose_new_message(): Return the EMsgComposer.Matthew Barnes2013-06-022-4/+8
* Simplify em_utils_forward_message() arguments.Matthew Barnes2013-06-022-26/+23
* em-composer-utils.c cleanups.Matthew Barnes2013-06-021-246/+328
* e-mail-reader.h: Remove unimplemented declarations.Matthew Barnes2013-06-021-5/+0
* Add e_composer_header_table_ref_source().Matthew Barnes2013-06-021-13/+5
* EComposeHeaderTable: Replace "registry" property with "client-cache".Matthew Barnes2013-06-021-5/+29
* EMailReader cleanups.Matthew Barnes2013-06-022-123/+168
* e_mail_session_send_to(): Don't silently ignore if we can't send.Matthew Barnes2013-05-301-10/+18
* Distinguish "attachment-wrapper" elements from attachments.Matthew Barnes2013-05-291-12/+16
* Rename libcomposer to libevolution-mail-composer.Matthew Barnes2013-05-281-1/+1
* Rename libemformat to libevolution-mail-formatter.Matthew Barnes2013-05-281-1/+1
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-282-4/+3
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-282-2/+2
* configure.ac: Remove unused function and header checks.Matthew Barnes2013-05-281-7/+0
* e-mail-reader-utils.c cleanups.Matthew Barnes2013-05-252-423/+548
* Convert EMailPart to a GObject.Matthew Barnes2013-05-204-7/+7
* Add e_mail_part_get_validity_flags().Matthew Barnes2013-05-201-11/+1
* Add e_mail_part_get_is_attachment().Matthew Barnes2013-05-201-2/+2
* Add e_mail_part_get_mime_type().Matthew Barnes2013-05-202-5/+11
* Add e_mail_part_ref_mime_part().Matthew Barnes2013-05-202-2/+11
* Add e_mail_part_id_has_prefix().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_get_id().Matthew Barnes2013-05-202-13/+16
* em-format cleanups.Matthew Barnes2013-05-205-10/+26
* EMailPart: Store validity pairs in a GQueue.Matthew Barnes2013-05-202-18/+19
* Remove e_mail_display_set_charset().Matthew Barnes2013-05-153-17/+9
* EMailDisplay cleanups.Matthew Barnes2013-05-152-99/+103
* EMailPrinter: Fix a couple typos.Matthew Barnes2013-05-111-1/+2
* Bug 7000028 - Drag-n-drop export of a file produces 0 sized PDF fileMatthew Barnes2013-05-111-29/+36
* Convert e_mail_printer_print() to a proper async function.Matthew Barnes2013-05-115-249/+349
* EMailPrinter cleanups.Matthew Barnes2013-05-102-191/+237
* em-utils.c cleanups.Matthew Barnes2013-05-101-95/+93
* Remove "drag-and-drop-save-name-format" setting.Matthew Barnes2013-05-101-15/+2
* Right-align mail header names.Matthew Barnes2013-05-091-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2013-05-085-10/+11
* Bug #301323 - "Edit as new message" doesn't strip signature properlyMilan Crha2013-05-075-11/+17
* Merge [mark-all-read] plugin into core codeMilan Crha2013-05-041-4/+10
* Bug #626215 - Prefer mail saving in order by UIMilan Crha2013-04-263-0/+73
* Reimplement EPhotoCache to use EPhotoSource.Matthew Barnes2013-04-241-2/+2
* [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colorsMilan Crha2013-04-232-16/+10
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-211-16/+0
* Bug #697710 - Going offline doesn't disconnect remote storesMilan Crha2013-04-112-13/+51
* Bug #271262 - Allow Send/Receive of local stores in offlineMilan Crha2013-04-092-8/+29
* EMailAccountStore: Remove "express-mode" property.Matthew Barnes2013-04-012-78/+8
* EMailAccountManager: Add Online Account blurbs.Matthew Barnes2013-04-011-3/+241
* EMailAccountManager: Inherit from GtkGrid.Matthew Barnes2013-04-012-15/+9
* Remove more Express Mode hacks.Matthew Barnes2013-04-012-24/+1
* Remove EUIManager.Matthew Barnes2013-04-011-6/+4
* Remove e_shell_configure_ui_manager().Matthew Barnes2013-04-011-1/+0
* Fix for typing in ITIP comments when some keys triggered actions.Tomas Popela2013-03-281-0/+27
* Bug #696173 - Various memory leaksMilan Crha2013-03-252-2/+8
* e-mail.h: Remove non-existent header files.Matthew Barnes2013-03-251-2/+0
* Fix usage of non-existing variable in debug message.Tomas Popela2013-03-211-1/+1
* Add e_msg_composer_ref_session().Matthew Barnes2013-03-171-2/+7
* Remove EMailShellSettings.Matthew Barnes2013-03-179-117/+77
* Add "headers-collapsed" setting.Matthew Barnes2013-03-171-7/+11
* Bug #415371 - Create Incoming filter for messages with Received headerMilan Crha2013-03-141-3/+7
* Bug 695693 - Handle <authentication> tags during auto-configurationMatthew Barnes2013-03-121-3/+41
* Bug 695570 - Don't use gtk_container_add() to pack a GtkBoxMatthew Barnes2013-03-111-1/+1
* EMSubscriptionEditor: Use GtkGrid instead of GtkTable.Matthew Barnes2013-03-111-15/+9
* e_mail_config_notebook_commit: Skip non-writable sources.Matthew Barnes2013-03-091-4/+4
* Bug #690092 - Crash under format_full_headers()Milan Crha2013-03-071-4/+4
* Bug #693254 - Mail reply uses wrong "From:" accountMilan Crha2013-03-051-4/+78
* Fix a regression from the previous commit for bug #645476Milan Crha2013-03-051-10/+24
* Bug #645476 - Avoid scroll to cursor on folder change in message list (take 3)Milan Crha2013-03-051-0/+8
* EMailTagEditor: Remove calendar configuration properties.Matthew Barnes2013-03-043-137/+1
* e_mail_config_service_backend_get_settings: Another corner case.Matthew Barnes2013-03-011-4/+9
* Remove emu_free_mail_cache().Matthew Barnes2013-02-271-13/+1
* EHTTPRequest: Use e_mail_ui_session_check_known_address_sync().Matthew Barnes2013-02-271-6/+25
* Move CamelSession.lookup_addressbook() handler to EMailUISession.Matthew Barnes2013-02-271-0/+39
* Add e_mail_ui_session_check_known_address_sync().Matthew Barnes2013-02-272-0/+126
* EMailReader: Remove addresses from EPhotoCache as needed.Matthew Barnes2013-02-271-5/+28
* EMailFormatter: Remove "only-local-photos" property.Matthew Barnes2013-02-271-2/+0
* EMailRequest: Use EPhotoCache to obtain contact photos.Matthew Barnes2013-02-271-67/+40
* EMailUISession: Add a read-only "photo-cache" property.Matthew Barnes2013-02-272-1/+40
* EMailRequest cleanups.Matthew Barnes2013-02-271-30/+44
* Coding style and whitespace cleanup.Matthew Barnes2013-02-242-3/+4
* Fix a memory leak in EMailDisplay::do_reload_displayMilan Crha2013-02-211-2/+2
* Replace deprecated static mutexesVadim Rutkovsky2013-02-142-10/+10
* Use camel_service_ref_session().Matthew Barnes2013-02-114-9/+25
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-093-8/+11
* Add comments around g_idle_add() changesMilan Crha2013-02-093-0/+3
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-093-3/+3
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-083-3/+3
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-083-3/+3
* EMailAccountStore: Use an appropriate icon for online accounts.Matthew Barnes2013-02-013-10/+22
* Incorporate ESourceUOA.Matthew Barnes2013-02-013-6/+28
* Use e_book_client_connect().Matthew Barnes2013-01-301-7/+4
* Bug #692781 - [pine-importer] Abort on book failure during contact importMilan Crha2013-01-301-1/+1
* Bug #692777 - Crash on folder renameMilan Crha2013-01-291-3/+3
* Bug #692009 - text/css always formatted as attachmentMilan Crha2013-01-242-10/+2
* Exclude also text/calendar in a fix for bug #692009Milan Crha2013-01-221-1/+2
* EMailBrowser: Fix packing of preview pane.Matthew Barnes2013-01-211-1/+4
* Bug 692143 - Auto-configured MSN account should use POP, not IMAPMatthew Barnes2013-01-211-0/+6
* Bug #692009 - text/css always formatted as attachmentMilan Crha2013-01-211-3/+28
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-2014-18/+18
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-198-10/+92
* Adapt to CamelSession API changes.Matthew Barnes2013-01-132-16/+13
* Use g_hash_table_add() when using a hash table as a set.Matthew Barnes2013-01-123-19/+21
* Reduce diff noise with webkit-composer branch.Matthew Barnes2013-01-112-6/+12
* Coding style and whitespace cleanup.Matthew Barnes2013-01-115-12/+13
* e-config: Remove unused functions.Matthew Barnes2012-12-173-7/+4
* Fix compiler warnings.Matthew Barnes2012-12-151-1/+0
* Revert part of the previous commit, EMailUISession::alert_user()Milan Crha2012-12-141-3/+237
* Implement and use CamelSession::trust_prompt()Milan Crha2012-12-143-237/+26
* e_mail_migrate(): Remove directory creation code.Matthew Barnes2012-12-141-11/+0
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-132-4/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-1366-317/+173
* Make EMailPartList thread-safe.Matthew Barnes2012-12-087-57/+95
* EMailFormatterContext: Keep a reference to EMailPartList.Matthew Barnes2012-12-081-5/+5
* Do not empty trash/delete junk in disabled accounts on exitMilan Crha2012-12-051-2/+31
* Bug #315317 - Add option to expunge messages on folder leaveMilan Crha2012-12-053-6/+6
* e_mail_reader_parse_message() cleanups.Matthew Barnes2012-12-052-54/+57
* Bug 689639 - File -> Print Preview in composer brings up Print dialogMatthew Barnes2012-12-051-2/+1
* Bug #687503 - Improve error message »Failed to refresh folders«Milan Crha2012-12-041-7/+22
* Bug #502516 - Avoid "source" string in user visible dialogsMilan Crha2012-12-041-6/+6
* Bug #529743 - Add "Any header" filter and search folder conditionMilan Crha2012-12-033-0/+159
* Bug #678606 - Crash under mail_backend_folder_deleted_cb()Milan Crha2012-12-031-0/+3
* Address couple issues found by a Coverity scanMilan Crha2012-11-304-5/+7
* Avoid gdk_window_get_pointer().Matthew Barnes2012-11-291-1/+7
* Avoid gtk_tree_view_get_vadjustment().Matthew Barnes2012-11-291-1/+3
* Bug #672200 - Skip Reply-To-List check for list administrative messagesMilan Crha2012-11-291-4/+22
* Bug #671200 - Inherit source message crypto options when reply on selectionMilan Crha2012-11-271-2/+55
* EMailDisplay lefts opened file handles to downloaded imagesMilan Crha2012-11-231-22/+26
* Bug #687670 - Signing with both pgp and S/MIME shows only one signatureMilan Crha2012-11-221-2/+10
* Bug #677378 - Alert about self-signed certificates when checking auth typesMilan Crha2012-11-213-8/+16
* Bug #688199 - Replying via a template doesn't mark mail as read/repliedMilan Crha2012-11-132-7/+12
* Relative URI can crash Evolution in http_request_send_async()Milan Crha2012-11-132-3/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-11-1113-41/+52
* Document why I decided not to implement RFC 6186.Matthew Barnes2012-11-091-0/+46
* EMailAutoconfig: Restructure XML parsing.Matthew Barnes2012-11-093-169/+224
* Bug #683877 - No more contextual menus for linksMilan Crha2012-11-091-9/+3
* EMailAutoconfig: Use GResolver for DNS lookups.Matthew Barnes2012-11-081-244/+17
* EMailAutoconfig: Comment no longer applies.Matthew Barnes2012-11-081-3/+0
* EMailConfigAssistant: Make revising auto-configuration easier.Matthew Barnes2012-11-081-0/+5
* Make auto-configuration cancellable.Matthew Barnes2012-11-081-13/+69
* EMailAutoconfig: Use libsoup instead of gvfs.Matthew Barnes2012-11-081-12/+41
* Revert "Bug #686620 - Add an option to skip New Account autodiscovery"Matthew Barnes2012-11-083-106/+1
* Bug #686620 - Add an option to skip New Account autodiscoveryMilan Crha2012-11-073-1/+106
* Bug #656143 - Stop using deprecated Gtk[HV]Box(Class)Dominique Leuenberger2012-11-071-2/+2
* Replace deprecated soup_message_headers_get() with soup_message_headers_get_l...Milan Crha2012-11-061-1/+1
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-067-41/+43
* Fixed squished labels on Identity page of Account Assistant.Matthew Barnes2012-11-021-1/+0
* Bug 687060 - Identity page shows read-only GOA properties as editableMatthew Barnes2012-10-291-0/+8
* EMailConfigIdentityPage: Add a "show-email-address" property.Matthew Barnes2012-10-292-4/+71
* EMailConfigIdentityPage cleanups.Matthew Barnes2012-10-291-3/+3
* Prefer e_source_registry_check_enabled().Matthew Barnes2012-10-262-6/+9