Releases: postalsys/emailengine
Releases · postalsys/emailengine
v2.57.0
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
2.56.0 (2025-10-05)
Features
- api: Add mailbox subscription management to modify endpoint (4578c8a)
v2.55.7
2.55.7 (2025-09-29)
Bug Fixes
- Bumped email-text-tools to fix webSafe processing (ae6f2f1)
v2.55.6
2.55.6 (2025-09-26)
Bug Fixes
- race condition in runFullSync and add diagnostic logging (#549) (cdb3fe1)
v2.55.5
2.55.5 (2025-09-19)
Bug Fixes
- outlook: Fix MS Graph webhook subscription expiration issues (1153313)
v2.55.4
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
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
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
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)