Skip to content

Releases: zbateson/mail-mime-parser

Support guzzlehttp/psr7 v2

08 Jul 19:40
Compare
Choose a tag to compare

Adds support for guzzlehttp/psr7 v2, thanks to @Nielsvanpach

Fix for php8

02 Dec 22:06
706964d
Compare
Choose a tag to compare

Fixes "SplFixedArray usage is incompatible with PHP 8.0" #151 thanks to @phpfui in #154

Header consts

21 Oct 23:03
Compare
Choose a tag to compare

Fix handling for Return-Path

25 Sep 17:24
Compare
Choose a tag to compare

Return-Path should be handled as an AddressHeader ( #138 thanks @mariuszkrzaczkowski )

Fix for multipart/ content types

16 Jul 15:54
Compare
Choose a tag to compare

Defaults to multipart/mixed for any multipart type that isn't known #115

Deprecation of getContentResourceHandle, fix for IdHeader

14 Apr 17:51
Compare
Choose a tag to compare
  • Deprecate getContentResourceHandle #106
  • Use latest zbateson/stream-decorators
  • Mime-encoded headers for IdHeader #109
  • Travis testing for php 7.4

Enhancement to allow changing encoding of attachment, and various bug fixes

09 Jan 04:58
Compare
Choose a tag to compare

Enhancement:

  • Adds ability to pass encoding (modified addAttachmentPart, addAttachmentPartFromFile with additional optional parameter), #98

Bug fixes:

  • "UT" timezone is not correctly handled by PHP #97 (thanks @pupaxxo )
  • Don't treat an incorrect header the same as a correct one (contenttype is not the same as content-type if both are set as headers) #102
  • Use normalized header name when generating header object based on header name #102

Fix for parsing content with charset=binary

20 Nov 00:11
Compare
Choose a tag to compare

Delivered-To header support and bugfix for charset=binary

14 Nov 19:23
Compare
Choose a tag to compare
  • Add Delivered-To to the list of Address headers #94 (thanks @SunMar )
  • Mail with image couldn't be parsed successfully #95

Fix for PHP 7.3 regex compilation error

24 Sep 18:39
Compare
Choose a tag to compare

Fixes preg_split(): Compilation failed: escape sequence is invalid #92