Title: IMAP Email Checker
Description: There are several program that will let you check your emails & delete unwanted ones, but all of the ones I have seen here are POP examples. Using POP, you have to download the emails before you can delete them. Sometimes that can be real time consuming.
After searching for an example of how to check email using IMAP, and not finding any - I wrote this little program. Using IMAP, you can view the email headers (From, Subject etc...) and delete the unwanted emails without having to download them first. 
The program uses AutoDelete, Exclusion list, Keyword checking. Your email server has to allow IMAP to be able to use this program. Includes lots of useful functions you can use in your own code. Thanks to Randy Beach (http://vbnet.mvps.org/) for the modWindows file.

This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=51077&lngWId=1

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
