[][src]Trait goa::MailExt

pub trait MailExt: 'static {
    fn dup_email_address(&self) -> Option<GString>;
fn dup_imap_host(&self) -> Option<GString>;
fn dup_imap_user_name(&self) -> Option<GString>;
fn dup_name(&self) -> Option<GString>;
fn dup_smtp_host(&self) -> Option<GString>;
fn dup_smtp_user_name(&self) -> Option<GString>;
fn get_email_address(&self) -> Option<GString>;
fn get_imap_accept_ssl_errors(&self) -> bool;
fn get_imap_host(&self) -> Option<GString>;
fn get_imap_supported(&self) -> bool;
fn get_imap_use_ssl(&self) -> bool;
fn get_imap_use_tls(&self) -> bool;
fn get_imap_user_name(&self) -> Option<GString>;
fn get_name(&self) -> Option<GString>;
fn get_smtp_accept_ssl_errors(&self) -> bool;
fn get_smtp_auth_login(&self) -> bool;
fn get_smtp_auth_plain(&self) -> bool;
fn get_smtp_auth_xoauth2(&self) -> bool;
fn get_smtp_host(&self) -> Option<GString>;
fn get_smtp_supported(&self) -> bool;
fn get_smtp_use_auth(&self) -> bool;
fn get_smtp_use_ssl(&self) -> bool;
fn get_smtp_use_tls(&self) -> bool;
fn get_smtp_user_name(&self) -> Option<GString>;
fn set_email_address(&self, value: &str);
fn set_imap_accept_ssl_errors(&self, value: bool);
fn set_imap_host(&self, value: &str);
fn set_imap_supported(&self, value: bool);
fn set_imap_use_ssl(&self, value: bool);
fn set_imap_use_tls(&self, value: bool);
fn set_imap_user_name(&self, value: &str);
fn set_name(&self, value: &str);
fn set_smtp_accept_ssl_errors(&self, value: bool);
fn set_smtp_auth_login(&self, value: bool);
fn set_smtp_auth_plain(&self, value: bool);
fn set_smtp_auth_xoauth2(&self, value: bool);
fn set_smtp_host(&self, value: &str);
fn set_smtp_supported(&self, value: bool);
fn set_smtp_use_auth(&self, value: bool);
fn set_smtp_use_ssl(&self, value: bool);
fn set_smtp_use_tls(&self, value: bool);
fn set_smtp_user_name(&self, value: &str);
fn connect_property_email_address_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_imap_accept_ssl_errors_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_imap_host_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_imap_supported_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_imap_use_ssl_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_imap_use_tls_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_imap_user_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_accept_ssl_errors_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_auth_login_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_auth_plain_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_auth_xoauth2_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_host_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_supported_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_use_auth_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_use_ssl_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_use_tls_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_smtp_user_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn dup_email_address(&self) -> Option<GString>

fn dup_imap_host(&self) -> Option<GString>

fn dup_imap_user_name(&self) -> Option<GString>

fn dup_name(&self) -> Option<GString>

fn dup_smtp_host(&self) -> Option<GString>

fn dup_smtp_user_name(&self) -> Option<GString>

fn get_email_address(&self) -> Option<GString>

fn get_imap_accept_ssl_errors(&self) -> bool

fn get_imap_host(&self) -> Option<GString>

fn get_imap_supported(&self) -> bool

fn get_imap_use_ssl(&self) -> bool

fn get_imap_use_tls(&self) -> bool

fn get_imap_user_name(&self) -> Option<GString>

fn get_name(&self) -> Option<GString>

fn get_smtp_accept_ssl_errors(&self) -> bool

fn get_smtp_auth_login(&self) -> bool

fn get_smtp_auth_plain(&self) -> bool

fn get_smtp_auth_xoauth2(&self) -> bool

fn get_smtp_host(&self) -> Option<GString>

fn get_smtp_supported(&self) -> bool

fn get_smtp_use_auth(&self) -> bool

fn get_smtp_use_ssl(&self) -> bool

fn get_smtp_use_tls(&self) -> bool

fn get_smtp_user_name(&self) -> Option<GString>

fn set_email_address(&self, value: &str)

fn set_imap_accept_ssl_errors(&self, value: bool)

fn set_imap_host(&self, value: &str)

fn set_imap_supported(&self, value: bool)

fn set_imap_use_ssl(&self, value: bool)

fn set_imap_use_tls(&self, value: bool)

fn set_imap_user_name(&self, value: &str)

fn set_name(&self, value: &str)

fn set_smtp_accept_ssl_errors(&self, value: bool)

fn set_smtp_auth_login(&self, value: bool)

fn set_smtp_auth_plain(&self, value: bool)

fn set_smtp_auth_xoauth2(&self, value: bool)

fn set_smtp_host(&self, value: &str)

fn set_smtp_supported(&self, value: bool)

fn set_smtp_use_auth(&self, value: bool)

fn set_smtp_use_ssl(&self, value: bool)

fn set_smtp_use_tls(&self, value: bool)

fn set_smtp_user_name(&self, value: &str)

fn connect_property_email_address_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_imap_accept_ssl_errors_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_imap_host_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_imap_supported_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_imap_use_ssl_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_imap_use_tls_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_imap_user_name_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_name_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_accept_ssl_errors_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_auth_login_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_auth_plain_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_auth_xoauth2_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_host_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_supported_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_use_auth_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_use_ssl_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_use_tls_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_smtp_user_name_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<Mail>> MailExt for O[src]

Loading content...