Hunny MIME.Net Change Log
Version 1.0.5 -- 24 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
DispositionTypeor the name parameter value inMediaTypecontains a space character, that parameter value must be put in quotes.
Version 1.0.3 -- 30 June 2004
Bug fix:
ByteStringBuilderthrows an exception when appending after callingByteStringBuilder.ToByteString.Bug fix: Setting the
Entity.Headersproperty fails to set the parentNodeof theHeadersobject.Bug fix: Setting the
Entity.Bodyproperty fails to set the parentNodeof theBodyobject.Moved
ByteStringandByteStringBuilderto Hunny.Base namespace.Added
FieldNametype.Mailbox.Assemblesets the is-modified flag even if the mailbox is invalid.Removed
readonlyqualifier fromTextUtil.EOL.Many internal changes to
Uuencodeclass.
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