{{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.
Forwarding
Automatically forward every incoming message (mail that would otherwise land in Junk is never forwarded) to another address — separate from and in addition to any per-rule forwarding set up on the Rules page.
Calendar & Contacts Sync
{{if and .domain (or .domain.CalDAVEnabled .domain.CardDAVEnabled)}}
Sync this mailbox's Calendar and/or Contacts to Apple Calendar/Contacts, Thunderbird, DAVx5, and other CalDAV/CardDAV clients — off by default, and each one below only appears if your administrator has allowed it for this domain. Use an app password (see below), never your portal password, to connect a client.
{{if .domain.CalDAVEnabled}}
{{end}} {{if .domain.CardDAVEnabled}}
{{end}}
{{else}}
Not available — your administrator hasn't enabled CalDAV/CardDAV sync for this domain.
{{end}}
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}}
Active Sessions
{{if .sessions}}
{{range .sessions}} {{end}}
Browser / deviceIP addressSigned in
{{if .UserAgent}}{{.UserAgent}}{{else}}Unknown{{end}}{{if eq .Token $.current_session_token}} This device{{end}} {{if .IPAddress}}{{.IPAddress}}{{else}}—{{end}} {{strftime "%Y-%m-%d %H:%M" .CreatedAt}}
{{else}}

No active sessions.

{{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}}
Data & Privacy

Download a copy of everything in this mailbox — messages, contacts, calendar, filter rules, and signatures — or permanently delete your account.

Download my data Delete my account
{{template "compose_widget" .}} {{template "webmail_settings_script" .}} {{end}}