You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit correctness findings:
- jmap Email/set create now echoes server-set props per RFC 8621 §4.6
(blobId = sha256 of the stored JSON, threadId = id for degenerate
one-message threads, size = byte length) — a real client caches these
instead of re-fetching.
- rss Atom output now emits the required feed-level <author> (RFC 4287
§4.1.1; W3C Feed Validator rejected it before). RSS 2.0 path untouched.
- remotestorage GET no longer forwards the host content-length over a
fetch-decoded stream — matches the webdav sibling (let fastify frame).
- terminal query-token compare is now constant-time (sha256 +
timingSafeEqual), no length early-exit leak.
0 commit comments