Interface

Goa-1.0GoaMailProxyConstructorProps

interface ConstructorProps {
    email_address: string;
    emailAddress: string;
    g_bus_type: Gio.BusType;
    g_connection: Gio.DBusConnection;
    g_default_timeout: number;
    g_flags: Gio.DBusProxyFlags;
    g_interface_info: DBusInterfaceInfo;
    g_interface_name: string;
    g_name: string;
    g_name_owner: string;
    g_object_path: string;
    gBusType: Gio.BusType;
    gConnection: Gio.DBusConnection;
    gDefaultTimeout: number;
    gFlags: Gio.DBusProxyFlags;
    gInterfaceInfo: DBusInterfaceInfo;
    gInterfaceName: string;
    gName: string;
    gNameOwner: string;
    gObjectPath: string;
    imap_accept_ssl_errors: boolean;
    imap_host: string;
    imap_supported: boolean;
    imap_use_ssl: boolean;
    imap_use_tls: boolean;
    imap_user_name: string;
    imapAcceptSslErrors: boolean;
    imapHost: string;
    imapSupported: boolean;
    imapUserName: string;
    imapUseSsl: boolean;
    imapUseTls: boolean;
    name: string;
    smtp_accept_ssl_errors: boolean;
    smtp_auth_login: boolean;
    smtp_auth_plain: boolean;
    smtp_auth_xoauth2: boolean;
    smtp_host: string;
    smtp_supported: boolean;
    smtp_use_auth: boolean;
    smtp_use_ssl: boolean;
    smtp_use_tls: boolean;
    smtp_user_name: string;
    smtpAcceptSslErrors: boolean;
    smtpAuthLogin: boolean;
    smtpAuthPlain: boolean;
    smtpAuthXoauth2: boolean;
    smtpHost: string;
    smtpSupported: boolean;
    smtpUseAuth: boolean;
    smtpUserName: string;
    smtpUseSsl: boolean;
    smtpUseTls: boolean;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Goa.Mail.ConstructorProps

email_address: string
emailAddress: string
imap_accept_ssl_errors: boolean
imap_host: string
imap_supported: boolean
imap_use_ssl: boolean
imap_use_tls: boolean
imap_user_name: string
imapAcceptSslErrors: boolean
imapHost: string
imapSupported: boolean
imapUserName: string
imapUseSsl: boolean
imapUseTls: boolean
name: string
smtp_accept_ssl_errors: boolean
smtp_auth_login: boolean
smtp_auth_plain: boolean
smtp_auth_xoauth2: boolean
smtp_host: string
smtp_supported: boolean
smtp_use_auth: boolean
smtp_use_ssl: boolean
smtp_use_tls: boolean
smtp_user_name: string
smtpAcceptSslErrors: boolean
smtpAuthLogin: boolean
smtpAuthPlain: boolean
smtpAuthXoauth2: boolean
smtpHost: string
smtpSupported: boolean
smtpUseAuth: boolean
smtpUserName: string
smtpUseSsl: boolean
smtpUseTls: boolean

Properties - Inherited from Gio

g_bus_type: Gio.BusType
g_connection: Gio.DBusConnection
g_default_timeout: number
g_interface_info: DBusInterfaceInfo
g_interface_name: string
g_name: string
g_name_owner: string
g_object_path: string
gBusType: Gio.BusType
gConnection: Gio.DBusConnection
gDefaultTimeout: number
gInterfaceInfo: DBusInterfaceInfo
gInterfaceName: string
gName: string
gNameOwner: string
gObjectPath: string