Releases: postalsys/emailengine
Releases · postalsys/emailengine
v2.48.7
v2.48.6
v2.48.5
2.48.5 (2024-10-31)
Bug Fixes
- hosted-authentication: If a user tries to add an hotmail/outlook account with a password, show a warning about MS disabling password based auth (dd0407e)
- outlook-api: Detect if message is from Inbox when processing messageNew webhook (2a72aa0)
- outlook-api: If mail property is not provided in user profile, then use userPrincipalName instead (2e2224c)
- redis: Do not use Redis connectionName to avoid calling CLIENT command (aafc732)
v2.48.4
v2.48.3
2.48.3 (2024-10-25)
Bug Fixes
- change-events: Trigger a 'disconnected' event when an account is deleted and the connection is closed (bf56440)
- oauth-api: Do not try to convert null to string when making an OAuth2 API request (5231327)
- outlook-api: Ensure seemsLikeNew value for new message webhooks (16e12c0)
- outlook-search: Allow using $search instead of $filter by setting the useOutlookSearch query argument (3a0d75e)
- redis: Do not set connection name to prevent calling CLIENT.SETNAME command (166a947)
v2.48.2
2.48.2 (2024-10-23)
Bug Fixes
- metrics: Ensure that unassigned accounts are included in the 'disconnectedä state count (d502425)
- metrics: Include thread counts in Prometheus output (04e978e)
- oauth2: Allow to specify to show only Google Workspace accounts on OAuth2 login screen (a3b2412)
- submit: Added additional and optional reference field 'messageId'. If set then this value is validated against the Message-ID header of the referenced email (8d76345)
v2.48.1
2.48.1 (2024-10-18)
Bug Fixes
- certs: Show a proper error response for failed ACME validation requests (71dfeba)
- oauth-api: Use a default cloud value for outlook OAuth2 apps if AzureCloud is not specified (1affc1d)
- oauth2: Double check if OAuth2 account is actually already used before throwing AccountAlreadyExists error (3f967a9)