Skip to content

Releases: postalsys/imapflow

imapflow: v1.1.0

23 Oct 07:51
bbccf30

Choose a tag to compare

v1.0.200

17 Oct 08:16
e6e8cc9

Choose a tag to compare

1.0.200 (2025-10-17)

Bug Fixes

v1.0.199

09 Oct 10:59
8796223

Choose a tag to compare

1.0.199 (2025-10-09)

Bug Fixes

v1.0.198

29 Sep 18:36
41f800d

Choose a tag to compare

1.0.198 (2025-09-29)

Bug Fixes

v1.0.197

24 Sep 07:20
05a4d9b

Choose a tag to compare

1.0.197 (2025-09-24)

Bug Fixes

  • imap ID: Re-request ID information if only a single key was returned (87bc016)

v1.0.196

14 Sep 20:47
ca002f0

Choose a tag to compare

1.0.196 (2025-09-14)

Bug Fixes

  • Added authzid option for AUTH=PLAIN authentication (541c43a)

v1.0.195

26 Aug 20:11
470097d

Choose a tag to compare

1.0.195 (2025-08-26)

Bug Fixes

  • Add async yielding to compression readNext() to prevent CPU blocking (18e806d)
  • Add async yielding to lock processing loop (fbf1d9a)
  • Add async yielding to processInput() to prevent CPU blocking (6b619ce)
  • Add async yielding to reader() method to prevent CPU blocking (40574e3)
  • Add exponential backoff to FETCH retry logic (fb99e2d)
  • Add rate limiting for compression operations (f54c1d0)
  • Correct log source indicator for client commands (bb3ea09)

v1.0.194

13 Aug 09:04
e184d59

Choose a tag to compare

1.0.194 (2025-08-13)

Bug Fixes

  • Fixed race condition when opening multiple mailboxes simultaneusly (1248f84)
  • Merge branch 'master' into mustang-im-trycatch (b024a0a)

v1.0.193

31 Jul 12:22
3b57969

Choose a tag to compare

1.0.193 (2025-07-31)

Bug Fixes

  • Improved exception handling (0eb77ac)

v1.0.192

31 Jul 08:45
97a768e

Choose a tag to compare

1.0.192 (2025-07-31)

Bug Fixes

  • destroy _inflate and _deflate streams if set (eab274b)
  • do not allow too large IMAP literals (680a44d)
  • Improved socket handler listener setup/cleanup (0b72714)
  • remove unneeded timer (1867606)