mox/webaccount
Mechiel Lukkien f749eb2a05
use css white-space: pre-wrap for email addresses displayed
since email addresses can contain multiple consecutive spaces.
this is a valid address: "   "@localhost
and this is a different valid address: " "@localhost

webmail still todo
2024-04-24 20:37:56 +02:00
..
account.go webmail: add export functionality 2024-04-22 13:41:40 +02:00
account.html add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
account.js use css white-space: pre-wrap for email addresses displayed 2024-04-24 20:37:56 +02:00
account.ts use css white-space: pre-wrap for email addresses displayed 2024-04-24 20:37:56 +02:00
account_test.go add aliases/lists: when sending to an alias, the message gets delivered to all members 2024-04-24 19:15:30 +02:00
api.json add aliases/lists: when sending to an alias, the message gets delivered to all members 2024-04-24 19:15:30 +02:00
api.ts add aliases/lists: when sending to an alias, the message gets delivered to all members 2024-04-24 19:15:30 +02:00
import.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00