Releases: postalsys/emailengine
Releases · postalsys/emailengine
v2.40.6
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
2.40.5 (2024-03-16)
Bug Fixes
- reconnection: Tweaked reconnection logic on errors (95067c5)
v2.40.4
2.40.4 (2024-03-14)
Bug Fixes
- connections: Added additional logging to detect broken reconnections (bfe6229)
v2.40.3
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
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
2.40.1 (2024-02-26)
Bug Fixes
- network: Fixed failing network scan for detecting local IP addresses (048358d)
v2.40.0
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
Bug Fixes
- llm: LLM processing did not work (28973d4)
v2.39.10
Bug Fixes
- message-upload: improvements regarding empty From header (45df0fd)
v2.39.9
2.39.9 (2024-02-03)
Bug Fixes
- build: fixed broken build (ae43242)