Skip to content

Releases: DirectoryTree/ImapEngine

v1.25.3

Choose a tag to compare

@stevebauman stevebauman released this 20 Jul 14:31
62d4f40

Fixed

  • Tokenizer infinite loop and OOM on invalid bytes - #172

v1.25.2

Choose a tag to compare

@stevebauman stevebauman released this 16 Jul 18:00
8d5652b

Fixed

  • Properly decode RFC 2231 MIME parameters - #170

v1.25.1

Choose a tag to compare

@stevebauman stevebauman released this 06 Jul 16:11
7dd94f7

Fixed

  • Repeated attachment content reads emptying saved files - #167

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