aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-session.c
Commit message (Expand)AuthorAgeFilesLines
* Flush the filter log to make Tuomas happy :-)Jeffrey Stedfast2002-05-071-0/+10
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-301-1/+1
* This wrapper for gdk_beep().Jeffrey Stedfast2002-01-251-2/+7
* When connecting to the transport username changed event, pass theJeffrey Stedfast2002-01-091-0/+2
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-0/+39
* Call e_passwords_remember_password() for account passwords if the user setJeffrey Stedfast2001-11-151-8/+17
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-5/+5
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-2/+3
* (do_user_message): Setup the message_destroy_id when we setup theMichael Zucci2001-10-241-1/+1
* Removed, all functionality moved to mail-session.32001-10-241-81/+366
* Completely re-done. We now hae a completely async dialogue when requested32001-10-231-35/+249
* Added an async_event handler to store_info. (mail_note_store): Setup asyncMichael Zucci2001-10-171-12/+10
* Proxy get-password call to main thread. (forget_password): same for52001-10-161-5/+26
* call e_passwords_init and e_passwords_shutdown.Chris Toshok2001-10-131-102/+42
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-1/+1
* Perform a NULL-check. Hopefully fixes bug #7874.Jeffrey Stedfast2001-09-281-0/+3
* Pass a 'cache-me' argument to mail_get_password.Jeffrey Stedfast2001-09-191-6/+9
* zero-ize the password before freeing. (forget_password): Same.Jeffrey Stedfast2001-08-221-1/+3
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-081-6/+7
* return the source url for popb4smtp auth request.Not Zed2001-08-031-0/+11
* We are not guarenteed to have a non-NULL service (ie. PGP) thus check forJeffrey Stedfast2001-07-311-4/+5
* Actually add the timeout, this time in the gtk thread.Not Zed2001-07-301-7/+35
* Don't need this anymore. (do_get_pass): Since we already have the entryJeffrey Stedfast2001-07-281-0/+2
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-15/+0
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-56/+61
* Now take a CamelService parameter (as passed by Camel). Allows us to havePeter Williams2001-07-261-1/+1
* Implement this, based on code that used to be in mail-ops.cDan Winship2001-07-021-0/+67
* Use MAILER_CFLAGS and MAILER_LIBS.Jeffrey Stedfast2001-05-231-1/+1
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-1/+1
* Renamed from session.c and made to be a subclass of CamelSession.Dan Winship2001-04-281-0/+405