Menu

SharpMimeTools 0.3 beta released

SharpMimeTools is an open source MIME parser/decoder assembly that is written in C#. It fully works under .NET and Mono.

We have reached 0.3 milestone. So here is a new beta (0.3b). It has new features, some improvements and fixes.

* SharpMessage now allows better control of the content that will be parsed through new constructors.
* Give simpler access to headers through the SharpMimeHeader.GetHeaderField and SharpMessage.GetHeaderField methods.
* Added a Makefile to ease building in linux.
* Added support to files in UNIX format.
* Improved buffering in some points and use lazy allocation of resources in others. This gives a significant performance boost compared to 0.2b.
* EncodingDefault makes possible to override the encoding used when there is no charset parameter in the Content-Type header field.
* Improved date parsing.
* And a few bugfixes.
* Read changelog for full details.

SharpMimeTools product page:
http://anmar.eu.org/projects/sharpmimetools/

SharpMimeTools SourceForge.net project page:
http://sourceforge.net/projects/sharpwebmail/

Enjoy it.

Posted by Angel Marin 2005-09-26

Log in to post a comment.