aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-remote
Commit message (Collapse)AuthorAgeFilesLines
* ** See #271985.Not Zed2005-08-1513-37/+64
| | | | | | | | | | | | | 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
* How strange, this was never added, but nobody noticed till now.Not Zed2005-08-022-0/+23
| | | | | | | | | 2005-08-02 Not Zed <NotZed@Ximian.com> * org-gnome-evolution-mail-remote.eplug.xml: How strange, this was never added, but nobody noticed till now. svn path=/trunk/; revision=29948
* seutp an idl file so we only need to generate one set of skels/stubs forNot Zed2005-06-025-34/+93
| | | | | | | | | | | | | | | | 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
* A camel-stream to wrap Evolution_Mail_MessageStream.Not Zed2005-05-2717-174/+726
| | | | | | | | | | | | | | | | | | | 2005-05-27 Not Zed <NotZed@Ximian.com> * em-message-stream.[ch]: A camel-stream to wrap Evolution_Mail_MessageStream. * evolution-mail-messagestream.[ch]: simplified read-only stream interface rather than using bonobo-stream. It wraps a camel-stream only & simplified lifecycle management. * evolution-mail-store.c (evolution_mail_store_changed): if we have no more listeners, close the camelstore object off. * Evolution-DataServer-Mail.idl: changed exceptions to use one exception type with details. Fixed code to use these. svn path=/trunk/; revision=29418
* New helpers for listeners.Not Zed2005-05-2623-672/+1233
| | | | | | | | | | | | | | | | | 2005-05-26 Not Zed <NotZed@Ximian.com> * evolution-mail-folderlistener.[ch]: * evolution-mail-sessionlistener.[ch]: * evolution-mail-storelistener.[ch]: New helpers for listeners. * evolution-mail-listener.[ch]: removed. * Evolution-DataServer-Mail.idl: removed the GNOME prefix, Bonobo doesn't use it, and it just adds pointless typing. Added getmessage and appendmessage interaces. Moved listeners to each object rather than one global listener. svn path=/trunk/; revision=29414
* Lots more work. Now implements a full listener interface. Filled out api.Not Zed2005-05-2416-205/+1033
| | | | | | | | | 2005-05-24 Not Zed <NotZed@Ximian.com> * Lots more work. Now implements a full listener interface. Filled out api. svn path=/trunk/; revision=29406
* Lots of work, filled out functions, cleaned up idl to make the data moreNot Zed2005-05-2014-109/+825
| | | | | | | | | 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
* more api/changes. dosn't build again.Michael Zucci2005-05-1310-55/+323
| | | | svn path=/trunk/; revision=29346
* Now compiles, with a test client too.Michael Zucci2005-05-125-34/+181
| | | | svn path=/trunk/; revision=29338
* Initial work on remote mail interface, as a plugin.Michael Zucci2005-05-0410-0/+853
svn path=/trunk/; revision=29265