mox/queue
Mechiel Lukkien ca5ef645f3
rename Account.Deliver to Account.DeliverDestination
the name was too generic compared with the other Deliver functions
2023-09-15 17:51:28 +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 improve message parsing: allow bare carriage return (unless in pedantic mode), allow empty header, and no longer treat a message with only headers as a message with only a body 2023-08-11 14:07:49 +02:00
queue.go rename Account.Deliver to Account.DeliverDestination 2023-09-15 17:51:28 +02:00
queue_test.go fix race in test setup/teardown 2023-08-07 23:14:31 +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