aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-remote/mail-remote.c
Commit message (Collapse)AuthorAgeFilesLines
* ** See #271985.Not Zed2005-08-151-1/+3
| | | | | | | | | | | | | 2005-08-10 Not Zed <NotZed@Ximian.com> ** See #271985. * evolution-mail-session.c (is_storage): check for uri "" and pass exception to provider get. Disable lots of debug output. svn path=/trunk/; revision=30119
* seutp an idl file so we only need to generate one set of skels/stubs forNot Zed2005-06-021-18/+17
| | | | | | | | | | | | | | | | 2005-06-02 Not Zed <NotZed@Ximian.com> * Evolution.idl: seutp an idl file so we only need to generate one set of skels/stubs for all imported. * mail-remote.c (e_plugin_lib_enable): instead of writing ior to a file, just add the Session interface to the mail component. * client.c (get_session): use the new shell interface to find the mail compnent and retrieve the session interface using bonobo-activation, so the mailer starts if we try to access it. svn path=/trunk/; revision=29445
* Lots of work, filled out functions, cleaned up idl to make the data moreNot Zed2005-05-201-1/+7
| | | | | | | | | 2005-05-20 Not Zed <NotZed@Ximian.com> * Lots of work, filled out functions, cleaned up idl to make the data more useful, added a listener interface, etc. svn path=/trunk/; revision=29395
* Now compiles, with a test client too.Michael Zucci2005-05-121-14/+35
| | | | svn path=/trunk/; revision=29338
* Initial work on remote mail interface, as a plugin.Michael Zucci2005-05-041-0/+31
svn path=/trunk/; revision=29265