Releases: Webklex/php-imap
Releases · Webklex/php-imap
2.2.4
Fixed
- Search performance increased by fetching all headers, bodies and flags at once #42
- Legacy protocol support updated
- Fix Query pagination. (#52 @mikemiller891)
Added
- Missing message setter methods added
Folder::overview()
method added to fetch all headers of all messages in the current folder
2.2.3
2.2.2
2.2.1
2.2.0
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 ofProtocol::copyMessage()
andMessage::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
2.1.13
Fixed
- Boundary detection problem fixed (#28 @DasTobbel)
- Content-Type detection problem fixed (#28 @DasTobbel)