|
| |
 |
Hunny MIME.NET Change Log |
| This page will keep you up-to-date on changes to MIME.NET. |
|
 |
MIME.NET Change Log |
 |
Version 1.0.5 -- 21 July 2006
- Changed the q-encoding decoder to decode lower-case hexadecimal
letters ('a', 'b', 'c', 'd', 'e', 'f') in RFC 2047 encoded words. Note
that RFC 2047 requires the hexadecimal letters to be upper-case. This
change causes the decoder to be more "liberal" in what it accepts.
Version 1.0.4 -- 18 November 2004
- Bug fix: If the filename parameter value in
DispositionType or the name parameter value in
MediaType contains a space character, that parameter value
must be put in quotes.
Version 1.0.3 -- 30 June 2004
- Bug fix:
ByteStringBuilder throws an exception when appending after calling ByteStringBuilder.ToByteString.
- Bug fix: Setting the
Entity.Headers property fails to set the parent Node of the Headers object.
- Bug fix: Setting the
Entity.Body property fails to set the parent Node of the Body object.
- Moved
ByteString and ByteStringBuilder to Hunny.Base namespace.
- Added
FieldName type.
-
Mailbox.Assemble sets the is-modified flag even if the mailbox is invalid.
- Removed
readonly qualifier from TextUtil.EOL.
- Many internal changes to
Uuencode class.
Version 1.0.2 -- 28 May 2003
- Bug fix: Exception thrown in
MediaType.CreateBoundary()
Version 1.0.1 -- 10 March 2003
- Bug fix: Exception thrown when parsing a multipart message that contains two consecutive boundary lines
|
|