Skip to content

Commit 9feabff

Browse files
chore(master): release 2.58.0 (#559)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e71607 commit 9feabff

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.58.0](https://github.com/postalsys/emailengine/compare/v2.57.3...v2.58.0) (2025-10-27)
4+
5+
6+
### Features
7+
8+
* **outlook:** Add MS Graph API category support via labels API ([7de3586](https://github.com/postalsys/emailengine/commit/7de35863d4922ebd4fde4a2e448649a29bfc00b3))
9+
* **outlook:** Add optional structured format for MS Graph sendMail ([5062e84](https://github.com/postalsys/emailengine/commit/5062e845fe29f16cdb7cce23b767657e1b283dfb))
10+
11+
12+
### Bug Fixes
13+
14+
* **gmail:** Exclude OpenID scopes from service account authentication ([faf7821](https://github.com/postalsys/emailengine/commit/faf7821ddac184ba481c9acc9f0a38d2baaf834c))
15+
* **outlook:** Improve delegated user handling and add clarifying comments ([cef7d25](https://github.com/postalsys/emailengine/commit/cef7d25fe1726e029181566622e156309c800f8a))
16+
* **outlook:** Preserve calendar invite functionality when sending via Graph API ([92bd7f8](https://github.com/postalsys/emailengine/commit/92bd7f89c93e5998da400986fe698aff9c4d7fc0))
17+
* **outlook:** Use structured message format for Graph API sendMail to respect from field ([c1bf874](https://github.com/postalsys/emailengine/commit/c1bf8745fc0ceb0013428065a1dcb932781ae3de))
18+
319
## [2.57.3](https://github.com/postalsys/emailengine/compare/v2.57.2...v2.57.3) (2025-10-23)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emailengine-app",
3-
"version": "2.57.3",
3+
"version": "2.58.0",
44
"private": true,
55
"productTitle": "EmailEngine",
66
"description": "Email Sync Engine",

0 commit comments

Comments
 (0)