Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Tags: zendframework/zend-mime

Tags

release-2.7.2

Toggle release-2.7.2's commit message

Verified

This tag was signed with the committer’sverified signature. The key has expired.
michalbundyra Michał Bundyra
GPG key ID:5F2E706955A85539
Expired
Verified
Learn about vigilant mode
zend-mime 2.7.2Added------ [#37](#37) adds support for PHP 7.3.Changed-------- Nothing.Deprecated----------- Nothing.Removed-------- Nothing.Fixed------ [#36](#36) fixes  `Zend\Mime\Decode::splitMessage` to set `Zend\Mail\Headers`  instance always for `$headers` parameter. Before, when messages  without headers was provided, `$headers` was an empty array.

release-2.7.1

Toggle release-2.7.1's commit message
zend-mime 2.7.1Added------ Nothing.Changed-------- Nothing.Deprecated----------- Nothing.Removed-------- Nothing.Fixed------ [#32](#32) corrects a potential infinite loop when parsing lines consisting of only spaces and dots.

release-2.7.0

Toggle release-2.7.0's commit message
zend-mime 2.7.0Added------ [#27](#27) adds a fluent  interface to the various setters in `Zend\Mime\Message`.- [#28](#28) adds support for PHP  versions 7.1 and 7.2.Deprecated----------- Nothing.Removed-------- [#28](#28) removes support for  PHP 5.5.- [#28](#28) removes support for  HHVM.Fixed------ [#26](#26) ensures commas  included within list data items are ASCII encoded, ensuring that the items  will split on commas correctly (instead of splitting within an item).- [#30](#30) fixes how EOL  characters are detected, to ensure that mail using `\r\n` as an EOL sequence  (including mail emitted by Cyrus and Dovecot) will be properly parsed.

release-2.4.13

Toggle release-2.4.13's commit message
zend-mime 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-mime 2.4.12

release-2.6.1

Toggle release-2.6.1's commit message
zend-mime 2.6.1Added------ [#22](#22) adds the ability to  decode a single-part MIME message via `Zend\Mime\Message::createFromMessage()`  by omitting the `$boundary` argument.Changes-------- [#14](#14) adds checks for  duplicate parts when adding them to a MIME message, and now throws an  `InvalidArgumentException` when detected.Deprecated----------- Nothing.Removed-------- Nothing.Fixed------ [#13](#13) fixes issues with  qp-octets produced by Outlook.- [#17](#17) fixes a syntax error  in how are thrown by `Zend\Mime\Part::setContent()`.- [#18](#18) fixes how non-ASCII  header values are encoded, ensuring that it allows the first word to be of  arbitrary length.

release-2.4.11

Toggle release-2.4.11's commit message
zend-mime 2.4.11

release-2.4.10

Toggle release-2.4.10's commit message
zend-mime 2.4.10

release-2.6.0

Toggle release-2.6.0's commit message
zend-mime 2.6.0Added------ [#6](#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.

release-2.5.2

Toggle release-2.5.2's commit message
zend-mime 2.5.2Added------ [#8](#8) and  [#11](#11) port documentation  from the zf-documentation repo, and publish it tohttps://zendframework.github.io/zend-mime/Deprecated----------- Nothing.Removed-------- Nothing.Fixed------ [#2](#2) fixes  `Mime::encodeBase64()`'s behavior when presented with lines of invalid  lengths (not multiples of 4).- [#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](#7) provides a patch that  allows parsing MIME parts that have no headers.- [#9](#9) updates the  dependencies to:  - allow PHP 5.5+ or PHP 7+ versions.  - allow zend-stdlib 2.7+ or 3.0+ verions.
PreviousNext

[8]ページ先頭

©2009-2025 Movatter.jp