# File lib/mail/header.rb, line 36 def initialize(header_text = nil) self.raw_source = header_text.to_crlf split_header if header_text end