StructuredField
# File lib/mail/fields/resent_to_field.rb, line 38 def initialize(value = nil, charset = 'utf-8') self.charset = charset super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, value), charset) self.parse self end
# File lib/mail/fields/resent_to_field.rb, line 49 def decoded do_decode end
# File lib/mail/fields/resent_to_field.rb, line 45 def encoded do_encode(CAPITALIZED_FIELD) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.