# File lib/tmail/mailbox.rb, line 411
    def each_port
      mail_files(@cur).each do |path|
        yield PORT_CLASS.new(path)
      end
    end