mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-24 16:01:18 +00:00
When a contact has no photo, fall back to the sender domain's favicon instead of coloured initials. The lookup is opt-in (settings → email behaviour) and off by default. The favicon is fetched from DuckDuckGo's public icon service using only the domain name — the email address never leaves the browser, and nothing is hashed or correlated back to the user. Initials stay rendered behind the image so the avatar still reads right if the favicon 404s or the user is offline. Adds a settings toggle + translations across all 10 locales. Closes #22.