aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing chain-up-s to parent's constructed() methodMilan Crha2014-07-171-2/+1
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-7/+12
* Add EMailFolderCreateDialog.Matthew Barnes2014-03-271-3/+37
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
* EShellBackend cleanups.Matthew Barnes2013-11-171-96/+103
* Convert libemail-engine to a single-include model.Matthew Barnes2013-11-121-5/+0
* Bug 710797 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-301-4/+8
* Use EProxyPreferences in EPreferencesWindow.Matthew Barnes2013-10-261-2/+14
* Rename e_mail_display_set_parts_list().Matthew Barnes2013-07-271-1/+1
* Remove more Express Mode hacks.Matthew Barnes2013-04-011-4/+2
* Remove EMailShellSettings.Matthew Barnes2013-03-171-50/+36
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-7/+0
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-2/+6
* Bug #315317 - Add option to expunge messages on folder leaveMilan Crha2012-12-051-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-11/+14
* Adapt to CamelSession API changes.Matthew Barnes2012-08-121-4/+11
* Remove the settings capplet.Matthew Barnes2012-08-111-17/+0
* Bug #246530 - Rules editor lacks "Label is (not) 'None'"Milan Crha2012-08-061-2/+141
* EMailShellBackend: Fix an EAlertSink runtime warning.Matthew Barnes2012-07-191-5/+14
* Disconnect a CamelService after editing its settings.Matthew Barnes2012-07-071-0/+82
* Remove "enable-local" and "enable-vfolders" GSettings key.Matthew Barnes2012-06-091-10/+2
* Mail formatter rewriteDan Vrátil2012-06-061-40/+33
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+0
* Adapt modules/mail to the new ESource API.Matthew Barnes2012-06-031-56/+52
* Revert "Bug #669463 - HTML signature opens in editor as Plain text"Matthew Barnes2012-06-031-12/+7
* Fix an unused-but-set-variable warning.Matthew Barnes2012-06-021-1/+3
* Adapt to vFolder changes from evolution-data-serverMilan Crha2012-05-311-0/+11
* Make the settings capplet optional.Matthew Barnes2012-05-291-31/+40
* Bug #669463 - HTML signature opens in editor as Plain textMilan Crha2012-05-031-7/+12
* EMFormat: Add "session" as a constructor property.Matthew Barnes2012-04-011-10/+19
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-12/+45
* Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works andSrinivasa Ragavan2012-03-031-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+7
* Bug #668482 - Edit account properties from menu on folder storeMilan Crha2012-02-161-32/+117
* Bug #669113 - Add "File > New > Mail Account"Milan Crha2012-02-161-0/+57
* Be able to define help target for Preferences pagesMilan Crha2012-02-151-0/+4
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-25/+31
* Move EMailLabelListStore to EMailSession.Matthew Barnes2011-12-251-11/+12
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-5/+7
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-22/+35
* Miscellaneous EShellView-related cleanups.Matthew Barnes2011-12-081-32/+23
* Fix compiler warnings.Matthew Barnes2011-11-231-4/+0
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-141-6/+1
|\
| * Bug #659945 - "New" button in toolbar for new mail message not workingMilan Crha2011-11-101-6/+1
* | Mail module has now all basic settings in GSettingsRodrigo Moya2011-10-281-42/+14
|/
* e-mail-store.c: Take EMailSession instead of EMailBackend.Matthew Barnes2011-10-271-3/+10
* GtkApplication has some new EShell-like features.Matthew Barnes2011-10-061-5/+6
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-9/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-2/+4
* e_mail_store_foreach(): Take an EMailSession parameter.Matthew Barnes2011-08-181-1/+6
* Use new CamelService:display-name property.Matthew Barnes2011-08-181-2/+1
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Use em_folder_tree_get_selected() in places to simplify code.Matthew Barnes2011-05-251-24/+7
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-10/+7
* Bug 650088 - Cannot send message from Contacts viewMatthew Barnes2011-05-171-0/+5
* em_folder_utils_create_folder(): Change function parameters.Matthew Barnes2011-05-071-1/+1
* Drop support for command-line 'email://' URIs.Matthew Barnes2011-05-061-106/+3
* Remove 'from_uri' params from e-msg-composer-utils.c.Matthew Barnes2011-05-041-6/+33
* EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-05-031-1/+1
* Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-03-281-2/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+3
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-8/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-02-191-2/+8
* Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-02-161-2/+13
* Avoid idle callbacks in EMailBackend initialization.Matthew Barnes2011-01-081-0/+6
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-261-20/+0
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-13/+21
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-3/+1
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Give MailSession a permanent home.Matthew Barnes2010-10-131-7/+25
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-1/+2
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-031-8/+0
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-1/+0
* Fix a runtime warning.Matthew Barnes2010-08-141-2/+2
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-7/+19
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-111-50/+36
* Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signatureJonathon Jongsma2010-06-181-0/+1
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-2/+6
* Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-0/+33
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-4/+0
* Express: Composer always defaults to HTML modeMatthew Barnes2010-03-301-0/+11
* Add an extension to configure EWebView.Matthew Barnes2010-03-231-15/+0
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+0
* Bug #597816 - Read/save search folders with labels properlyMilan Crha2010-01-051-0/+8
* Kill MailSession's interactive flag.Matthew Barnes2009-12-171-3/+0
* Move MailFolderCache signal handlers to EMailBackend.Matthew Barnes2009-12-171-77/+0
* Introduce EMailBackend into libevolution-mail.Matthew Barnes2009-12-161-358/+155
* Add MailFolderCache::folder-changed signalJonathon Jongsma2009-12-161-0/+55
* Remove mail-config, vfolder, and filter deps from mail-folder-cacheJonathon Jongsma2009-12-161-0/+22
* Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-161-2/+2
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
* port modules/ to new EError API.Jonathon Jongsma2009-12-011-1/+1
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-1/+1
* Bug #397265 - Image loading for new contact requires restarting EvolutionMilan Crha2009-10-261-0/+1
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-15/+2
* Bug 595092 - Remove option to skip offline syncrhonization dialogMatthew Barnes2009-10-081-2/+1
* Bug #596753 - Autocompletion addressbooks not rememberedMilan Crha2009-09-301-0/+1
* Bug #594573 - Label dropdown box in the rule editor does not workMatt McCutchen2009-09-101-1/+2
* Bug #586854 - Crash on File->Quit with empty_junk enabledRitesh Khadgaray2009-09-081-2/+2
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-6/+6
* Get EConfig and EEvent hooks working again.Matthew Barnes2009-09-011-4/+9
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-23/+8
* Exit if no command-line URIs are handled.Matthew Barnes2009-08-251-1/+1
* Bug 592032 - Marks message as read when preview is offMatthew Barnes2009-08-181-2/+1
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-0/+1
* Kill a debug message.Matthew Barnes2009-07-181-2/+0
* Implement the mail backend's quit strategy.Matthew Barnes2009-07-171-0/+203
* Prompt when exiting with unsent messages.Matthew Barnes2009-07-171-0/+48
* Kill the global EMailShellBackend variable. Yay!Matthew Barnes2009-07-141-8/+0
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-111-2/+0
* Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-301-24/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+787