Trait gmime::InternetAddressMailboxExt[][src]

pub trait InternetAddressMailboxExt {
    fn get_addr(&self) -> Option<String>;
fn get_idn_addr(&self) -> Option<String>;
fn set_addr(&self, addr: &str); }

Trait containing all InternetAddressMailbox methods.

Implementors

InternetAddressMailbox

Required Methods

Gets the addr-spec of the internet address mailbox.

Returns

the addr-spec string.

Gets the IDN ascii-encoded addr-spec.

Returns

the encoded addr-spec string.

Set the mailbox address.

addr

contact's email address

Implementors