fix wrong curl call for viewing email

This commit is contained in:
ralf 2023-11-14 14:37:30 +02:00
parent 0d87e1ab2b
commit e131e24cfa

View File

@ -150,7 +150,7 @@ and is then viewed from there.
The user has the ability to answer or forward the message, or download attachments.
```
curl -i https://example.org/egroupware/groupdav.php/mail/attachments/<filename> --user <user> \
curl -i https://example.org/egroupware/groupdav.php/mail/view --user <user> \
--data-binary @<eml-file> -H 'Content-Type: message/rfc822'
HTTP/1.1 200 Ok