class Athena::MIME::Header::Mailbox

Overview

Represents a Mailbox MIME Header for something like sender (one named address).

Defined in:

header/mailbox.cr

Constructors

Instance Method Summary

Instance methods inherited from class Athena::MIME::Header::Abstract(Athena::MIME::Address)

body : T body, body=(body : T) body=, charset : String charset, charset=(charset : String) charset=, clone clone, lang : String | Nil lang, lang=(lang : String | Nil) lang=, max_line_length : Int32 max_line_length, max_line_length=(max_line_length : Int32) max_line_length=, name : String name

Constructor methods inherited from class Athena::MIME::Header::Abstract(Athena::MIME::Address)

new(name : String) new

Instance methods inherited from module Athena::MIME::Header::Interface

body body, body=(body) body=, body_to_s : String body_to_s, max_line_length : Int32 max_line_length, max_line_length=(max_line_length : Int32) max_line_length=, name : String name, to_s(io : IO) : Nil to_s

Constructor Detail

def self.new(name : String, value : AMIME::Address) #

[View source]

Instance Method Detail

def body : AMIME::Address #

Returns the body of this header.


[View source]
def body=(body : AMIME::Address) #

Sets the body of this header.


[View source]