Short: Script for checking multiple POP EMail accounts Author: strdustr@ptd.net (StarDustr) Uploader: strdustr ptd net (StarDustr) Type: comm/mail Architecture: m68k-amigaos VERSION : $VER: Ck_EMail.rexx 2.0 (04.11.00) Fuction : To quickly check all your POP EMail accounts : for mail and tell you number of mails and : total size of all mails. Requirements : RxSocket library installed. : Connection to the internet. : EMail account(s). Installation : Copy Ck_EMail.rexx to your REXX: directory. : To make life easier, you might want to make a : shell alias for your Rx Ck_EMail command. Usage : Rx Ck_EMail [-debug] -h popmail.hostname user1 pass1 user2 pass2 : -debug is optional. displays results from each server command. : -h is flag that preceeds each pop mail hostname. : hostname your email account(s) hostname. : user username for account : pass Password for this username : You may have more than 1 user/pass per host and : you can repeat entire sequence for multiple hosts. Version 2.0: Major revision from 1.0 was recoding from using TCP: and rexx file i/o functions to using true Socket calls using rxsocket.library. Supports Multiple Hosts. Upgraded error checking. Addition of -debug option for tracing connect/commands. Version 1.0: Supports Multiple Users to a single host. Uses TCP: and rexx file i/o, to the TCP: device must be mounted for this script to work.