mox/queue
Mechiel Lukkien 42793834f8
add Content-Disposition and Filename to the payload of incoming webhooks
for each message part. The ContentDisposition value is the base value without
header key/value parameters. the Filename field is the likely filename of the
part. the different email clients encode filenames differently. there is a
standard mime mechanism from rfc 2231. and there is the q/b-word-encoding from
rfc 2047. instead of letting users of the webhook api deal with those
differences, we provide just the parsed filename.

for issue #258 by morki, thanks for reporting!
2024-12-06 14:19:39 +01:00
..
direct.go for messages retired from the delivery queue, set "success" field properly, and include the smtp code/enhanced code on success too (not only on failure) 2024-10-05 11:06:42 +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 add Content-Disposition and Filename to the payload of incoming webhooks 2024-12-06 14:19:39 +01:00
hook_test.go add Content-Disposition and Filename to the payload of incoming webhooks 2024-12-06 14:19:39 +01:00
localserve.go localserve: change queue to deliver to localserve smtp server 2024-04-24 11:40:22 +02:00
queue.go switch to math/rand/v2 in most places 2024-11-29 13:45:19 +01:00
queue_test.go for messages retired from the delivery queue, set "success" field properly, and include the smtp code/enhanced code on success too (not only on failure) 2024-10-05 11:06:42 +02:00
submit.go for messages retired from the delivery queue, set "success" field properly, and include the smtp code/enhanced code on success too (not only on failure) 2024-10-05 11:06:42 +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