IntelliMail
IntelliMail is one of my latest projects: an upgrade to my previous email program, ExpressMail.
I've been writing it using Visual Studio .NET 2003 in C++. At the moment, the program is configured to
run solely on my machine due to how it utilises database connections. However, I hope to have a copy that will
work on any machine in the near future. I tried to avoid the problems encountered in Outlook such as
the program halting or becoming unresponsive when the internet plays up by using separate threads for most
operations; no internet based functions run in the same thread as the interface.
IntelliMail contains the following main features:
- IMAP and POP3 support
- Spam filtering
- SSL and TLS security
- An advanced contact list
- Calendar and tasks
- Filtered, thread sorted, email views
- Message searching
- Phone Synchronization (only tested on a Motorola V500)
- MIME version 1.0
- A reduced HTML view
- Base64, uuencode and Microsoft's annoying TNEF format
- Fully customizable MIME email composition
- Message rules