PHP IMAP v3.0.31 Release Notes

Release Date: 2019-10-31 // over 4 years ago
    • ๐Ÿ‘Œ Improvements to the PhpDoc Tests (Thanks to @nicolus)
    • iconv() in convertStringEncoding() tried TRANSLIT first before IGNORE (thanks to @MekDrop)
    • ๐Ÿ‘Œ Improvements for getCombinedPath() and switchMailbox() (Thanks to @agrisvv)
    • ๐Ÿ‘Œ Improvements for the attachments (Thanks to @twmobius)
    • ๐Ÿ›  Fixed some incorrect thrown exceptions
    • Supress iconv() error messages
    • #393: Return original string, if conversion fails
    • #394: Improved error handling in initImapStream()
    • ๐Ÿ“œ #383: Header datetime is now parsed and returned as RFC 3339 compliant format and if this is not possible, the original format will be returned
    • ๐Ÿ›  Fixed coding standards