mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:29:02 +01:00
fix wrong curl call for viewing email
This commit is contained in:
parent
0d87e1ab2b
commit
e131e24cfa
@ -150,7 +150,7 @@ and is then viewed from there.
|
|||||||
The user has the ability to answer or forward the message, or download attachments.
|
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'
|
--data-binary @<eml-file> -H 'Content-Type: message/rfc822'
|
||||||
HTTP/1.1 200 Ok
|
HTTP/1.1 200 Ok
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user