# File lib/mail/message.rb, line 417
    def header(value = nil)
      value ? self.header = value : @header
    end