I use ZCS 8.0
If zimbra should return the email with these headers, it would be great:
/opt/zimbra/docs/rest.txt:
I tried this:
But the aforementioned headers missing.
Can anyone help me in this?
If zimbra should return the email with these headers, it would be great:
Code:
Content-Type: message/rfc822
Content-Disposition: attachment; filename=something
Code:
http://server/home/[~][{username}]/[{folder}]?[{query-params}]
fmt={ics, csv, etc}
id={item-id}
list={item-id}*[,{item-id}]
imap_id={item-imap-id} (must also specify folder)
part={mime-part}
query={search-query}
types={types} // when searching
start={date-specifier}
end={date-specifier}
auth={auth-types}
disp=i|a
{disp} = i - means "inline" and the browser will open up the attachment inline
a - means "attachment" and the browser will put up a download window
{types} = comma-separated list. Legal values are:
conversation|message|contact|appointment|note
(default is "conversation")
I tried this:
But the aforementioned headers missing.
Can anyone help me in this?