aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
Commit message (Expand)AuthorAgeFilesLines
* Added exception strings to some of the op logging.02001-10-311-2/+4
* If we have a cancellation setup, destroy it immediately, to save fd's.02001-10-311-3/+10
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-26/+57
* Removed, all functionality moved to mail-session.32001-10-241-312/+8
* Added missing errno.h (mail_msg_new): Fix the logic a bit, dont try to32001-10-241-18/+19
* If the fopen() fails (eg, because evolution-mail was started by oafd withDan Winship2001-10-241-3/+8
* Completely re-done. We now hae a completely async dialogue when requested32001-10-231-47/+145
* Don't free `clientid' as it's uninitialized.Ettore Perazzoli2001-10-231-2/+1
* #include "component-factory.h". (do_op_status): Pass the component IDEttore Perazzoli2001-10-231-2/+4
* change va_copy to G_VA_COPYDan Winship2001-10-191-2/+4
* Use va_copy to make this compile on ppc again.Dan Winship2001-10-191-1/+1
* Added an async_event handler to store_info. (mail_note_store): Setup asyncMichael Zucci2001-10-171-18/+50
* New function to return the id of the currently executing proxied event.62001-10-171-0/+14
* Proxy get-password call to main thread. (forget_password): same for52001-10-161-0/+133
* Fix a merge-conflict leftover.Jeffrey Stedfast2001-10-061-4/+1
* Don't call mail_config_service_set_save_passwd if we didn't find aDan Winship2001-09-291-1/+2
* Added mail_msg_cleanup() prototype.Jeffrey Stedfast2001-09-291-1/+0
* Always make the Cancel button the last one.Ettore Perazzoli2001-09-281-3/+9
* Change the wording of the password dialog if we are getting a pgpJeffrey Stedfast2001-09-271-1/+2
* Deal with destroy vs finalise semantics. Only destroy widgets here.52001-09-261-5/+30
* Only cache the password for the service if it has an entry in the accountJeffrey Stedfast2001-09-261-6/+8
* Always cache POP and IMAP passwords, even if the user didn't tell us to.Jeffrey Stedfast2001-09-241-0/+5
* If we have an operation that failed before, dont show the dialogue for the12001-09-221-1/+24
* Register vfolder sources here.02001-09-211-0/+8
* Make the title translatable, and also use the account name when possible.Jeffrey Stedfast2001-09-191-2/+15
* Pass a 'cache-me' argument to mail_get_password.Jeffrey Stedfast2001-09-191-23/+30
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-201-44/+57
* Changed the title of this dialog to "Enter Password".Anna Marie Dirks2001-08-011-0/+2
* We are not guarenteed to have a non-NULL service (ie. PGP) thus check forJeffrey Stedfast2001-07-311-19/+28
* Don't need this anymore. (do_get_pass): Since we already have the entryJeffrey Stedfast2001-07-281-48/+39
* Figure out whether we're getting the password for the source or thePeter Williams2001-07-271-5/+25
* Use magic to make the password remembering checkbutton come after thePeter Williams2001-07-271-2/+28
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-11/+13
* Now take a CamelService parameter (as passed by Camel). Allows us to havePeter Williams2001-07-261-3/+30
* Go back to calling mail_msg_free here. (mail_msg_destroy): Remove theNot Zed2001-07-241-6/+6
* Fix DanW's fix. Pass the right arguments to mail_msg_destroy.Peter Williams2001-07-211-1/+3
* Use mail_msg_destroy rather than mail_msg_free, so the cancellationDan Winship2001-07-211-1/+1
* remvoed register/start/end etc code.Not Zed2001-07-191-289/+13
* partial checkin before completing the changesNot Zed2001-07-191-92/+89
* Don't pop up a progress dialog to say "I already finished this a whileDan Winship2001-06-271-0/+5
* Renamed from session.c and made to be a subclass of CamelSession.Dan Winship2001-04-281-36/+24
* more memory leaksDan Winship2001-04-181-2/+3
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-9/+18
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-171-3/+7
* Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminateJeffrey Stedfast2001-03-151-0/+2
* Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminateJeffrey Stedfast2001-03-151-1/+2
* New async function that will be used for SSL certs later.Jeffrey Stedfast2001-03-101-2/+88
* Check the container is not NIL before trying to set thje prop.Not Zed2001-03-021-0/+2
* Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-011-3/+67
* Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-231-2/+201
* started hack for progress reporting, which is currently to the console.Not Zed2001-02-221-1/+74
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-081-3/+4
* Check current_message for NULL - this fixes a bug running under SunOS (notJeffrey Stedfast2001-02-081-1/+1
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-061-1/+1
* Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-291-3/+26
* make mail_gui_thread non-static.Dan Winship2001-01-231-1/+1
* Init a cancel field in the message. (mail_msg_free): Free it.Not Zed2001-01-211-0/+16
* Setup a cancellation handle. (do_fetch_mail): REgister for cancellationNot Zed2001-01-161-1/+1
* Removed old implementation.Not Zed2001-01-041-7/+105
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-0/+517