gmime.internet_address_mailbox

Module for [InternetAddressMailbox] class

Types 3

An RFC 2822 Mailbox address.

Methods
GType _gType() @property
InternetAddressMailbox self()Returns `this`, for use in `with` statements.
InternetAddressMailboxGidBuilder builder()Get builder for [gmime.internetaddressmailbox.InternetAddressMailbox] Returns: New builder object
string getAddr()Gets the addr-spec of the internet address mailbox. Returns: the addr-spec string.
string getIdnAddr()Gets the IDN ascii-encoded addr-spec. Returns: the encoded addr-spec string.
void setAddr(string addr)Set the mailbox address.
Constructors
this(void * ptr, Flag!"Take" take)
this(string name, string addr)Creates a new #InternetAddress object with the specified name and addr.

Fluent builder for [gmime.internet_address_mailbox.InternetAddressMailbox]