Three factual errors in the docs. CLAUDE.md is loaded as authoritative context, so its errors propagate.
| Where |
Says |
Actually |
CLAUDE.md:49 |
default cookie file is icloud_cookies.txt |
cookies.txt — per main.py:40, and per CLAUDE.md:41 eight lines up |
CLAUDE.md:62 + ## Commands |
two commands, generate and list |
eight, plus a nine-subcommand inbox group (main.py:1510-1517) |
CLAUDE.md:7, README.md:515, README.zh-CN.md:419, README.ru.md:451 |
cap is ~700 addresses |
749 — measured while verifying #74 |
The cookie filename is the costly one: it sits in the section explaining that Missing X-APPLE-WEBAUTH-USER means "cookie file not found", then names the wrong file to go looking for. (icloud_cookies.txt survives in .gitignore:17.)
Commands missing from both lists: whoami, capture-cookie, deactivate, reactivate, update-metadata, inbox.
Keep the cap hedged as observed — it's one account's measurement and Apple publishes nothing.
Three factual errors in the docs.
CLAUDE.mdis loaded as authoritative context, so its errors propagate.CLAUDE.md:49icloud_cookies.txtcookies.txt— permain.py:40, and perCLAUDE.md:41eight lines upCLAUDE.md:62+## Commandsgenerateandlistinboxgroup (main.py:1510-1517)CLAUDE.md:7,README.md:515,README.zh-CN.md:419,README.ru.md:451The cookie filename is the costly one: it sits in the section explaining that
Missing X-APPLE-WEBAUTH-USERmeans "cookie file not found", then names the wrong file to go looking for. (icloud_cookies.txtsurvives in.gitignore:17.)Commands missing from both lists:
whoami,capture-cookie,deactivate,reactivate,update-metadata,inbox.Keep the cap hedged as observed — it's one account's measurement and Apple publishes nothing.