[gnome-online-accounts/wip/mail: 3/4] dbus: Add ImapAcceptSslErrors & SmtpAcceptSslErrors to Mail



commit 95991211467bc255ed0b40c9b601b9a28f16d6d8
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Feb 14 14:57:08 2013 +0100

    dbus: Add ImapAcceptSslErrors & SmtpAcceptSslErrors to Mail
    
    These are meant to indicate whether the user chose to accept SSL/TLS
    errors caused by invalid certificates while creating the account.
    These would be useful for adding a GoaImapSmtpProvider.
    
    Fixes: https://bugzilla.gnome.org/692736

 data/dbus-interfaces.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
index 409ddf5..e529bbd 100644
--- a/data/dbus-interfaces.xml
+++ b/data/dbus-interfaces.xml
@@ -384,6 +384,12 @@
       -->
     <property name="ImapSupported" type="b" access="read"/>
 
+    <!-- ImapAcceptSslErrors:
+         @since: 3.8.0
+         Accept SSL/TLS errors caused by invalid certificates.
+      -->
+    <property name="ImapAcceptSslErrors" type="b" access="read"/>
+
     <!-- ImapHost:
          The IMAP server to use.
 
@@ -432,6 +438,12 @@
       -->
     <property name="SmtpSupported" type="b" access="read"/>
 
+    <!-- SmtpAcceptSslErrors:
+         @since: 3.8.0
+         Accept SSL/TLS errors caused by invalid certificates.
+      -->
+    <property name="SmtpAcceptSslErrors" type="b" access="read"/>
+
     <!-- SmtpHost:
          The SMTP server to use.
 


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