Releases: postalsys/imapflow
Releases · postalsys/imapflow
v1.0.197
Bug Fixes
- imap ID: Re-request ID information if only a single key was returned (87bc016)
v1.0.196
Bug Fixes
- Added authzid option for AUTH=PLAIN authentication (541c43a)
v1.0.195
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
Bug Fixes
- Fixed race condition when opening multiple mailboxes simultaneusly (1248f84)
- Merge branch 'master' into mustang-im-trycatch (b024a0a)
v1.0.193
Bug Fixes
- Improved exception handling (0eb77ac)
v1.0.192
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
Bug Fixes
- search: Use the next day when searching BEFORE/SENTBEFORE to include current day in the range as well (9e6d749)
v1.0.190
Bug Fixes
- search: Prefer WITHIN YOUNGER/OLDER instead of BEFORE/SINCE for searches if possible (7492ac9)
v1.0.189
Bug Fixes
- improved error handling (0b955e4)
- Remove diacritics in ID values (c79df56)
v1.0.188
Bug Fixes
- atom: Allow < and [ in an atom value (53b96bb)