Object Hierarchy:
Description:
Abstract interface type for the D-Bus interface org.gnome.OnlineAccounts.Mail.
All known implementing classes:
Namespace: Goa
Package: goa-1.0
Content:
Properties:
- public abstract string email_address { owned get; set; }
Represents the D-Bus property "EmailAddress".
- public abstract bool imap_accept_ssl_errors { get; set; }
Represents the D-Bus property "ImapAcceptSslErrors".
- public abstract string imap_host { owned get; set; }
Represents the D-Bus property "ImapHost".
- public abstract bool imap_supported { get; set; }
Represents the D-Bus property "ImapSupported".
- public abstract bool imap_use_ssl { get; set; }
Represents the D-Bus property "ImapUseSsl".
- public abstract bool imap_use_tls { get; set; }
Represents the D-Bus property "ImapUseTls".
- public abstract string imap_user_name { owned get; set; }
Represents the D-Bus property "ImapUserName".
- public abstract string name { owned get; set; }
Represents the D-Bus property "Name".
- public abstract bool smtp_accept_ssl_errors { get; set; }
Represents the D-Bus property "SmtpAcceptSslErrors".
- public abstract bool smtp_auth_login { get; set; }
Represents the D-Bus property "SmtpAuthLogin".
- public abstract bool smtp_auth_plain { get; set; }
Represents the D-Bus property "SmtpAuthPlain".
- public abstract bool smtp_auth_xoauth2 { get; set; }
Represents the D-Bus property "SmtpAuthXoauth2".
- public abstract string smtp_host { owned get; set; }
Represents the D-Bus property "SmtpHost".
- public abstract bool smtp_supported { get; set; }
Represents the D-Bus property "SmtpSupported".
- public abstract bool smtp_use_auth { get; set; }
Represents the D-Bus property "SmtpUseAuth".
- public abstract bool smtp_use_ssl { get; set; }
Represents the D-Bus property "SmtpUseSsl".
- public abstract bool smtp_use_tls { get; set; }
Represents the D-Bus property "SmtpUseTls".
- public abstract string smtp_user_name { owned get; set; }
Represents the D-Bus property "SmtpUserName".
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.gnome.OnlineAccounts.Mail D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the Mail interface for a concrete class.
Inherited Members:
All known members inherited from class GLib.Object