# File lib/net/pop.rb, line 527
    def each_mail( &block )  # :yield: message
      mails().each(&block)
    end