mox/queue
Mechiel Lukkien 2535f351ed
fix bug with concurrent math/rand.Rand.Read
firstly by using crypto/rand in those cases. and secondly by putting a lock
around the Read (though it isn't used at the moment).

found while working while implementing sending tls reports.
2023-11-09 17:17:26 +01:00
..
direct.go implement outgoing dmarc aggregate reporting 2023-11-02 09:12:30 +01:00
dsn.go refactor common pattern of close & remove temporary file into calling the new store.CloseRemoveTempFile 2023-11-02 09:12:46 +01:00
queue.go fix bug with concurrent math/rand.Rand.Read 2023-11-09 17:17:26 +01:00
queue_test.go implement outgoing dmarc aggregate reporting 2023-11-02 09:12:30 +01:00
submit.go implement "requiretls", rfc 8689 2023-10-24 10:10:46 +02:00