Releases: DirectoryTree/ImapEngine
Releases · DirectoryTree/ImapEngine
v1.13.2
Fixed
- Properly encode UTF-8 back to UTF-7 in folder queries - #67
v1.13.1
Fixed
@mixin ImapQueryBuilder
to MessageQueryInterface
for better IDE support - #64 - 7a2c3c3
v1.13.0
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
Fixed
- Appending messages now properly appends it to the
FakeFolder
messages instead of its own copy - 9265070
v1.12.0
Added
- Testing Fakes to make testing easier without needing an IMAP server - #62
v1.11.2
Fixed
- Fix
starttls
transport in match statement - #61
v1.11.1
Fixed
- Output dates as unoquoted strings in compiled IMAP queries - #58
v1.11.0
Changed
- Return the new message's UID when moving or copying message - #57
v1.10.1
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
Added
- Ability to delete messages without fetching them via
MessageQuery::destroy($uids)
- #51