# File lib/rmail/mailbox/mboxreader.rb, line 109
      def each_message
        while !eof
          yield self
          self.next
        end
      end