# File lib/action_mailer/vendor/tmail-1.1.0/tmail/header.rb, line 78
    def initialize( body, conf, intern = false )
      @body = body
      @config = conf

      @illegal = false
      @parsed = false
      
      if intern
        @parsed = true
        parse_init
      end
    end