aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Reduce the memory used by DOM variablesTomas Popela2014-08-071-5/+16
* Add missing chain-up-s to parent's constructed() methodMilan Crha2014-07-1723-46/+23
* Bug 722068 - Make Evolution build under Win32Milan Crha2014-07-111-0/+2
* Remove usages of deprecated gtk_widget_ensure_style()Milan Crha2014-07-102-4/+0
* Bug 732091 - Automatically mark message as read sometimes doesn't work (take 2)Milan Crha2014-07-081-0/+9
* Bug 732724 - mail-send-recv.c:report_error_to_ui() does UI calls in non-main ...Milan Crha2014-07-041-21/+54
* Bug 732502 - Ignore get_quota errors in folder propertiesMilan Crha2014-07-021-1/+3
* Bug 732091 - Automatically mark message as read sometimes doesn't workMilan Crha2014-07-011-4/+20
* Bug 732180 - Excessive CPU usage due to GtkSpinnerMilan Crha2014-06-271-5/+9
* Propagate Send/Receive errors to UIMilan Crha2014-06-242-12/+86
* Bug 719379 - Send/Receive dialog doesn't close on errors properlyMilan Crha2014-06-241-2/+6
* Drop the last references to GtkHTMLMilan Crha2014-06-241-1/+1
* Bug 731770 - Sometimes crashes when trying to load images in e-mailsMilan Crha2014-06-181-3/+10
* Bug 731721 - Reorder junk filtering configuration UIMilan Crha2014-06-182-209/+182
* Bug 731231 - Automatic 'mark as seen' sometimes cancelled incorrectlyMilan Crha2014-06-171-7/+27
* Bug 731549 - EMFolderTree: Text column doesn't expand with recent gtk+Sebastian Keller2014-06-171-0/+1
* Fix memory leaks when generating message listMilan Crha2014-06-171-2/+10
* Fix runtime warnings when opening Edit->PreferencesMilan Crha2014-06-121-2/+0
* Bug 704663 - Crash under em_folder_tree_model_add_store()Milan Crha2014-06-114-4/+49
* Bug 731278 - Next message is not selected after moveMilan Crha2014-06-111-3/+1
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-0910-182/+253
* Bug 731321 - Missing custom types when loading .ui definitionMilan Crha2014-06-061-0/+4
* Bug 227536 - Add "Message Location" filter optionMilan Crha2014-06-061-0/+18
* Ignore false GSettings key change notificationsMilan Crha2014-06-051-3/+46
* Properly disconnect signal handlers added with e_signal_connect_notify*()Milan Crha2014-06-051-6/+6
* Ignore false GObject property change notificationsMilan Crha2014-06-056-37/+56
* Bug 604346 - Ctrl+Enter sends mail without asking confirmationMilan Crha2014-06-031-0/+16
* Add "Send messages through Outbox folder" optionMilan Crha2014-06-022-1/+27
* Bug 731082 - Send mail in offline mode should use Outbox folderMilan Crha2014-06-021-0/+8
* Bug 729667 - Create Folder window is much too shortMilan Crha2014-05-301-0/+1
* Bug 730110 - Search results include also last email looked atMilan Crha2014-05-281-0/+1
* Bug 730743 - Add an option to disable sender's photo search at gravatar.comMilan Crha2014-05-271-0/+16
* Bug 726746 - Allow to auto-empty trash without needing to exitMilan Crha2014-05-261-1/+210
* Bug #730199 - [MessageList] Support dates with value larger than 2^32Milan Crha2014-05-242-18/+50
* Bug #730145 - Switching folders marks message as seenCarl Schaefer2014-05-231-18/+16
* Custom mail account order reset on an account add or removeMilan Crha2014-05-201-30/+91
* Bug #678843 - May re-prompt password on account re-enableMilan Crha2014-05-131-1/+36
* Bug #666142 - Filtered message not opened in a separate windowMilan Crha2014-05-065-13/+21
* Leftover "Generating message list..." info in a message-listMilan Crha2014-04-251-0/+1
* Fix various memory leaksMilan Crha2014-04-251-12/+12
* Newly created folders always marked as having subfoldersMilan Crha2014-04-171-3/+2
* Bug #684425 - Do not pass NULL text to gtk_entry_set_text()Milan Crha2014-04-116-14/+15
* Reset MessageList::seen_id in mail_reader_message_seen_cb()Milan Crha2014-04-111-0/+6
* Fix few more memory leaksMilan Crha2014-04-041-0/+4
* EMailDisplay: Install HTML click event handlers on images in all framesTomas Popela2014-04-041-22/+22
* Cancel pending mail operations when going offline or on quitMilan Crha2014-04-031-7/+21
* Bug #726542 - Unpadded black border on various mail account settings pagesMilan Crha2014-03-282-0/+2
* Add EMailFolderCreateDialog.Matthew Barnes2014-03-277-304/+623
* Add em_folder_selector_new_activity().Matthew Barnes2014-03-272-0/+36
* EMFolderSelector: Add an activity bar.Matthew Barnes2014-03-271-0/+7
* EMFolderSelector: Use an ETreeViewFrame.Matthew Barnes2014-03-271-59/+62
* EMFolderSelector: Add a "folder-selected" signal.Matthew Barnes2014-03-272-7/+41
* Add em_folder_selector_set_selected().Matthew Barnes2014-03-272-0/+31
* Add em_folder_selector_get_selected().Matthew Barnes2014-03-272-0/+43
* Add em_folder_selector_get_content_area().Matthew Barnes2014-03-272-0/+24
* EMFolderSelector: Override constructed() method.Matthew Barnes2014-03-271-158/+159
* EMFolderSelector: Remove 'title' argument when creating.Matthew Barnes2014-03-277-21/+25
* EMFolderSelector: Add a "default-button-label" property.Matthew Barnes2014-03-277-21/+109
* EMFolderSelector: Add a "caption" property.Matthew Barnes2014-03-277-33/+112
* EMFolderSelector: Add a "can-create" property.Matthew Barnes2014-03-277-30/+103
* EMFolderSelector: Further cleanups.Matthew Barnes2014-03-272-123/+154
* EMFolderSelector: Implement EAlertSink interface for real.Matthew Barnes2014-03-271-3/+47
* EMFolderSelector: Seal up the public instance struct.Matthew Barnes2014-03-272-38/+26
* EMFolderSelector: Make EM_FOLDER_SELECTOR_RESPONSE_NEW private.Matthew Barnes2014-03-272-4/+3
* Fix two memory leaksMilan Crha2014-03-261-6/+2
* Add an --enable-code-coverage configure option to enable gcov supportMilan Crha2014-03-252-4/+6
* Fix memory leaks from a commit for bug #508744Milan Crha2014-03-251-0/+3
* Bug #508744 - Select PGP key from a list in mail account propertiesMilan Crha2014-03-242-0/+91
* Bug 719417 - Remove em-filter-i18n.hMatthew Barnes2014-03-245-571/+488
* folder_tree_render_icon: Readability cleanup.Matthew Barnes2014-03-241-1/+7
* Bug #726225 - [abrt] Memory corruption during message list regen after Trash ...Milan Crha2014-03-141-2/+6
* EWebView/EMailDisplay: Setup custom CSS styles to DOM right after document loadsMilan Crha2014-03-131-0/+3
* Bug #550697 - Crash after folder open in a closed mail viewMilan Crha2014-03-102-7/+38
* Bug 723204 - Account assistant is too wideMatthew Barnes2014-03-081-0/+1
* Bug #725615 - Disable Delete button in a vTrash folderMilan Crha2014-03-062-3/+9
* Bug #446659 - Message view can scroll away after message deletionMilan Crha2014-03-061-78/+80
* Bug #725402 - Checking sender for multiple images causes hangMilan Crha2014-03-051-4/+150
* Add a comment for translators above "_Send Account Override"Milan Crha2014-03-041-0/+2
* Miscellaneous cleanups.Matthew Barnes2014-03-0313-117/+158
* EMailFormatter: Use GOutputStream instead of CamelStream.Matthew Barnes2014-03-012-32/+39
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-2623-258/+257
* Bug #724854 - Cursor moves to incorrect message when deleting multiple messagesMilan Crha2014-02-251-1/+1
* Bug #725010 - Fix strings in "Composer Preferences > Send Account" tabMilan Crha2014-02-251-12/+24
* EMFolderTreeModel: Fix a circular dependency between model and its dataMilan Crha2014-02-213-4/+29
* Bug #553927 - Autoselect newly created accounts in the folder treeMilan Crha2014-02-183-0/+129
* Add shortcuts previously defined by gtk-stock item definitionsMilan Crha2014-02-171-4/+4
* e_menu_tool_action_new: Remove unused stock_id parameterMilan Crha2014-02-141-2/+2
* Bug #685381 - POP3's "delete-expunged" ignored when Empty trash on exitMilan Crha2014-02-131-8/+45
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-1317-126/+95
* EMailConfigAssistant: Hack the "Go Back" button after autoconfig.Matthew Barnes2014-02-111-4/+73
* Bug #724023 - Run EMailFormatter in the main/UI threadMilan Crha2014-02-101-3/+6
* Bug #720940 - Always asked to synchronize folders when going offlineMilan Crha2014-02-061-1/+26
* Fix typos in a logic of a "mail:ask-quick-offline" user promptMilan Crha2014-02-051-1/+3
* Revert "Declare em-filter-i18n.h as BUILT_SOURCES in mail/Makefile.am"Milan Crha2014-02-052-1/+81
* Declare em-filter-i18n.h as BUILT_SOURCES in mail/Makefile.amMilan Crha2014-02-032-81/+1
* Bug 723377 - Add alternate zoom shortcutsMatthew Barnes2014-02-031-0/+17
* EHttpRequest: Avoid possible data stream memory leakMilan Crha2014-01-311-2/+4
* Memory leaks of GSettings objectsMilan Crha2014-01-311-0/+1
* EHTTPRequest: Drop unneeded reference to EMailPartListMilan Crha2014-01-311-19/+0
* Bug #722951 - Check for empty rule valuesMilan Crha2014-01-293-47/+47
* Forward/Reply styles in Preferences opened emptyMilan Crha2014-01-281-7/+7
* Fix a runtime warning after a change for bug #583773Milan Crha2014-01-271-0/+1
* Bug #583773 - Does not always mark mails as read automaticallyMilan Crha2014-01-241-17/+71
* Bug #645476 - Avoid scroll to cursor on folder change in message listMilan Crha2014-01-231-7/+18
* Fix duplicate #includesKjartan Maraas2014-01-221-1/+0
* Bug #722698 - Crash creating a new folderFabiano FidĂȘncio2014-01-211-0/+12
* Bug #702709 - Do not forget to set CamelSession offlineMilan Crha2014-01-211-0/+17
* Bug 722352 - libresolv does not exist on FreeBSDMatthew Barnes2014-01-171-2/+2
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-08154-1540/+1386
* EMFolderTreeModel: Fix subscribing to a folder with children.Matthew Barnes2013-12-121-1/+3
* EMailBackend: Remove some nuisance runtime warnings.Matthew Barnes2013-12-121-3/+5
* Coding style and whitespace cleanup.Matthew Barnes2013-12-073-6/+12
* pine-importer: Fix a crash when importing with no existing address booksPhilip Withnall2013-12-041-0/+5
* EMFolderTreeModel: Remove some dead code.Matthew Barnes2013-11-301-8/+0
* em_utils_is_local_delivery_mbox_file(): Take a CamelService.Matthew Barnes2013-11-302-11/+4
* Remove unused arguments in mail_fetch_mail().Matthew Barnes2013-11-301-8/+5
* Remove mail_cancel_all().Matthew Barnes2013-11-281-27/+25
* Adapt to new CamelSession "user-alert" signal.Matthew Barnes2013-11-274-250/+56
* EHttpRequest: Simplify proxy handling.Matthew Barnes2013-11-271-13/+6
* EHttpRequest cleanups.Matthew Barnes2013-11-271-57/+72
* EMailAutoconfig: Set SoupSession's GProxyResolver.Matthew Barnes2013-11-271-14/+10
* EMailAutoconfig: Add an ESourceRegistry property.Matthew Barnes2013-11-274-9/+101
* Use plain SoupSesson everywhere.Matthew Barnes2013-11-262-4/+3
* EMailJunkOptions: Bind to "junk-filter" instead of "junk-filter-name".Matthew Barnes2013-11-261-3/+51
* EMailUISession: Add "check-junk" property.Matthew Barnes2013-11-252-3/+87
* Bug #711824 - Crash due to use-after-free after pine importMilan Crha2013-11-211-1/+1
* EMFolderTreeModel: Rework CamelStore signal handlers.Matthew Barnes2013-11-211-189/+168
* Bug #711499 - Failed image download lefts opened file descriptorMilan Crha2013-11-211-1/+8
* EMFolderTree: Remove "ellipsize" property.Matthew Barnes2013-11-212-57/+1
* EMFolderTree: Show connection status icons.Matthew Barnes2013-11-213-3/+228
* EMFolderTreeModel: Thread-safety improvements.Matthew Barnes2013-11-201-83/+214
* EMFolderTreeModel: Give StoreInfo a reference count.Matthew Barnes2013-11-201-154/+214
* Make EMFolderTreeModelStoreInfo private.Matthew Barnes2013-11-202-35/+36
* Make em_folder_tree_model_lookup_store_info() private.Matthew Barnes2013-11-202-23/+18
* Make em_folder_tree_model_remove_folders() private.Matthew Barnes2013-11-202-48/+51
* Change em_folder_tree_model_set_folder_info() argument.Matthew Barnes2013-11-203-22/+25
* Remove em_folder_tree_model_lookup_uri().Matthew Barnes2013-11-202-50/+0
* Add em_folder_tree_model_get_row_reference().Matthew Barnes2013-11-203-29/+68
* EMFolderTreeModel: Declare the CamelStore column as an object type.Matthew Barnes2013-11-175-60/+95
* Add em_folder_tree_ref_selected_store().Matthew Barnes2013-11-172-3/+15
* Fix/mute issues found by Coverity scanMilan Crha2013-11-1514-126/+163
* EMailBackend: Camel no longer has a "network-available" property.Matthew Barnes2013-11-141-5/+1
* Convert libemail-engine to a single-include model.Matthew Barnes2013-11-1258-280/+98
* Generate enum GTypes for libevolution-mail.Matthew Barnes2013-11-115-4/+76
* Rename e-mail-enums.h to e-mail-engine-enums.h.Matthew Barnes2013-11-114-4/+2
* EMailAccountManager: Rename "Restore Default" button.Matthew Barnes2013-11-081-2/+1
* Update error handling when sending offline.Matthew Barnes2013-11-041-1/+8
* Adapt to CamelDataCache API changes.Matthew Barnes2013-11-021-15/+32
* Bug 710797 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-308-44/+64
* Use EProxyPreferences in EPreferencesWindow.Matthew Barnes2013-10-261-471/+0
* Miscellaeous cleanups.Matthew Barnes2013-10-206-395/+446
* Bug #215115 - Per-folder From: email addressMilan Crha2013-10-089-523/+2017
* Bug #708840 - Crash when closing subscription dialog with running operationMilan Crha2013-09-301-0/+33
* Remove all g_type_init() calls.Matthew Barnes2013-09-281-2/+0
* Adapt to CamelSession trust_prompt() changes.Matthew Barnes2013-09-272-12/+8
* Add debugging for formatter requestsMilan Crha2013-09-252-3/+23
* Adapt to Camel API changes.Matthew Barnes2013-09-2411-38/+32
* Bug #708349 - Memory leaks around mail configMilan Crha2013-09-233-0/+6
* Bug 708004 - Deleting in threaded mode moves cursor to incorrect messageDavid Dillow2013-09-151-2/+4
* Bug #707392 - Only very first Collapse/Expand button in message header pane w...Tomas Popela2013-09-131-42/+19
* Bug #706008 - Workaround gnome-shell style change on focus changeTomas Popela2013-09-121-17/+84
* Fix folder name encoding in em_folder_utils_create_folder().Matthew Barnes2013-09-091-22/+7
* Miscellaneous cleanups.Matthew Barnes2013-09-082-7/+10
* EMailDisplay: Remove mail_display_plugin_widget_realize_cb().Matthew Barnes2013-09-011-32/+0
* EMailDisplay: Remove bind_iframe_content_visibility().Matthew Barnes2013-09-011-110/+0
* Bug #706814 - Do not use folder uri in copy/move folder errorsFabiano FidĂȘncio2013-08-292-7/+25
* Bug #659715 - Reject folder copy/move in offlineFabiano FidĂȘncio2013-08-272-18/+66
* Bug 706463 - Refcounting error in e_mail_reader_reply_to_message()Matthew Barnes2013-08-231-11/+2
* EMailReader cleanups.Matthew Barnes2013-08-231-11/+13
* Bug #698275 - Enable/disable account yields to a several seconds busy loopMilan Crha2013-08-211-5/+82
* Bug #656804 - Cannot create folder with special characters in nameMilan Crha2013-08-201-2/+4
* Bug #682277 - Multiselect of messages causes slow UI updateMilan Crha2013-08-201-24/+16
* folder_tree_model_folder_renamed_cb: Avoid duplicate rows.Matthew Barnes2013-08-181-0/+5
* 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