Short: Advanced email script for AmIRC Author: mickjt @AT@ ihug.com.au (Michael Trebilcock) Uploader: mickjt AT ihug com au (Michael Trebilcock) Type: comm/irc Requires: AmIRC and RexxMast running Architecture: generic Features: - Shows you how many emails you have, and the byte size total - Verbose command to show who sent it, the subject, and the byte size of each email - Delete feature, why load up an email client when you don't need to? - Decodes quoted-printable email headers. Installation: Simply copy to it to your AmIRC/Rexx directory, and configure the top of the Mail.amirx file. Usage examples: /rx mail - Will show how many emails you have /rx mail verbose - Will show how many emails, who sent it, the subject, and the byte size of each email.. /rx mail del 5 3 9 6 - Will delete emails 5, 3, 9 and 6.. /rx mail del all - Will delete all emails. Be careful! New emails may have just arrived before you do this.. /rx mail del all 5 - Will delete all emails from 1 to 5. What's new: - Fixed infinite loop problem when headers were MIME encoded in a format other than quoted-printable.