Included Modules

Class Index [+]

Quicksearch

Mail::BccField

Constants

FIELD_NAME
CAPITALIZED_FIELD

Public Class Methods

new(value = '', charset = 'utf-8') click to toggle source
    # 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

Public Instance Methods

decoded() click to toggle source
    # File lib/mail/fields/bcc_field.rb, line 51
51:     def decoded
52:       do_decode
53:     end
encoded() click to toggle source

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.