Interface

Goa-1.0GoaMailConstructorProps

interface 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;
}

Hierarchy (View Summary)

Index

Properties

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