Customizing Reliable
POP3 Utilities / Bounces Management

Why....
These programs are "around" Reliable and allow to manage the various POP3 accounts under various circumstances:
    Remember the names and passwords (I have 40 POP3 accounts or about...)
    Overload (like the late 600+ megabytes backlog)
    Analyse bounces
All programs directly coping with POP3 accounts require the same .ocx from Catalyst as Potatoware uses.


Mng_POP3
Manages the POP3 accounts names and passwords.
Exchanges that data with other programs to avoid laborious keying.
It is wise to modify program to store POP3.INI file on encrypted disk....
The final result looks like: ScreenShot from Mng_POP3

tst_Connect

Just tests the connection and returns number of messages + total size in bytes.
The final result looks like: ScreenShot from tst_Connect


Zap_Mail
Clears the whole Mailbox.
Reports cleating progress and totals.
The final result looks like: ScreenShot from Zap_Mail

Zap_Mail_W
Clears the 999 first messages in the Mailbox.
Reports clearing progress and totals.
That is convenient if downloaded mail was not deleted...
The final result looks like: ScreenShot from Zap_Mail_W

Get_Mail

That is not *at all* the normal wxay to get mail.
It collects mail one message after the other, for extreme overload circumstances:
    Connect
    Gets one message
    Disconnects
    Reconnects
    ....
Reports clearing progress and totals.
The final result looks like: ScreenShot from Get_Mail

Zap_Bounce
Clears the MailBox specialized to receive Bounces.
Reports clearing progress and totals.
Collects information from headers ans stores it on HD for further analysis.
The final result looks like: ScreenShot from Zap_Bounce

peep_Zap_Bounce
Allows to peep in the data collected by Zap_Bounce and analyse it:
    ailing remailers
    ailing mail2news
    spam on news rejected by M2news
Abs take corrective actions.
The final result looks like: ScreenShot from peep_Zap_Bounce


All those programs share many modules and will be downloaded together.
DownLoad VB Application (Sources + .exe)


Back to Root Index or Root Main Pages