mox/queue
Mechiel Lukkien bf8cfd9724
add debug logging about bstore db schema upgrades
bstore was updated to v0.0.6 to add this logging.
this simplifies some of the db-handling code in mtastsdb,tlsrptdb,dmarcdb. we
now call the package-level Init() and Close() in all tests properly.
2024-05-10 14:44:37 +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 queue: when shutting down, wait for pending deliveries before signaling that shutdown is complete 2024-04-28 22:48:51 +02:00
hook_test.go add debug logging about bstore db schema upgrades 2024-05-10 14:44:37 +02:00
localserve.go localserve: change queue to deliver to localserve smtp server 2024-04-24 11:40:22 +02:00
queue.go add debug logging about bstore db schema upgrades 2024-05-10 14:44:37 +02:00
queue_test.go add debug logging about bstore db schema upgrades 2024-05-10 14:44:37 +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 debug logging about bstore db schema upgrades 2024-05-10 14:44:37 +02:00