Skip to content

Releases: postalsys/emailengine

v2.50.7

11 Feb 11:51
c6ec6bb
Compare
Choose a tag to compare

2.50.7 (2025-02-11)

Bug Fixes

  • api: Added new method to list Gmail signatures for an account (c7e379a)
  • notificationBaseUrl: Allow using a path component in the base URL (d2af058)
  • submit: Added new message reference action 'reply-all' (b0bd69f)

v2.50.6

10 Feb 08:57
3a2aa65
Compare
Choose a tag to compare

2.50.6 (2025-02-10)

Maintenance release

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)