Skip to content

Releases: postalsys/emailengine

v2.50.5

04 Feb 11:03
6ad9d0e
Compare
Choose a tag to compare

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

29 Jan 12:12
b4ad09a
Compare
Choose a tag to compare

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

26 Jan 15:40
b184a6d
Compare
Choose a tag to compare

2.50.3 (2025-01-26)

Bug Fixes

  • redis: Tolerate Redis reconnections better (5d3627c)

v2.50.2

23 Jan 10:32
647651c
Compare
Choose a tag to compare

2.50.2 (2025-01-23)

Bug Fixes

  • filename: Fixed filename handling for message responses from servers without parameter continuation support (1463506)
  • oauth-smtp: Fixed authentication username for shared outlook SMTP accounts (c4ca913)

v2.50.1

20 Jan 07:01
c2dce2e
Compare
Choose a tag to compare

2.50.1 (2025-01-19)

Bug Fixes

  • web: Fixed preview function for public website templates in the admin UI (6f3567b)

v2.50.0

14 Jan 08:13
24e7e61
Compare
Choose a tag to compare

2.50.0 (2025-01-13)

Features

  • oauth2-apps: Added search field to the OAuth2 application listing page to search OAuth2 applications (69144fe)

Bug Fixes

  • ms-graph-api: Fixed plaintext content handling when retrieving emails from MS Graph API (0166a0a)

v2.49.7

09 Jan 08:07
5d88539
Compare
Choose a tag to compare

2.49.7 (2025-01-09)

Bug Fixes

  • imap-auth: Bumped ImapFlow dependency to fix issue with AUTHENTICATE LOGIN on some IMAP servers (c1a5fba)

v2.49.6

08 Jan 09:44
d1b5c60
Compare
Choose a tag to compare

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)

v2.49.5

30 Dec 11:13
45b18b6
Compare
Choose a tag to compare

2.49.5 (2024-12-30)

Bug Fixes

  • Auth-server: Ensure correct oauth2 username and history ID for accounts added with auth server (aa68c0d)
  • oauth-flow: Fixed page title on the redirect page after OAuth2 code has been received (b2c0c5a)
  • templates: Allow setting brand name to replace 'EmailEngine' in the HTML title (bf85c06)

v2.49.4

13 Dec 21:55
abeaefe
Compare
Choose a tag to compare

2.49.4 (2024-12-13)

Bug Fixes

  • cors: Removed custom OPTIONS preflight handler in favor of default Hapi CORS handler (6427728)
  • oauth2: Fixed field encryption for OAuth2 apps (a0c3eaa)