Mail Support in .Net

March 26, 2008

.Net doesn’t have a native supported API like Java do (JavaMail). So, it’s up to contributors to do the job. One of the highly recommended library was Indy Sockets from IndyProject. The library was once implemented for Delphi and right now are being ported to .Net. However, I found the design and the functionality is still lacking and on different level with JavaMail (I only looked at the CLR code and not the Delphi version). So, here’s one of the things that I want to do when I got the time: Is to write a .Net Mail API that can be comparable to JavaMail.

Leave a comment