PHP IMAP v3.0.27 Release Notes

Release Date: 2019-07-13 // almost 5 years ago
    • ๐Ÿ›  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