Skip to content

Releases: postalsys/imapflow

v1.2.18

25 Mar 15:34
8c88ca0

Choose a tag to compare

1.2.18 (2026-03-25)

Bug Fixes

  • use consistent keys for requestTagMap deletion during connection close (92e1885)

v1.2.17

25 Mar 08:09
2ed4590

Choose a tag to compare

1.2.17 (2026-03-25)

Bug Fixes

v1.2.16

19 Mar 15:02
3b654e2

Choose a tag to compare

1.2.16 (2026-03-19)

Bug Fixes

  • parenthesize compound OR/NOT search conditions (RFC 3501) (347f668), closes #106

v1.2.15

16 Mar 14:48
89553da

Choose a tag to compare

1.2.15 (2026-03-16)

Bug Fixes

  • replace setImmediate with synchronous rejection in close() (8807221)

v1.2.14

15 Mar 19:28
95b7364

Choose a tag to compare

1.2.14 (2026-03-15)

Bug Fixes

  • correct getColorFlags treating red (index 0) as falsy and use nullish coalescing in resolveCharset (268629c)
  • use nullish coalescing in getFlagColor, match euc-jp in getDecoder, and handle BigInt(0) in uidValidity checks (713e100)

v1.2.13

09 Mar 13:39
d5c4068

Choose a tag to compare

1.2.13 (2026-03-09)

Bug Fixes

  • prevent unhandled promise rejections on close() race conditions (fcff6be)

v1.2.12

05 Mar 15:34
3b762f1

Choose a tag to compare

1.2.12 (2026-03-05)

Bug Fixes

  • prevent unhandled NoConnection rejection in IDLE recovery (e177372)

v1.2.11

03 Mar 13:36
2ede84e

Choose a tag to compare

1.2.11 (2026-03-03)

Bug Fixes

  • release backpressure in fetch() generator on early break/throw (d42a377), closes #338

v1.2.10

19 Feb 09:48
691ec28

Choose a tag to compare

1.2.10 (2026-02-19)

Bug Fixes

  • add null guards in compress() to prevent crash on TLS teardown (84cd3ff)

v1.2.9

06 Feb 18:59
2baed99

Choose a tag to compare

1.2.9 (2026-02-06)

Bug Fixes