mox/queue
Mechiel Lukkien dcb0f0a82c
in DSNs, add a References header pointing to the message with deliverability issues
so mail user agents will show DSNs threaded/grouped with the original message.
we store the MessageID in the message queue, so we have the value within reach
when we need it.

i saw a references header in a DSN from gmail on a test account. makes sense to me.
2023-07-23 17:56:39 +02:00
..
direct.go new feature: when delivering messages from the queue, make it possible to use a "transport" 2023-06-16 18:57:05 +02:00
dsn.go in DSNs, add a References header pointing to the message with deliverability issues 2023-07-23 17:56:39 +02:00
queue.go in DSNs, add a References header pointing to the message with deliverability issues 2023-07-23 17:56:39 +02:00
queue_test.go in DSNs, add a References header pointing to the message with deliverability issues 2023-07-23 17:56:39 +02:00
submit.go new feature: when delivering messages from the queue, make it possible to use a "transport" 2023-06-16 18:57:05 +02:00