StructuredField
# File lib/mail/fields/bcc_field.rb, line 38 def initialize(value = '', charset = 'utf-8') @charset = charset super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, value), charset) self.parse self end
# File lib/mail/fields/bcc_field.rb, line 50 def decoded do_decode end
Bcc field should never be :encoded
# File lib/mail/fields/bcc_field.rb, line 46 def encoded '' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.