Skip to content

Releases: postalsys/imapflow

v1.0.197

24 Sep 07:20
05a4d9b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.0.191

10 Jul 09:04
cac00de
Compare
Choose a tag to compare

1.0.191 (2025-07-10)

Bug Fixes

  • search: Use the next day when searching BEFORE/SENTBEFORE to include current day in the range as well (9e6d749)

v1.0.190

10 Jul 08:33
f1ef33f
Compare
Choose a tag to compare

1.0.190 (2025-07-10)

Bug Fixes

  • search: Prefer WITHIN YOUNGER/OLDER instead of BEFORE/SINCE for searches if possible (7492ac9)

v1.0.189

30 Jun 08:21
bbe74e6
Compare
Choose a tag to compare

1.0.189 (2025-06-30)

Bug Fixes

  • improved error handling (0b955e4)
  • Remove diacritics in ID values (c79df56)

v1.0.188

13 Jun 08:21
5fa1ad6
Compare
Choose a tag to compare

1.0.188 (2025-06-13)

Bug Fixes

  • atom: Allow < and [ in an atom value (53b96bb)