aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-session.c
Commit message (Expand)AuthorAgeFilesLines
* First successful buildRodrigo Moya2011-10-061-11/+0
* Merge from masterRodrigo Moya2011-10-051-77/+53
|\
| * Bug #601898 - SOCKS proxy does not work with mailerMilan Crha2011-09-301-84/+42
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-3/+10
| * The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-2/+2
| * Adapt to CamelURL API changes.Matthew Barnes2011-09-261-1/+1
| * Bug #656473 - Store server folder cache in user's cache directoryMilan Crha2011-09-261-1/+16
| * Bug #655728 - Read proxy settings from GSettings since Gnome 3Milan Crha2011-09-061-36/+43
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-041-5/+5
| * Use new CamelService:display-name property.Matthew Barnes2011-08-181-4/+6
| * EMailSession: Configure settings when adding services.Matthew Barnes2011-08-151-0/+29
| * Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-07-141-42/+231
| * Adapt to CamelSession and e-passwords changes.Matthew Barnes2011-07-041-10/+4
| * Bug #650671 - Service connect/disconnect not cancelled properlyMilan Crha2011-07-021-2/+2
| * Fix few memory leaksMilan Crha2011-06-151-0/+3
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-091-4/+8
| * Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
| * EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-1/+8
| * e_mail_session_uri_to_folder_sync(): Remove redundant status message.Matthew Barnes2011-05-121-5/+0
| * Coding style cleanups.Matthew Barnes2011-05-091-1/+1
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-081-5/+12
| * Random little coding style cleanups.Matthew Barnes2011-05-061-1/+0
| * Simplify e_mail_session_uri_to_folder_sync().Matthew Barnes2011-05-061-67/+13
| * EMailSession: Fix popb4smtp authentication.Matthew Barnes2011-05-031-6/+1
| * Simplify mail_session_get_password().Matthew Barnes2011-05-031-16/+13
| * Adapt to extra arg in camel_session_get_service_by_url().Matthew Barnes2011-04-291-1/+1
| * Adapt to new CamelSession background job API.Matthew Barnes2011-04-241-61/+6
| * Bug 648308 - Do not display full folder URI in "Opening folder" activityDan Vrátil2011-04-221-2/+7
| * Adapt to CamelService changes.Matthew Barnes2011-04-211-46/+46
| * Adapt to sealed up CamelService.Matthew Barnes2011-04-181-5/+9
| * Save account list when changing account after password promptMilan Crha2011-03-171-1/+3
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
| * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-3/+0
| * Coding style and whitespace cleanup.Matthew Barnes2011-01-301-23/+47
| * Bug #640704 - Replace GtkWindow::allow_shrink/grow with resizableMilan Crha2011-01-281-3/+1
| * Adapt to Camel API changes.Matthew Barnes2011-01-241-1/+1
| * Bug #634385 - Crash in smtp_connectMilan Crha2010-12-151-0/+6
| * Kill mail_append_mail().Matthew Barnes2010-10-311-10/+14
* | Bug #656473 - Store server folder cache in user's cache directoryMilan Crha2011-09-261-1/+16
* | Bug #655728 - Read proxy settings from GSettings since Gnome 3Milan Crha2011-09-141-36/+43
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-141-5/+5
* | Use new CamelService:display-name property.Matthew Barnes2011-09-141-4/+6
* | EMailSession: Configure settings when adding services.Matthew Barnes2011-09-141-0/+29
* | Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-09-141-42/+231
* | Adapt to CamelSession and e-passwords changes.Matthew Barnes2011-09-141-10/+4
* | Bug #650671 - Service connect/disconnect not cancelled properlyMilan Crha2011-09-141-2/+2
* | Fix few memory leaksMilan Crha2011-06-301-0/+3
* | Coding style and whitespace cleanups.Matthew Barnes2011-06-301-4/+8
* | Including <glib.h> directly is rarely needed.Matthew Barnes2011-06-301-1/+0
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+2
* | EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-06-301-1/+8
* | e_mail_session_uri_to_folder_sync(): Remove redundant status message.Matthew Barnes2011-06-301-5/+0
* | Coding style cleanups.Matthew Barnes2011-06-301-1/+1
* | Whitespace and coding style cleanups.Matthew Barnes2011-06-301-5/+12
* | Random little coding style cleanups.Matthew Barnes2011-06-301-1/+0
* | Simplify e_mail_session_uri_to_folder_sync().Matthew Barnes2011-06-301-67/+13
* | EMailSession: Fix popb4smtp authentication.Matthew Barnes2011-06-301-6/+1
* | Simplify mail_session_get_password().Matthew Barnes2011-06-301-16/+13
* | Adapt to extra arg in camel_session_get_service_by_url().Matthew Barnes2011-06-301-1/+1
* | Adapt to new CamelSession background job API.Matthew Barnes2011-06-301-61/+6
* | Bug 648308 - Do not display full folder URI in "Opening folder" activityDan Vrátil2011-06-301-2/+7
* | Adapt to CamelService changes.Matthew Barnes2011-06-301-46/+46
* | Adapt to sealed up CamelService.Matthew Barnes2011-06-301-5/+9
* | Save account list when changing account after password promptMilan Crha2011-06-301-1/+3
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-6/+2
* | Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-301-3/+0
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-23/+47
* | Bug #640704 - Replace GtkWindow::allow_shrink/grow with resizableMilan Crha2011-06-301-3/+1
* | Adapt to Camel API changes.Matthew Barnes2011-06-301-1/+1
* | Bug #634385 - Crash in smtp_connectMilan Crha2011-06-301-0/+6
* | Kill mail_append_mail().Matthew Barnes2010-11-101-10/+14
|/
* Simplify EActivity.Matthew Barnes2010-10-231-8/+22
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-1/+1
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-3/+4
* Kill mail_config_service_set_save_passwd().Matthew Barnes2010-10-191-1/+1
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-191-12/+27
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-27/+76
* Give MailSession a permanent home.Matthew Barnes2010-10-131-0/+1376