Skip to content

Releases: postalsys/emailengine

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)

v2.49.3

09 Dec 13:15
3bdb8fb
Compare
Choose a tag to compare

2.49.3 (2024-12-09)

Bug Fixes

  • gmail-api: Fixed attachment forwarding when using Gmail API (6aef655)
  • gmail-api: Fixed threading for replied messages when using Gmail API (2b4d5bb)

v2.49.2

03 Dec 12:31
9f213f6
Compare
Choose a tag to compare

2.49.2 (2024-12-03)

Bug Fixes

  • deps: Downgraded elasticsearch dependency to avoid including ESM dependencies (78d6aed)

v2.49.1

03 Dec 11:50
b92e582
Compare
Choose a tag to compare
v2.49.1 Pre-release
Pre-release

2.49.1 (2024-12-03)

Bug Fixes

  • delivery-test: Fixed gateway usage with delivery tests (ec94223)
  • deps: Bumped email-text-tools to fix failing preProcessHtml and webSafeHtml (4de02ae)
  • Prevent throwing an exception if serviceUrl is not set (e947a0b)

v2.49.0

10 Nov 15:06
9f996f1
Compare
Choose a tag to compare

2.49.0 (2024-11-10)

Features

  • delegated-accounts: Allow using credentials from another existing account for a shared MS365 mailbox account (fc17b02)
  • delegated-accounts: Allow using delegated MS Graph API accounts; pull request #475 from postalsys/shared-ms-api (f0627e9)

Bug Fixes

  • gateway: Fixed gateway based sending for API accounts (86c2c02)

v2.48.7

07 Nov 07:05
9e57d57
Compare
Choose a tag to compare

2.48.7 (2024-11-07)

Bug Fixes

  • gateway: Fixed gateway testing (6c29c87)
  • imap-auth: Always use username and password as string, not atom for LOGIN command (1064d1f)
  • imap-auth: Prefer AUTH=LOGIN and AUTH=PLAIN to LOGIN for better compatibility of special characters (7e09d2d)

v2.48.6

01 Nov 08:47
33f2a5d
Compare
Choose a tag to compare

2.48.6 (2024-11-01)

Bug Fixes

  • admin: Fixed pagination URL for oauth2 listing (4140e34)
  • outlook-api: Falls back to username as account email if failed to retrieve account email address (57f3d82)
  • stats: Correctly detect account state for Gmail/MS Graph API accounts (a5af1de)