gmime.internet_address_mailbox
Module for [InternetAddressMailbox] class
Types 3
An RFC 2822 Mailbox address.
Methods
InternetAddressMailbox self()Returns `this`, for use in `with` statements.InternetAddressMailboxGidBuilder builder()Get builder for [gmime.internetaddressmailbox.InternetAddressMailbox] Returns: New builder objectstring 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.classInternetAddressMailboxGidBuilder : InternetAddressMailboxGidBuilderImpl!InternetAddressMailboxGidBuilder
Fluent builder for [gmime.internet_address_mailbox.InternetAddressMailbox]
Methods