[gnome-online-accounts/gnome-3-8] dbus: Add SmtpUseAuth to org.gnome.OnlineAccounts.Mail



commit 3f26cb48c3632430a5b5bf6e305467e881c9e3a1
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Mar 1 12:01:03 2013 +0100

    dbus: Add SmtpUseAuth to org.gnome.OnlineAccounts.Mail

 data/dbus-interfaces.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
index e529bbd..fa4101f 100644
--- a/data/dbus-interfaces.xml
+++ b/data/dbus-interfaces.xml
@@ -460,6 +460,14 @@
     -->
     <property name="SmtpHost" type="s" access="read"/>
 
+    <!-- SmtpUseAuth:
+         @since: 3.8.0
+         Whether authentication is needed
+
+         This indicates whether the server uses authentication.
+    -->
+    <property name="SmtpUseAuth" type="b" access="read"/>
+
     <!-- SmtpUseSsl:
          @since: 3.8.0
          Whether SSL should be used.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]