Skip to content

Releases: postalsys/emailengine

v2.61.5

15 Jan 08:57
b7e61e7

Choose a tag to compare

2.61.5 (2026-01-15)

Bug Fixes

  • use base64url encoding for OAuth state nonce in /v1/authentication/form (1f2cecf)
  • use base64url encoding for OAuth state nonce in /v1/authentication/form (dead38c)
  • use base64url encoding for OAuth state nonce in remaining locations (961b710)

v2.61.4

14 Jan 12:53
9ea5a02

Choose a tag to compare

2.61.4 (2026-01-14)

Bug Fixes

  • handle delegation errors in loadAccountData, isApiClient, and UI listing (c306618)
  • show Failed status for accounts with IMAP disabled due to auth errors (e6b687d)

v2.61.3

14 Jan 10:03
f34e669

Choose a tag to compare

2.61.3 (2026-01-14)

Bug Fixes

  • prevent 500 error when listing accounts with invalid delegation config (8651bcc)
  • update gettext script to include refactored UI route files (5b2e4a5)

v2.61.2

12 Jan 11:23
629fa33

Choose a tag to compare

2.61.2 (2026-01-12)

Bug Fixes

  • add error logging for MS Graph subscription creation failures (ba928e4)
  • add forced exit to prevent test timeout in CI (aeb7261)
  • handle empty or invalid JSON responses from OAuth APIs (57d8886)

v2.61.1

28 Dec 17:34
ad5652a

Choose a tag to compare

2.61.1 (2025-12-28)

Bug Fixes

  • Memory leak fixes for IMAP client and webhooks worker (b749f96)

v2.61.0

22 Dec 11:08
0346fb4

Choose a tag to compare

2.61.0 (2025-12-22)

Features

  • Add check-bounce CLI command for analyzing bounce emails (ae3a85d)
  • Add Exim-style bounce detection for diagnostic messages (b82e588)
  • Improve ARF complaint detection and add comprehensive tests (5533552)
  • Improve autoreply detection and add comprehensive tests (1cf179f)
  • Improve bounce detection coverage for non-standard formats (5393872)
  • Improve bounce detection for legacy formats (90a0289)
  • Replace static help.txt with dynamic CLI help system (4cd5fb0)

Bug Fixes

  • Detect "Out of the Office" autoreply subject pattern (7191c50)
  • Harden bounce detection against edge cases and ReDoS attacks (d6c72c2)

v2.60.1

17 Dec 08:53
d519f58

Choose a tag to compare

2.60.1 (2025-12-17)

Bug Fixes

  • Enable NPM package publishing (051f4d6)
  • Exclude browser-only deps from pkg bundle (994dd41)
  • Wrap async close handler await calls in try-catch to prevent unhandled rejections (c6df321)

v2.60.0

15 Dec 10:52
8b5afe6

Choose a tag to compare

2.60.0 (2025-12-15)

Features

  • Add bounce message classification using ML model (e337ceb)

Bug Fixes

  • Reduce production node_modules size by removing unused static-only deps (af9d584)

v2.59.2

11 Dec 09:07
83bdbb1

Choose a tag to compare

2.59.2 (2025-12-11)

Bug Fixes

  • Bumped dependencies to get rid of security warnings (54b13c4)

v2.59.1

11 Dec 09:02
78f57ab

Choose a tag to compare

v2.59.1 Pre-release
Pre-release

2.59.1 (2025-12-10)

Bug Fixes

  • Correct API schema documentation and descriptions (8a51465)
  • Improve auth-server example with proper error handling and documentation (cef5b47)
  • Increase openAiPrompt max size from 6KB to 1MB (29d673d)