*** Version 1.6.1 (stable) - API 1.6.0 (stable) - 2012-05-22


* [mms] Workaround PHP's broken convert_uudecode() function.
 

*** Version 1.0.0alpha1 (alpha) - API 1.0.0 (alpha) - 2011-03-08


* First alpha release for Horde 4.
* Add RFC 3282 language support to Horde_Mime_Part.
* Add workaround for Horde Bug #8747.
* Honor the Content-Disposition 'size' parameter (RFC 2183 [2.7]).
* Converted tests to PHPUnit.
* Moved viewer code to horde/Mime_Viewer package.
* Removed Webcpp and Enscript viewers. Source code highlighting is now
exclusively handled by the Srchighlight driver.
* No need to generate Content-Transfer-Encoding header if part data is 7bit.
* Default disposition should be empty by default, not inline (RFC 2183 [2]).
* Request #8556: Allow specifying a header charset for a part.
* Add 'raw' render view to Horde_Mime_Viewer.
* Horde_Mime_Part::parseMessage() correctly parses non-MIME parts.
* Remove dependence on PEAR's Mail_mimeDecode::.
* Added Horde_Mime::uudecode().
* Remove support for deprecated mime_magic module.
* Use Gnumeric to display MS Excel documents.
* Use AbiWord to display MS Word documents (Request #8011).
* Add support for decoding IDN (RFC 3490) names (Request #5836).
   

*** Version 1.0.0beta1 (beta) - API 1.0.0 (beta) - 2011-03-16


* Simplify charset handling in Horde_Mime_Mail.
   

*** Version 1.0.0RC1 (beta) - API 1.0.0 (beta) - 2011-03-22


* First release candidate for Horde 4.
   

*** Version 1.0.0RC2 (beta) - API 1.0.0 (beta) - 2011-03-29


* Second release candidate for Horde 4.
* [mms] Improve handling of empty address groups.
   

*** Version 1.0.0RC3 (beta) - API 1.0.0 (beta) - 2011-03-29


* [mms] Provide option to always use Windows-1252 when decoding ISO-8859-1
data.
   

*** Version 1.0.0 (stable) - API 1.0.0 (stable) - 2011-04-06


* First stable release for Horde 4.
* [mms] Fix Horde_Mime::isChild().
   

*** Version 1.0.1 (stable) - API 1.0.0 (stable) - 2011-04-20


* [mms] Fix unserializing Horde_Mime_Part containing data (Bug #9819).
   

*** Version 1.0.2 (stable) - API 1.0.0 (stable) - 2011-05-18


* [mms] Fix encoding of headers if charset passed to toArray() is empty (Bug
#10054).
   

*** Version 1.0.3 (stable) - API 1.0.0 (stable) - 2011-06-14


* [mms] Fix error when determining part size if contents is empty
(rick@havokmon.com, Bug #10223).
   

*** Version 1.0.4 (stable) - API 1.0.0 (stable) - 2011-07-05


* [jan] Fix accessing the MIME part content after serialization (Bug #10252).
   

*** Version 1.0.5 (stable) - API 1.0.0 (stable) - 2011-07-27


* [mms] Fix generation of MDN messages.
* [jan] Update Latvian translation.
* [mms] Explicitly build MIME IDs when doing a findBody() search.
   

*** Version 1.0.6 (stable) - API 1.0.0 (stable) - 2011-08-30


* [mms] Fix quoted-printable encoding for message parts contained in a
multipart that do not share the same EOLs as the parent part (Bug #10324).
   

*** Version 1.1.0 (stable) - API 1.1.0 (stable) - 2011-09-20


* [mms] Provide method to return approximate size of parts if it contains
base64 encoded data (Request #9783).
* [mms] Support Content-Duration MIME header (RFC 3803).
* [mms] MIME body part can not have disposition of 'attachment' (Bug #10458).
   

*** Version 1.2.0 (stable) - API 1.2.0 (stable) - 2011-09-27


* [jan] Add Horde_Mime_Mail#clearParts().
   

*** Version 1.2.1 (stable) - API 1.2.0 (stable) - 2011-11-02


* [mms] Horde_Mime_Part::getRawPartText() was incorrectly returning a trailing
EOL for body data.
   

*** Version 1.3.0 (stable) - API 1.3.0 (stable) - 2011-11-08


* [jan] Make unit tests locale independent.
* [mms] Added 'canonical' parameter to Horde_Mime_Headers#toArray() and
Horde_Mime_Headers#toString() (Bug #10696).
   

*** Version 1.3.1 (stable) - API 1.3.0 (stable) - 2011-11-22


* [mms] Work around broken number_format() in PHP < 5.4.0.
   

*** Version 1.3.2 (stable) - API 1.3.0 (stable) - 2011-11-30


* [mms] Fix for broken 8BITMIME/BINARYMIME SMTP capability detection
(christof@buergi.lugs.ch, Bug #10820).
   

*** Version 1.3.3 (stable) - API 1.3.0 (stable) - 2011-12-06


* [mms] Improved detection of charsets in broken (8-bit) MIME headers.
   

*** Version 1.4.0 (stable) - API 1.4.0 (stable) - 2011-12-13


* [mms] Allow Horde_Mime_Part::getRawPartText() to accept stream input.
* [mms] Workaround incoming message data to Horde_Mime_Part::getRawPartText()
that contains varying EOL characters (Bug #10809).
* [mms] Fix detection of MIME boundaries at beginning of string (Bug #10809).
* [mms] Abstract charset detection code out into
Horde_Mime_Headers::sanityCheck().
   

*** Version 1.4.1 (stable) - API 1.4.0 (stable) - 2012-01-17


* [jan] Improve compatibility with some broken text MIME parts (Bug #10925).
   

*** Version 1.5.0 (stable) - API 1.5.0 (stable) - 2012-02-22


* [mms] Support Horde_Mail_Rfc822_Address objects.
* [mms] A false value for 'idn' in Horde_Mime_Address#writeAddress() now
causes the domain name to be converted TO punycode, if necessary.
   

*** Version 1.5.1 (stable) - API 1.5.0 (stable) - 2012-03-20


* [mms] Add MIME headers to the list of single-value headers.
* [mms] Don't add personal part to e-mail address if it is identical to the
address itself.
   

*** Version 1.6.0 (stable) - API 1.6.0 (stable) - 2012-04-10


* [jan] Work around broken messages with multiple address headers.
* [mms] Add option to allow encoding options to be defined for
Horde_Mime_Part#send() (Bug #11058).
   

*** Version 1.6.1 (stable) - API 1.6.0 (stable) - 2012-05-22


* [mms] Workaround PHP's broken convert_uudecode() function.
   

