Releases
2.5.0
Compare
Sorry, something went wrong.
No results found
Fixed
Attachment saving filename fixed
Unnecessary parameter removed from Client::getTimeout()
Missing encryption variable added - could have caused problems with unencrypted communications
Prefer attachment filename attribute over name attribute #82
Missing connection settings added to Folder:idle() auto mode #89
Message move / copy expect a folder path #79
Client::getFolder() updated to circumvent special edge cases #79
Missing connection status checks added to various methods
Unused default attribute message_no removed from Message::class
Added
Dynamic Attribute access support added (e.g $message->from[0])
Message not found exception added #93
Chunked fetching support added Query::chunked(). Just in case you can't fetch all messages at once
"Soft fail" support added
Count method added to Attribute:class
Convert an Attribute instance into a Carbon date object #95
Breaking changes
A new exception can occur if a message can't be fetched (\Webklex\PHPIMAP\Exceptions\MessageNotFoundException::class)
Message::move() and Message::copy() no longer accept folder names as folder path
A Message::class instance might no longer have a message_no attribute
You can’t perform that action at this time.