# File lib/action_mailer/vendor/tmail-1.2.3/tmail/header.rb, line 208
    def comments
      ensure_parsed
      if @comments[0]
        [Decoder.decode(@comments[0])]
      else
        @comments
      end
    end