{{define "webmail_account.html"}} {{.mailbox.Email}} - Webmail
{{range .flashes}} {{end}}
Storage
{{printf "%.0f" .pct_full}}%
{{filesize .mailbox.UsedBytes}} of {{filesize .mailbox.QuotaBytes}} used
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}}
{{end}}