Skip to content

3.0.27: Fixes incorrect parsing of multipart mails (messages)

Compare
Choose a tag to compare
@Sebbo94BY Sebbo94BY released this 13 Jul 15:23
· 671 commits to master since this release
bb357ef
  • PR #361: Fixes "decodeMimeStr() Can not decode an empty" error when mail has no subject
  • Issue #358, #364, PR #365: Flatten mail parts before parsing (Handle Gmail multipart/related way of structuring mail with attachments)
  • PR #366: trim $to->personal field before decoding
  • Issue #359: Updated code logic for CC, BCC, REPLY-TO to same as for TO
  • Issue #360: Improved usage of property $imapPath
  • Fixed coding standards