From e131e24cfa53cf2e500fa5a0ed4e9455dfab4292 Mon Sep 17 00:00:00 2001 From: ralf Date: Tue, 14 Nov 2023 14:37:30 +0200 Subject: [PATCH] fix wrong curl call for viewing email --- doc/REST-CalDAV-CardDAV/Mail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/REST-CalDAV-CardDAV/Mail.md b/doc/REST-CalDAV-CardDAV/Mail.md index 7aae424db0..626c2b3cf2 100644 --- a/doc/REST-CalDAV-CardDAV/Mail.md +++ b/doc/REST-CalDAV-CardDAV/Mail.md @@ -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/ --user \ +curl -i https://example.org/egroupware/groupdav.php/mail/view --user \ --data-binary @ -H 'Content-Type: message/rfc822' HTTP/1.1 200 Ok