# File lib/net/pop.rb, line 633
    def each_mail(&block)  # :yield: message

      mails().each(&block)
    end