Skip to content

4.1.0: Bugfixes and improvements

Compare
Choose a tag to compare
@Sebbo94BY Sebbo94BY released this 14 Jun 20:20
· 152 commits to master since this release
7ca3d19
  • #250: Fixed searchMailbox() could not search Chinese subject
  • #406: Added new properties (imapPath and mailboxFolder) to the incoming mail header
  • #416: Added new properties for mail attachments
  • #490: Fixed IncomingMail->textPlain contains attachments
  • #494: Fixed ConnectionException is never thown
  • #496: Fixed preg_match_all() error in replaceInternalLinks and embedImageAttachments
  • #499: Fixed error imap_open(): Couldn't open stream for mailboxes with non ASCII characters
  • #500: See notes regarding test cases for #499
  • #501: Fixed empty Body: Exception -> Can not decode an empty string
  • #509: Fixed Charset ks_c_5601-1987 not working
  • #510: Added support for bitmask options
  • #514: Fixed inline images returning cid:filename
  • Added new automated test cases
  • Fixed and improved Travis CI integration
  • General code optimizations