mox/webaccount
Mechiel Lukkien 8cc795b2ec
in smtp submission, if a fromid is present in the mailfrom command, use it when queueing
it's the responsibility of the sender to use unique fromid's.
we do check if that's the case, and return an error if not.

also make it more clear that "unique smtp mail from addresses" map to the
"FromIDLoginAddresses" account config field.

based on feedback from cuu508 for #31, thanks!
2024-04-28 13:18:25 +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 in smtp submission, if a fromid is present in the mailfrom command, use it when queueing 2024-04-28 13:18:25 +02:00
account.ts in smtp submission, if a fromid is present in the mailfrom command, use it when queueing 2024-04-28 13:18:25 +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