aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-session.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_SYSTEM_MONITOR_2_6_0nobody2003-12-091-855/+0
* monitor gconf key /apps/evolution/mail/junk/check_incoming and keepRadek Doulik2003-12-041-20/+48
* if we're setting the fragment, strip leading /'s.Not Zed2003-11-191-2/+1
* merged spam filtering branchRadek Doulik2003-11-131-1/+6
* User vfolder rules should be in ${evolution_dir}/mail/vfolders.xml ratherJeffrey Stedfast2003-11-071-1/+1
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-5/+6
* implement, we hook into the mail progress reporting stuff by overridingNot Zed2003-09-231-0/+46
* updated for camel namespace changesJeffrey Stedfast2003-09-191-1/+0
* Removed the new-mail-notification mess.Jeffrey Stedfast2003-08-201-34/+0
* removed all the timeout shite that we don't even use anymoreJeffrey Stedfast2003-08-121-235/+0
* Fix type warnings (folder_browser_toggle_caret_mode): Remove unusedDan Winship2003-07-231-1/+1
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-121-1/+2
* Fixes bug #43805.Jeffrey Stedfast2003-05-301-5/+31
* Add #include to fix warning.Jeremy Katz2003-05-171-4/+4
* (request_password): Make sure password_dialog isEttore Perazzoli2003-05-091-2/+3
* (request_password): Set OK as the defaultEttore Perazzoli2003-05-061-0/+1
* (mail_session_forget_passwords): Forget allEttore Perazzoli2003-04-291-1/+1
* Add padding around the entry/checkbox and change the border width of theJeffrey Stedfast2003-04-121-2/+4
* Only clear the Mail passwords.Not Zed2003-04-021-2/+1
* Properly init message_list. Fixed a type-o that initialized it to theJeffrey Stedfast2003-04-011-1/+1
* need to check for config_service != NULL, not service != NULL beforeNot Zed2003-03-311-1/+1
* Make the 5th argument to gtk_message_dialog_new() "%s" and move theJeffrey Stedfast2003-03-211-1/+9
* Do the same as below for request_password, so we dont leave a mainloopNot Zed2003-03-031-9/+10
* Make sure m->config_service is non-NULL before usingJeffrey Stedfast2003-02-251-2/+3
* Change the logic here slightly. Instead of only reprompting the user ifJeffrey Stedfast2003-02-151-9/+20
* Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): SameJeffrey Stedfast2003-02-111-0/+1
* add EVOLUTION_PRIVDATADIRDan Winship2003-02-071-1/+1
* add an activate handler to the entry so that hitting return will return anLarry Ewing2003-02-061-0/+8
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+1
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-4/+4
* notify-type is a int, not a bool. Duh.Jeffrey Stedfast2003-01-111-1/+1
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-11/+28
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-3/+2
* Get rid of unneeded CamelObject casts. (user_message_response): Don'tJeffrey Stedfast2002-12-141-162/+163
* pass "Mail" to e_passwords_*. (do_get_pass): same. (main_forget_password):Chris Toshok2002-12-101-6/+6
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-81/+0
* fix warning message, outlook->mbox.Not Zed2002-11-191-1/+0
* Use g_object_weak_ref rather than connecting to destroy.Jeffrey Stedfast2002-11-151-1/+1
* Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-141-1/+0
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-93/+85
* Add the new-mail-notify rule to the filter driver before adding the userJeffrey Stedfast2002-10-161-10/+14
* translate prompt from utf8 to gtk widget. #31365.Not Zed2002-09-301-7/+5
* Fix for filter driver api change.Not Zed2002-09-191-1/+1
* Don't bother overloading the timeout virtual methods since they don'tJeffrey Stedfast2002-08-221-2/+0
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-061-7/+13
* (request_password): Left-align the check button'sEttore Perazzoli2002-07-301-0/+1
* (request_password): Add an accelerator for theEttore Perazzoli2002-07-301-5/+16
* Update to take argc and argv arguments since this is the new definitionJeffrey Stedfast2002-07-251-1/+2
* Account for the case that when a disco store is "online" but actuallyPeter Williams2002-07-151-0/+4
* 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