Class Mailbox

Superclasses :
mail::Address
util::Error
Package :
mail

This class represents an internet Address, which may be parsed in accordance with RFC822.

Source

Class summary
Methods inherited from util::Error
error(a) get_reason()
Variables inherited from util::Error
reason
Methods defined in this class
generate_mailboxes() get_domain() get_local_part() get_phrase() get_route() initially() parse(s) set_domain(x) set_local_part(x) set_phrase(x) set_route(x) to_rfc822() to_string()
Variables defined in this class
domain local_part phrase route

Method detail

generate_mailboxes()

Overrides generate_mailboxes() in mail::Address
Source

get_domain()

Source

get_local_part()

Source

get_phrase()

Source

get_route()

Source

initially()


parse(s)

Overrides parse(s) in mail::Address
Source

set_domain(x)

Source

set_local_part(x)

Source

set_phrase(x)

Source

set_route(x)

Source

to_rfc822()

Overrides to_rfc822() in mail::Address
Source

to_string()

Overrides to_string() in mail::Address
Source

Variable detail

domain


local_part


phrase


route