Class MIME::HeaderContainer
In: lib/mime/header_container.rb
Parent: Object

Storage for RFC 2822 headers.

Methods

add   new   to_s  

Public Class methods

Return a new header container object.

Public Instance methods

Add the name/value pair to the header container.

Convert all headers to their string equivalents and join them using the RFC 2822 CRLF line separator.

[Validate]