Skip to content

Releases: postalsys/emailengine

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)

v2.40.3

08 Mar 09:10
23a621b
Compare
Choose a tag to compare

2.40.3 (2024-03-08)

Bug Fixes

  • fetch: allow to configure max fetch batch size with an ENV value (de45851)
  • fetch: Allow to set the fetch batch size limit with a cli argument (f5daf91)
  • fetch: If fetch fails while syncing, then set a warning flag and try again (ffcb559)
  • fetch: use batches when fetching message entries for indexing (1e83e64)

v2.40.2

04 Mar 08:53
257218d
Compare
Choose a tag to compare

2.40.2 (2024-03-04)

Bug Fixes

  • mime: Use custom MIME boundary pattern for generated emails (0e2a110)
  • webhooks: include network routing information in messageSent, messageDeliveryError and messageFailed webhooks (16bd82d)

v2.40.1

27 Feb 11:18
472642c
Compare
Choose a tag to compare

2.40.1 (2024-02-26)

Bug Fixes

  • network: Fixed failing network scan for detecting local IP addresses (048358d)

v2.40.0

23 Feb 08:50
8229fd7
Compare
Choose a tag to compare

2.40.0 (2024-02-23)

Features

  • connections: If EmailEngine is syncing an account then use a secondary IMAP connection to serve API requests (965b63c)
  • path: Account path argument can take either a path string, or an array of strings to monitor multiple folders instead of just one (a7c6abc)
  • submit: Allow to set proxy url and local address when submitting emails for delivery (af1d253)

Bug Fixes

  • config: Properly parse time values from EENGINE_MAX_PAYLOAD_TIMEOUT config option (c3f5ac7)

v2.39.11

18 Feb 12:29
4c09f8a
Compare
Choose a tag to compare

2.39.11 (2024-02-18)

Bug Fixes

  • llm: LLM processing did not work (28973d4)

v2.39.10

13 Feb 07:18
40ae673
Compare
Choose a tag to compare

2.39.10 (2024-02-12)

Bug Fixes

  • message-upload: improvements regarding empty From header (45df0fd)

v2.39.9

03 Feb 02:14
4e6d1e4
Compare
Choose a tag to compare

2.39.9 (2024-02-03)

Bug Fixes

  • build: fixed broken build (ae43242)