Mail::StructuredField
# File lib/mail/fields/bcc_field.rb, line 39 39: def initialize(value = '', charset = 'utf-8') 40: @charset = charset 41: super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, value), charset) 42: self.parse 43: self 44: end
# File lib/mail/fields/bcc_field.rb, line 51 51: def decoded 52: do_decode 53: end
Bcc field should never be :encoded
# File lib/mail/fields/bcc_field.rb, line 47 47: def encoded 48: '' 49: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.