Releases: DirectoryTree/ImapEngine
Releases · DirectoryTree/ImapEngine
Release list
v1.25.0
v1.24.1
Fixed
- UID infinity search range always including last message - #159
v1.24.0
Added
- Support lazy loading headers and header attributes - #155
v1.23.0
Added
- Ability to lazy load message contents (html, text, attachments, and bodyStructure) - #154
v1.22.5
Fixed
- Implement safe token reads when parsing message body parts - #151
v1.22.4
Fixed
- Suppress stream socket warnings and throw proper
ImapConnectionFailedException- 04e622d
v1.22.3
Fixed
- Escape ID command parameters to prevent injection - #150 - Credit and thanks to @wanamirulhakim for the report
v1.22.2
Added
- Sent on/since/before query criteria support - #149
v1.22.1
Added
- Unkeyword support in query builder - #148
v1.22.0
Added
- Ability to sort queries server-side via IMAP SORT capability instead of fetch order - #147