class Athena::MIME::Header::Mailbox
inherits Athena::MIME::Header::Abstract
#
Represents a Mailbox MIME Header for something like sender
(one named address).
Constructors#
.new(name : String, value : AMIME::Address)
#
Methods#
#body : AMIME::Address
#
Returns the body of this header.
#body=(body : AMIME::Address)
#
Sets the body of this header.