Skip to content

Releases: postalsys/emailengine

v2.41.3

09 May 07:59
8d13a94
Compare
Choose a tag to compare

2.41.3 (2024-05-08)

Bug Fixes

  • empty-listing: Treat empty LIST or LSUB response as an error condition (53e3bc9)
  • imapflow: Bumped ImapFlow to prevent IDLE deadlocks (869db0a)
  • lua: Fixed lua script to calculate total number of matching accounts for a query (a4284c5)
  • render: Updated Render deployment blueprint (031a457)

v2.41.2

19 Apr 11:53
e5fd4ac
Compare
Choose a tag to compare

2.41.2 (2024-04-19)

Bug Fixes

  • sync: send webhooks for old messages during first sync (5d05986)

v2.41.1

12 Apr 12:58
750cc06
Compare
Choose a tag to compare

2.41.1 (2024-04-12)

Bug Fixes

  • deps: Bumped dependencies to clean up dependency tree (forgot before previous release) (6d8ab9a)

v2.41.0

12 Apr 12:44
fe3df24
Compare
Choose a tag to compare
v2.41.0 Pre-release
Pre-release

2.41.0 (2024-04-11)

Features

  • custom-account-headers: Allows setting account specific custom webhook headers (f4c4c8b)

Bug Fixes

  • account-form: Added support for 'path' in the authentication form (198ba41)
  • accountPath: Use an array by default as the path type (3faa977)
  • web-ui: Do not clear up IMAP settings when enabling/disabling IMAP in the web UI (037091b)

v2.40.9

03 Apr 11:40
0248028
Compare
Choose a tag to compare

2.40.9 (2024-04-03)

Bug Fixes

  • oauth2: Show access token validity period on account details page (6cee85f)
  • oauth2: Show OAuth2 error on account page if token renewal failed due to invalid grant (70f7bc8)
  • ui-tweak: Automatically reconnect an account if log settings are updated via UI (4d4be15)

v2.40.8

24 Mar 15:05
381b406
Compare
Choose a tag to compare

2.40.8 (2024-03-24)

Bug Fixes

  • reconnect: Force close previous connection if reconnect was requested (ec0baf1)
  • smtp: Do not override From: header in an email from SMTP interface (69f6c32)

v2.40.7

20 Mar 10:20
b460abc
Compare
Choose a tag to compare

2.40.7 (2024-03-20)

Bug Fixes

  • gmail-smtp: Fix failing SMTP connections for Gmail (c3dd63a)

v2.40.6

20 Mar 09:48
0275ae9
Compare
Choose a tag to compare
v2.40.6 Pre-release
Pre-release

2.40.6 (2024-03-20)

Bug Fixes

  • account-listing: Show accounts as initializing if account has not yet been processed after startup (0e70898)
  • connection: Do not wait for subconnections when setting up the connection (d8daff8)
  • oauth2-error: If OAuth2 app is failing then show an indication about it on the account page (dd44cd5)

v2.40.5

16 Mar 09:49
311915e
Compare
Choose a tag to compare

2.40.5 (2024-03-16)

Bug Fixes

  • reconnection: Tweaked reconnection logic on errors (95067c5)

v2.40.4

14 Mar 11:24
e7f2826
Compare
Choose a tag to compare

2.40.4 (2024-03-14)

Bug Fixes

  • connections: Added additional logging to detect broken reconnections (bfe6229)