{{define "webmail_account.html"}} Settings - Webmail {{template "webmail_settings_style" .}} {{template "csrf_script" .}}
{{range .flashes}} {{end}}
Settings
{{template "webmail_settings_nav" .}}
Storage
{{printf "%.0f" .pct_full}}%
{{filesize .mailbox.UsedBytes}} of {{filesize .mailbox.QuotaBytes}} used
Preferences

Mail already in your folders keeps whatever sender name/preview it was stored with — this only changes going forward automatically. Use this once to bring older messages up to date.
Remote Images
HTML emails can embed images loaded from the sender's own server — a classic tracking pixel. Choose how those are handled.

Trusted senders
{{if .trusted_senders}}
    {{range .trusted_senders}}
  • {{.Email}}
  • {{end}}
{{else}}

No trusted senders yet.

{{end}}
Change Password
At least 10 characters, with a letter, a number, and a symbol.
Two-Factor Authentication
Authenticator App
{{if .mailbox.TOTPEnabled}}

Enabled

{{else}}

Not enabled.

{{end}}
Passkeys
{{if .passkeys}}
    {{range .passkeys}}
  • {{.Name}}
  • {{end}}
{{else}}

No passkeys registered.

{{end}}
App Passwords
Use an app password (never your account password) to set up this mailbox in Thunderbird or any other mail client.
{{if .passwords}}
{{range .passwords}} {{end}}
LabelLast Used
{{.Label}} {{if .LastUsedAt}}{{strftime "%Y-%m-%d %H:%M" .LastUsedAt}}{{else}}Never{{end}}
{{else}}

No app passwords yet.

{{end}}
{{template "compose_widget" .}} {{template "webmail_settings_script" .}} {{end}}