fix(mail): drop contacts from the EAS bundle — Stalwart 404s empty addressbook homes
ci / changes (push) Successful in 3s
ci / tc_booking (push) Has been skipped
ci / tc_operator (push) Has been skipped
ci / tc_platform_api (push) Has been skipped
ci / test_platform_api (push) Has been skipped
ci / tc_website (push) Successful in 20s
ci / tc_portal (push) Successful in 26s
ci / build_booking (push) Has been skipped
ci / build_operator (push) Has been skipped
ci / build_platform_api (push) Has been skipped
ci / build_zpush (push) Successful in 11s
ci / build_portal (push) Successful in 41s
ci / deploy (push) Successful in 39s
ci / changes (push) Successful in 3s
ci / tc_booking (push) Has been skipped
ci / tc_operator (push) Has been skipped
ci / tc_platform_api (push) Has been skipped
ci / test_platform_api (push) Has been skipped
ci / tc_website (push) Successful in 20s
ci / tc_portal (push) Successful in 26s
ci / build_booking (push) Has been skipped
ci / build_operator (push) Has been skipped
ci / build_platform_api (push) Has been skipped
ci / build_zpush (push) Successful in 11s
ci / build_portal (push) Successful in 41s
ci / deploy (push) Successful in 39s
BackendCombined login is all-or-nothing, and Stalwart returns 404 for /dav/card/<account>/ when the account's default address book was never created (it doesn't auto-create on the gateway's PROPFIND the way the calendar home worked) — so CardDAV killed every otherwise-successful EAS login. Exchange accounts now bundle mail + calendar; contacts stay on the Apple-profile CardDAV path. Re-enable BackendCardDAV once platform-api provisions a default address book at mailbox creation. Copy/docs aligned: portal hint, SERVICES.md, website FAQ (da+en).
This commit is contained in:
+5
-2
@@ -158,8 +158,11 @@ docker compose port stalwart 25
|
||||
**URL:** https://mail.dezky.local/Microsoft-Server-ActiveSync (+ EAS
|
||||
autodiscover on https://autodiscover.dezky.local)
|
||||
**Purpose:** Exchange ActiveSync gateway in front of Stalwart — "Exchange"
|
||||
accounts on iOS/Android native Mail/Calendar get two-way mail + calendar +
|
||||
contacts sync (IMAP + CalDAV + CardDAV fan-out via BackendCombined).
|
||||
accounts on iOS/Android native Mail/Calendar get two-way mail + calendar
|
||||
sync (IMAP + CalDAV fan-out via BackendCombined). Contacts are NOT bundled
|
||||
yet: the combined login is all-or-nothing and Stalwart 404s addressbook
|
||||
homes that were never created — re-enable CardDAV once platform-api
|
||||
provisions a default address book at mailbox creation.
|
||||
|
||||
**Protocol reality check:** EAS 14.1. Covers native mobile clients; NOT the
|
||||
Outlook mobile app (requires EAS 16.1) and not new Outlook for Windows (no
|
||||
|
||||
Reference in New Issue
Block a user