Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

75 lines (47 loc) · 1.59 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.6.1 - TBD

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.6.0 - 2016-04-20

Added

  • #6 adds Mime::mimeDetectCharset(), which can be used to detect the charset of a given string (usually a header) according to the rules specified in RFC-2047.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.5.2 - 2016-04-20

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #2 fixes Mime::encodeBase64()'s behavior when presented with lines of invalid lengths (not multiples of 4).
  • #4 modifies Mime::encodeQuotedPrintable() to ensure it never creates a header line consisting of only a dot (concatenation character), a situation that can break parsing by Outlook.
  • #7 provides a patch that allows parsing MIME parts that have no headers.
  • #9 updates the dependencies to:
    • allow PHP 5.5+ or PHP 7+ versions.
    • allow zend-stdlib 2.7+ or 3.0+ verions.