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

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