mox/queue
Mechiel Lukkien 63cef8e3a5
webmail: fix for ignoring error about sending to invalid address
before, an error about an invalid address was not used, causing a delivery
attempt to an empty address (empty localpart/domain). delivery to that address
would fail, but we should've prevented that message from being queued at all.

additionally, an error in adding the message to the queue was ignored too.
2024-03-09 09:51:24 +01:00
..
direct.go unbreak enforcing dane since previous commits 2024-03-07 11:19:08 +01:00
dsn.go queue: deliver to multiple recipients in a single smtp transaction 2024-03-07 10:07:53 +01:00
queue.go webmail: fix for ignoring error about sending to invalid address 2024-03-09 09:51:24 +01:00
queue_test.go queue: deliver to multiple recipients in a single smtp transaction 2024-03-07 10:07:53 +01:00
submit.go queue: deliver to multiple recipients in a single smtp transaction 2024-03-07 10:07:53 +01:00