Skip to content

Releases: benhall14/php-imap-reader

v1.5.6

15 Aug 22:13
Compare
Choose a tag to compare

Bugfix to address the issue with setAttachmentContent being called in Reader.php but the actual Email method is setAttachmentData.

v1.5.5

19 May 19:49
Compare
Choose a tag to compare

Bugfix to remove the "Creation of dynamic property is deprecated" warning.

v.1.5.4

18 Apr 10:52
Compare
Choose a tag to compare

Bugfix for setting attachment data on the fly.

v1.5.3

06 Feb 11:47
Compare
Choose a tag to compare

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

20 Nov 21:30
Compare
Choose a tag to compare

Added the missing attachment data as a property to fix a bug when using the attachment content() method.

v1.5.1

14 Mar 12:40
Compare
Choose a tag to compare

Added expunge functionality to delete any email flagged for deletion.

v1.5

04 Nov 19:05
Compare
Choose a tag to compare

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

08 Oct 15:08
Compare
Choose a tag to compare

Updated to ensure that setRawBody respects the set.

v1.4

03 Mar 14:30
ba7bca0
Compare
Choose a tag to compare

Added functionality to retrieve and save the email in .eml format using the ->eml() and ->saveEml() methods.

v1.3.1

17 Dec 23:51
Compare
Choose a tag to compare

Fixes an issue whereby only the first attachment is returned via ->attachments()