2.0.0 (2026-09-07)
⚠ BREAKING CHANGES
- Node.js 20 or newer is required. The
lib/directory is no longer published; use the package root or theimapflow/lib/*export map.
Features
- migrate to TypeScript with ES module and CommonJS builds (a2cde07)
- support Bun and Cloudflare Workers (70fff15)
Bug Fixes
- re-arm auto-IDLE after an IDLE or poll session ends on its own (e6e5d27)
- types: strip the internal members of ImapFlow from the declarations (68b7258)
- types: type AuthenticationFailure.response as the string it always is (5c3b3af)
- types: type the events without the generic EventEmitter of @types/node (a4285b2)