mox/queue
Mechiel Lukkien 75bb1bfa2f
queue: before removing files from the queue, close them, so removing doesn't fail on windows
Mostly relevant for localserve, since full operation doesn't work on windows.
2025-04-17 21:08:07 +02:00
..
direct.go queue: in log lines about delivery, we had both "attempts" starting at 0 and "attempt" starting at 1, keep only "attempts" starting at 1 2025-04-07 13:35:42 +02:00
dsn.go add config options to disable a domain and to disable logins for an account 2025-01-25 20:39:20 +01:00
hook.go message: when parsing a message, don't treat absent header and empty header value the same 2025-04-16 20:06:45 +02:00
hook_test.go fix warnings by ineffassign, with a one actual issue 2025-03-24 10:25:33 +01:00
localserve.go queue: before removing files from the queue, close them, so removing doesn't fail on windows 2025-04-17 21:08:07 +02:00
main_test.go Fail tests if unhandled panics happened. 2025-03-06 11:35:43 +01:00
queue.go queue: in log lines about delivery, we had both "attempts" starting at 0 and "attempt" starting at 1, keep only "attempts" starting at 1 2025-04-07 13:35:42 +02:00
queue_test.go fix warnings by ineffassign, with a one actual issue 2025-03-24 10:25:33 +01:00
submit.go queue: before removing files from the queue, close them, so removing doesn't fail on windows 2025-04-17 21:08:07 +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