Skip to content

Releases: DirectoryTree/ImapEngine

v1.25.0

Choose a tag to compare

@stevebauman stevebauman released this 19 Jun 17:04
ac8a4d0

Added

  • Message ID query helper - #163

v1.24.1

Choose a tag to compare

@stevebauman stevebauman released this 20 May 13:37
d545ff3

Fixed

  • UID infinity search range always including last message - #159

v1.24.0

Choose a tag to compare

@stevebauman stevebauman released this 23 Mar 01:28
703ef29

Added

  • Support lazy loading headers and header attributes - #155

v1.23.0

Choose a tag to compare

@stevebauman stevebauman released this 13 Mar 14:52
c3ec00d

Added

  • Ability to lazy load message contents (html, text, attachments, and bodyStructure) - #154

v1.22.5

Choose a tag to compare

@stevebauman stevebauman released this 03 Mar 17:27
0ec0007

Fixed

  • Implement safe token reads when parsing message body parts - #151

v1.22.4

Choose a tag to compare

@stevebauman stevebauman released this 24 Feb 16:10
e41dd11

Fixed

  • Suppress stream socket warnings and throw proper ImapConnectionFailedException - 04e622d

v1.22.3

Choose a tag to compare

@stevebauman stevebauman released this 03 Feb 15:45
87fca56

Fixed

  • Escape ID command parameters to prevent injection - #150 - Credit and thanks to @wanamirulhakim for the report

v1.22.2

Choose a tag to compare

@stevebauman stevebauman released this 01 Feb 20:56
b3f0ac3

Added

  • Sent on/since/before query criteria support - #149

v1.22.1

Choose a tag to compare

@stevebauman stevebauman released this 30 Jan 23:02
1c5c94c

Added

  • Unkeyword support in query builder - #148

v1.22.0

Choose a tag to compare

@stevebauman stevebauman released this 30 Jan 22:53
8ca11d5

Added

  • Ability to sort queries server-side via IMAP SORT capability instead of fetch order - #147