Releases: benhall14/php-imap-reader
Releases · benhall14/php-imap-reader
v1.5.6
Bugfix to address the issue with setAttachmentContent being called in Reader.php but the actual Email method is setAttachmentData.
v1.5.5
Bugfix to remove the "Creation of dynamic property is deprecated" warning.
v.1.5.4
Bugfix for setting attachment data on the fly.
v1.5.3
Added a check to make sure the email attachment id/filepath is set before the str_replace'ment. Fixes the deprecated null str_replace parameter issue.
v1.5.2
Added the missing attachment data as a property to fix a bug when using the attachment content() method.
v1.5.1
Added expunge functionality to delete any email flagged for deletion.
v1.5
Added functionality to create a mailbox/folder on the IMAP stream via the Reader, as well as the ability to check if a mailbox already exists on the IMAP stream.
v.1.4.1
Updated to ensure that setRawBody respects the set.
v1.4
Added functionality to retrieve and save the email in .eml format using the ->eml() and ->saveEml() methods.
v1.3.1
Fixes an issue whereby only the first attachment is returned via ->attachments()