class

Athena::MIME::Header::Identification

Inherits Athena::MIME::Header::Abstract < Athena::MIME::Header::Interface < Reference < Object

Represents an ID MIME Header for something like message-id or content-id (one or more addresses).

Constructors

new(name : String, value : String | Array(String))
Source

Instance methods

body

Returns the body of this header.

Source
body=(body : String | Array(String))

:inherit:

Source
id

Returns the ID used in the value of this header. If multiple IDs are set, only the first is returned.

Source
id=(id : String | Array(String)) : Nil

Sets the ID used in the value of this header.

Source
ids=(ids : Array(String)) : Nil

Sets a collection of IDs to use in the value of this header.

Source
ids_as_addresses
Source