Skip to content

2.2.0

Compare
Choose a tag to compare
@Webklex Webklex released this 16 Oct 14:11
· 484 commits to master since this release

Fixed

  • Prevent text bodies from being fetched as attachment #27
  • Missing variable check added to prevent exception while parsing an address webklex/laravel-imap #356
  • Missing variable check added to prevent exception while parsing a part subtype #27
  • Missing variable check added to prevent exception while parsing a part content-type webklex/laravel-imap #356
  • Mixed message header attribute in_reply_to "unified" to be always an array #26
  • Potential message moving / copying problem fixed #29
  • Move messages by using Protocol::moveMessage() instead of Protocol::copyMessage() and Message::delete() #29

Added

  • Protocol::moveMessage() method added #29

Breaking changes

  • Text bodies might no longer get fetched as attachment ( don't get me wrong - this is a good thing ;) )
  • Message::$in_reply_to type changed from mixed to array