mox/webaccount
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
..
account.go implement tls client certificate authentication 2024-12-06 10:08:17 +01:00
account.html add ability to include custom css & js in web interface (webmail, webaccount, webadmin), and use css variables in webmail for easier customization 2024-11-29 10:17:07 +01:00
account.js add Content-Disposition and Filename to the payload of incoming webhooks 2024-12-06 14:19:39 +01:00
account.ts add Content-Disposition and Filename to the payload of incoming webhooks 2024-12-06 14:19:39 +01:00
account_test.go implement tls client certificate authentication 2024-12-06 10:08:17 +01:00
api.json add Content-Disposition and Filename to the payload of incoming webhooks 2024-12-06 14:19:39 +01:00
api.ts add Content-Disposition and Filename to the payload of incoming webhooks 2024-12-06 14:19:39 +01:00
import.go make tests pass with "go test -count n" with n > 1 2024-06-10 18:18:20 +02:00