lib/mail/fields/bcc_field.rb in mail-1.5.2 vs lib/mail/fields/bcc_field.rb in mail-1.5.3

- old
+ new

@@ -34,9 +34,11 @@ FIELD_NAME = 'bcc' CAPITALIZED_FIELD = 'Bcc' def initialize(*args) super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, args.last)) + self.parse + self end # Bcc field should never be :encoded def encoded ''