docs(agents): calendar-user-address-set advertises a login name, not an address #41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs-cuas"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Documentation only. Recorded so the next person does not re-derive it.
Stalwart builds the property from the login name rather than from the account's addresses:
nameandaddressesare separate fields andname()returns the first, so the set is always one element and that element is a login name. Every principal on this server hasname != emailAddress, which makes the advertised valuemailto:julianand its equivalents rather than a mailbox.Verified at the deployed tag rather than at the one the work was diagnosed on.
v0.16.19runs, notv0.16.14, and I had readmain. Both files are byte-identical betweenmainandv0.16.19on the three lines that matter, checked at each ref rather than assumed to be close.What it explains. No client can pick an address from the set, because the set contains something no client can use, so each sends the address its own account was configured with. Two Macs on one principal sending different organizers follows from that, and the iPhone needs no special mechanism.
Framing, which was a correction rather than a preference. This is a property of the server we run and not a bug awaiting a patch: reporting it upstream is not available to us, so nobody is waiting for anything, and the second framing would have implied somebody was.
Marked unmeasured: the live
PROPFIND. All of this reads the code that serves it, blocked on the same CalDAV credential as #16 and #19.