Skip to content

Releases: DirectoryTree/ImapEngine

v1.13.2

19 May 22:49
ec694b2
Compare
Choose a tag to compare

Fixed

  • Properly encode UTF-8 back to UTF-7 in folder queries - #67

v1.13.1

19 May 21:53
7a2c3c3
Compare
Choose a tag to compare

Fixed

  • @mixin ImapQueryBuilder to MessageQueryInterface for better IDE support - #64 - 7a2c3c3

v1.13.0

09 May 03:38
9d79832
Compare
Choose a tag to compare

Added

  • Folder idling can now be tested on folders that have been given FakeMessage instances - #63
  • Added is method to MessageInterface to be able to determine if a given message is the same as another - #63

v1.12.1

02 May 12:42
f2c535e
Compare
Choose a tag to compare

Fixed

  • Appending messages now properly appends it to the FakeFolder messages instead of its own copy - 9265070

v1.12.0

28 Apr 22:01
b5471bd
Compare
Choose a tag to compare

Added

  • Testing Fakes to make testing easier without needing an IMAP server - #62

v1.11.2

23 Apr 20:50
4688de8
Compare
Choose a tag to compare

Fixed

  • Fix starttls transport in match statement - #61

v1.11.1

19 Apr 21:44
9b738f1
Compare
Choose a tag to compare

Fixed

  • Output dates as unoquoted strings in compiled IMAP queries - #58

v1.11.0

19 Apr 19:03
ebe07a2
Compare
Choose a tag to compare

Changed

  • Return the new message's UID when moving or copying message - #57

v1.10.1

15 Apr 16:11
8d18cbd
Compare
Choose a tag to compare

Added

  • Generic annotations for better IDE support by @Arkemlar - #52

Changed

  • Decode UTF-7 to UTF-8 characters when retrieving folder name - #53

v1.10.0

08 Apr 16:34
7a8018a
Compare
Choose a tag to compare

Added

  • Ability to delete messages without fetching them via MessageQuery::destroy($uids) - #51