mox/queue
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
..
direct.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
dsn.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
hook.go ensure senderaccount is always set for messages in queue 2024-04-28 11:03:47 +02:00
hook_test.go fix potential endless loop during queue msg/hook pagination when environment has TZ UTC, triggered by tests introduced in previous test 2024-04-16 14:18:11 +02:00
localserve.go localserve: change queue to deliver to localserve smtp server 2024-04-24 11:40:22 +02:00
queue.go in smtp submission, if a fromid is present in the mailfrom command, use it when queueing 2024-04-28 13:18:25 +02:00
queue_test.go localserve: change queue to deliver to localserve smtp server 2024-04-24 11:40:22 +02:00
submit.go localserve: change queue to deliver to localserve smtp server 2024-04-24 11:40:22 +02:00
suppression.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
suppression_test.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00