mox/webapi
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
..
client.go webapi: implement adding "alternative files" to messages sent with the Send method 2024-08-23 12:00:25 +02:00
doc.go add Content-Disposition and Filename to the payload of incoming webhooks 2024-12-06 14:19:39 +01:00
gendoc.sh add "RcptTo" to webapi MessageGet result 2024-09-30 10:43:48 +02:00
limitreader.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
webapi.go add "RcptTo" to webapi MessageGet result 2024-09-30 10:43:48 +02:00