Skip to content

3.0.31: Improvements and bug fixes

Compare
Choose a tag to compare
@Sebbo94BY Sebbo94BY released this 31 Oct 13:25
· 631 commits to master since this release
0c65ac8
  • 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