Mail::UnstructuredField
# File lib/mail/fields/subject_field.rb, line 9 def initialize(value = nil, charset = 'utf-8') self.charset = charset super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, value), charset) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.