Included Modules

Class Index [+]

Quicksearch

Mail::ResentToField

Constants

FIELD_NAME
CAPITALIZED_FIELD

Public Class Methods

new(value = nil, charset = 'utf-8') click to toggle source
    # File lib/mail/fields/resent_to_field.rb, line 39
39:     def initialize(value = nil, charset = 'utf-8')
40:       self.charset = charset
41:       super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, value), charset)
42:       self.parse
43:       self
44:     end

Public Instance Methods

decoded() click to toggle source
    # File lib/mail/fields/resent_to_field.rb, line 50
50:     def decoded
51:       do_decode
52:     end
encoded() click to toggle source
    # File lib/mail/fields/resent_to_field.rb, line 46
46:     def encoded
47:       do_encode(CAPITALIZED_FIELD)
48:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.