PHP IMAP v3.0.32 Release Notes

Release Date: 2019-11-12 // over 4 years ago
    • ๐Ÿ”€ Issue #390: Fixed, that attached HTML files got merged into the textHtml property
    • ๐Ÿ‘ป Issue #397: convertStringEncoding() will now always return a string and never throw an exception
    • ๐Ÿ›  Issue #398: Fixed issue, that files could not be manually (one by one) saved to disk using saveToDisk()
    • ๐Ÿ›  Issue #400: Fixed issue, that empty() returned a wrong result for strings with only whitespaces
    • โšก๏ธ Updated some PhpDoc comment-blocks
    • ๐Ÿ‘Œ Improved code of DataPartInfo to be more human-readable
    • โœ‚ Removed wrong if-condition in DataPartInfo::fetch()
    • ๐Ÿ›  Fixed a few PhpCS warnings (eg. Expected type X, but Y given)
    • Resorted $attachment property assignments based on IncomingMailAttachment properties order
    • ๐Ÿ›  Fixed issues reported by Travis CI