# File lib/tmail/header.rb, line 124
    def empty?
      ensure_parsed
      return true if @illegal
      isempty?
    end