Releases: postalsys/emailengine
Releases · postalsys/emailengine
v2.50.7
v2.50.6
v2.50.5
2.50.5 (2025-02-04)
Bug Fixes
- api: Improved message-move API endpoint for Gmail API accounts. There is now a new payload option 'source' that specifies the folder the message is moved from (861bc23)
- gmail-api: clear label cache after modifying labels (ca60f89)
- oauth: Return 'id' not 'message' for message upload requests against Gmail API and MS Graph API (d1bd122)
- worker-close: If worker dies then do not try to update accounts statuses to prevent race conditions (d532365)
v2.50.4
2.50.4 (2025-01-29)
Bug Fixes
- deps: Bumped ImapFlow to improve handling of unstable IMAP connections (3dfa5fa)
- ms-graph: Added new setting notificationBaseUrl to set a different webhook URLs for MS Graph notificationUrl and lifecycleNotificationUrl than serviceUrl (0963041)
- translations: Added Polish translations; Merge pull request #497 from jakubmieszczanin/master (b0b29e5)
v2.50.3
v2.50.2
v2.50.1
v2.50.0
v2.49.7
v2.49.6
2.49.6 (2025-01-08)
Bug Fixes
- deps: Bumped ImapFlow to handle invalid BODYSTRUCTURE from BlueMind (1174a29)
- http-requests: Use undici RetryAgent for HTTP request network errors and 429 rate limiting, removed custom 429 handler (bafcd1c)
- message-upload: Fix message upload if uploading to a child folder of Inbox using MS Graph API (2c14b5e)
- ms-graph-api: Upload message as a JSON structure instead of EML with MS Graph API in order to set meta info like flags (c7fde6f)
- ui: Replaced 2024 with 2025 in static HTML pages (99e805b)