Releases: DirectoryTree/ImapEngine
Releases · DirectoryTree/ImapEngine
Release list
v1.25.3
v1.25.2
Fixed
- Properly decode RFC 2231 MIME parameters - #170
v1.25.1
Fixed
- Repeated attachment content reads emptying saved files - #167
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