Security & sessions is confirmed working against the live 0.16.19: password changes, 2FA and app passwords now go over the registry path instead of the POST /api/account/auth endpoint 0.16 removed. That is the live confirmation the capability-placement fix (b03dcc0, already deployed) was waiting for, and it settles the generation lookup that About and Files read through the same helper.
What this does not settle
The README claimed Files was confirmed live on 0.16.19 — folder creation, upload, rename, move, delete. That run really happened, but it happened under the bug, so what was exercised was the pre-0.16 path against a 0.16 server. Correct behaviour for what ihasmail then believed the server to be, but not the path it takes now.
Files now runs the 0.16 path, so nodeType creates and directory-visible FileNode/query listing want checking on their own terms. Rather than let an old confirmation stand for a different code path, the entry now says exactly that.
Documentation only — no code changes.
Security & sessions is **confirmed working against the live 0.16.19**: password changes, 2FA and app passwords now go over the registry path instead of the `POST /api/account/auth` endpoint 0.16 removed. That is the live confirmation the capability-placement fix (`b03dcc0`, already deployed) was waiting for, and it settles the generation lookup that About and Files read through the same helper.
## What this does *not* settle
The README claimed Files was confirmed live on 0.16.19 — folder creation, upload, rename, move, delete. That run really happened, but it happened **under the bug**, so what was exercised was the *pre-0.16* path against a 0.16 server. Correct behaviour for what ihasmail then believed the server to be, but not the path it takes now.
Files now runs the 0.16 path, so `nodeType` creates and directory-visible `FileNode/query` listing want checking on their own terms. Rather than let an old confirmation stand for a different code path, the entry now says exactly that.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
**Merged** 2026-08-24 as coffey-labs/ihasmail@d4d218f07814
<sub>Rebuilt from: git history, session transcript.</sub>
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Documentation only — no code changes.
Security & sessions is confirmed working against the live 0.16.19: password changes, 2FA and app passwords now go over the registry path instead of the
POST /api/account/authendpoint 0.16 removed. That is the live confirmation the capability-placement fix (b03dcc0, already deployed) was waiting for, and it settles the generation lookup that About and Files read through the same helper.What this does not settle
The README claimed Files was confirmed live on 0.16.19 — folder creation, upload, rename, move, delete. That run really happened, but it happened under the bug, so what was exercised was the pre-0.16 path against a 0.16 server. Correct behaviour for what ihasmail then believed the server to be, but not the path it takes now.
Files now runs the 0.16 path, so
nodeTypecreates and directory-visibleFileNode/querylisting want checking on their own terms. Rather than let an old confirmation stand for a different code path, the entry now says exactly that.🤖 Generated with Claude Code
Merged 2026-08-24 as coffey-labs/ihasmail@d4d218f078
Rebuilt from: git history, session transcript.