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)# View source Methods# #body : AMIME::Address# Returns the body of this header. View source #body=(body : AMIME::Address)# Sets the body of this header. View source