aboutsummaryrefslogtreecommitdiffstats
path: root/mail/session.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix boobooPeter Williams2000-06-271-0/+2
| | | | svn path=/trunk/; revision=3755
* Land most of the stuff to move fetch_mail, send_mail, expunge_folder, ↵Peter Williams2000-06-241-0/+21
| | | | | | init_imap, and init_news to async operation. svn path=/trunk/; revision=3711
* Update for CamelAuthCallback changes. (Uncache passwords when asked to.)Dan Winship2000-06-101-19/+35
| | | | | | | * session.c (evolution_auth_callback): Update for CamelAuthCallback changes. (Uncache passwords when asked to.) svn path=/trunk/; revision=3497
* Remember passwords between calls. (forget_passwords): Callback for "ForgetDan Winship2000-06-061-2/+36
| | | | | | | | | | | * session.c (evolution_auth_callback): Remember passwords between calls. (forget_passwords): Callback for "Forget Passwords" menu item. * folder-browser-factory.c (control_activate): (control_deactivate): Add "Forget Passwords" menu item. svn path=/trunk/; revision=3434
* Revert removal of e_setup_base_dir.Christopher James Lahey2000-06-021-0/+1
| | | | | | | | 2000-06-02 Christopher James Lahey <clahey@helixcode.com> * session.c: Revert removal of e_setup_base_dir. svn path=/trunk/; revision=3379
* Don't call e_setup_base_dir.Christopher James Lahey2000-06-021-1/+0
| | | | | | | | 2000-06-01 Christopher James Lahey <clahey@helixcode.com> * session.c: Don't call e_setup_base_dir. svn path=/trunk/; revision=3361
* Don't hardcode "inbox" here.Dan Winship2000-05-071-42/+2
| | | | | | | | | | | | | | | | | | | * folder-browser-factory.c (folder_browser_factory): Don't hardcode "inbox" here. * folder-browser.c (folder_browser_set_uri): Don't hardcode "inbox" here either. (folder_browser_load_folder): Create a new store according to the folder browser's URI, and load the mbox file from that store. Parts of this are temporary. * session.c, mail.h: There is no longer a global store, just a global session. * mail-config.c, mail-ops.c: Update for default_session -> session change. fetch_mail is currently broken. svn path=/trunk/; revision=2853
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-2/+1
| | | | | | | | * mail.h: consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and session.h into this new file. There's no reason to have a .h for every .c. svn path=/trunk/; revision=2830
* This is no longer necessary.Dan Winship2000-04-301-7/+0
| | | | | | | | | * session.c (session_providers_init): This is no longer necessary. * mail-ops.c (fetch_mail): Remove kludge to load remote provider, as camel can do it by itself now. svn path=/trunk/; revision=2692
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-4/+4
| | | | | | The UI works now. svn path=/trunk/; revision=2074
* Add "authenticator" to CamelSession and update things to use it.Dan Winship2000-02-221-1/+41
| | | | svn path=/trunk/; revision=1890
* update for CamelSession changesDan Winship2000-02-221-1/+4
| | | | svn path=/trunk/; revision=1889
* Add session.cArturo Espinosa2000-02-171-0/+67
svn path=/trunk/; revision=1800