This windows program checks for new e-mail periodically. The program installs as the startup application and shows new e-mail icon in taskbar. The program uses POP3 with SSL ports to connect.
External libraries:
- AES (adriancs, http://www.codeproject.com/Articles/769741/Csharp-AES-bits-Encryption-Library-with-Salt),
- Nini (Brent R. Matzelle, http://nini.sourceforge.net/),
- Pop3MailClient (Peter Huber, http://www.codeproject.com/Articles/14304/POP3-Email-Client-NET-2-0...