Skip to content

Releases: zbateson/mail-mime-parser

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

Fix for installation issue on some systems

26 Mar 16:58
Compare
Choose a tag to compare

Fixes an issue in 1.1.4 where the 'unzip' utility complained on some systems about non-ascii characters when installing with composer, see #88

Added .gitignore to avoid installing test files in production installs (thanks @ondrejmirtes, #88)
Created test for files with non-ascii characters in their names to avoid this problem in the future

Fix for reading large streams with resource handle

21 Mar 06:44
Compare
Choose a tag to compare

Update to latest stream-decorators to fix #84 and #87