Menu

DotNetOpenMail / News: Recent posts

DotNetOpenMail 0.5.8 Beta: 24-May-2006

DotNetOpenMail 0.5.8 Beta Released

This release fixes some problems with FileAttachments:

- Problems with the buffer-length during Base64 encoding have been fixed.
- The ContentID is no longer lost.
- BinaryReader support has been added to the FileAttachment class.

Sorry for the delay in getting this release out!

Posted by Mike Bridge 2006-05-25

SMTPDebug 0.1 Alpha: 17-Dec-2005

SMTPDebug 0.1 released:

SMTPDebug is a Windows Application for debugging various mail server problems. It demonstrates the use of DotNetOpenMail, and it can send various sorts of raw emails to differnet servers and capture the SMTP protocol exchange that takes place. It is located at the DotNetOpenMail site on Source Forge.

Posted by Mike Bridge 2005-12-17

DotNetOpenMail 0.5.7 Beta: 17-Dec-2005

DotNetOpenMail 0.5.7 Beta Released

This release changes the logging mechanism and tweaks the file attachments which come from memory. An SMTP debugger, SMTPDebug was also added to the DotNetOpenMail download page on SourceForge.

Changes with this revision:

- Added event delegates to SmtpServer to listen to the SMTP conversation
- Deprecated the use of CaptureSmtpConversation
- Added simple version of email address string parser.
- Added a potential patch for piping a file attachment from memory... read more

Posted by Mike Bridge 2005-12-17

DotNetOpenMail 0.5.6 Beta: 16-Sep-2005

DotNetOpenMail 0.5.6 Beta Released

This release fixes some problems with SMTP Authentication. Thanks go to Norbert Bietsch
for the patches!

- Fixed SMTP AUTH LOCAL negotiation where the server returns multiple types
- Fixed SmtpProxy so it loops through multiline EHLO response correctly.

Posted by Mike Bridge 2005-09-17

DotNetOpenMail 0.5.5 Beta: 25-Aug-2005

DotNetOpenMail 0.5.5 Beta Released

This release fixes two issues:

- Fixed the null-pointer exception that occurs when you forget to set the From address. (It now generates a proper error.)
- Fixed the escaping of special characters in email addresses in headers.

Thanks to Kyle Kline for pointing these out!

Posted by Mike Bridge 2005-08-26

DotNetOpenMail 0.5.4 Beta: 19-Aug-2005

DotNetOpenMail 0.5.4 Beta Released

This release fixes some obscure problems and one egregious one.

- Replaced incorrect call to BodyName in QPEncoder and Base64Encoder with call
to HeaderName
- Added workaround for incorrect value returned by the .net framework for
Russian Windows-1251 (Encoding.GetEncoding("windows-1251").BodyName)
- Added error checking for truncated server responses of less than 3
characters.
- Fixed various incorrect numerical references to RFCs.
- Fixed QP-encoding of the question mark in message headers. (This is the egregious one.)

Posted by Mike Bridge 2005-08-20