Skip to content

Releases: postalsys/emailengine

v2.57.0

09 Oct 17:29
67b6c71
Compare
Choose a tag to compare

2.57.0 (2025-10-09)

Features

  • Add support for Gmail send-only accounts (#554) (47fb593)
  • Add support for Outlook send-only accounts (6b63ee4)

v2.56.0

05 Oct 13:59
ef0e942
Compare
Choose a tag to compare

2.56.0 (2025-10-05)

Features

  • api: Add mailbox subscription management to modify endpoint (4578c8a)

v2.55.8

29 Sep 21:16
fa63b18
Compare
Choose a tag to compare

2.55.8 (2025-09-29)

Bug Fixes

v2.55.7

29 Sep 19:03
c415016
Compare
Choose a tag to compare
v2.55.7 Pre-release
Pre-release

2.55.7 (2025-09-29)

Bug Fixes

  • Bumped email-text-tools to fix webSafe processing (ae6f2f1)

v2.55.6

26 Sep 19:22
aa34169
Compare
Choose a tag to compare

2.55.6 (2025-09-26)

Bug Fixes

  • race condition in runFullSync and add diagnostic logging (#549) (cdb3fe1)

v2.55.5

19 Sep 18:52
e8b9d1d
Compare
Choose a tag to compare

2.55.5 (2025-09-19)

Bug Fixes

  • outlook: Fix MS Graph webhook subscription expiration issues (1153313)

v2.55.4

14 Sep 08:41
6077a72
Compare
Choose a tag to compare

2.55.4 (2025-09-14)

Bug Fixes

  • Replace v8.getHeapStatistics with process.memoryUsage to prevent SEGV errors (918dba7)
  • Simplify memory display in internals page (8dc284b)
  • Update internals page to handle new memory usage format (cf0de82)

v2.55.3

11 Sep 12:56
06adf65
Compare
Choose a tag to compare

2.55.3 (2025-09-11)

Bug Fixes

  • Remove CPU metrics collection to prevent potential native code issues (350afc2)
  • webhooks: Show more informational messages when webhooks fail (0712f0a)

v2.55.2

03 Sep 19:28
405e5b7
Compare
Choose a tag to compare

2.55.2 (2025-09-03)

Bug Fixes

  • oauth: Update Redis hash mapping when OAuth email changes (82c1d89)
  • webhooks: Explicitly set Content-Length to prevent undici mismatch errors (40cb42d)

v2.55.1

29 Aug 14:17
06e1971
Compare
Choose a tag to compare

2.55.1 (2025-08-29)

Bug Fixes

  • memory: Add LRU-based cleanup for SMTP connection pools (fba58e8)
  • metrics: Implement background metrics collection to prevent CPU spikes (b0a200a)
  • redis: Add recovery mechanism for disconnected accounts after Redis reconnection (ac9737a)
  • redis: Improve Redis reconnection handling for IMAP workers (de7327e)