[evolution-data-server/email-factory] Add API to add password to session.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/email-factory] Add API to add password to session.
- Date: Fri, 29 Apr 2011 06:17:41 +0000 (UTC)
commit d1567b1613e19e84d2888b573592bbd96c56d22d
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Fri Apr 29 17:17:00 2011 +0530
Add API to add password to session.
mail/daemon/e-mail-data-session.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/mail/daemon/e-mail-data-session.xml b/mail/daemon/e-mail-data-session.xml
index 67c62c8..ddd02a4 100644
--- a/mail/daemon/e-mail-data-session.xml
+++ b/mail/daemon/e-mail-data-session.xml
@@ -21,6 +21,12 @@
<method name="getLocalStore">
<arg name="store" type="o" direction="out"/>
</method>
+
+ <method name="addPassword">
+ <arg name="password" type="s" direction="in"/>
+ <arg name="remember" type="b" direction="in"/>
+ </method>
+
<!--
FolderType should be a string "inbox" "draft" "outbox" "sent" "templates"
-->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]