Page 1 of 1

Fetch Attachment Data Using SOAP

Posted: Wed Jun 14, 2017 4:28 am
by iomarmochtar
Hello,


Currently i create a script to download all email attachment from specified criteria based on zimbra search (using zimbra SOAP).

for searching email was success using SearchRequest and SearchConvRequest for fetch email meta data which list attachment file was there.

but i'm stack with download attachment it self. for temporary solution i'm using IMAP protocol for doing this.

my question is it possible fetch email attachment using zimbra SOAP ?

Re: Fetch Attachment Data Using SOAP

Posted: Tue Sep 26, 2017 3:46 am
by svelikov
iomarmochtar wrote:Hello,


Currently i create a script to download all email attachment from specified criteria based on zimbra search (using zimbra SOAP).

for searching email was success using SearchRequest and SearchConvRequest for fetch email meta data which list attachment file was there.

but i'm stack with download attachment it self. for temporary solution i'm using IMAP protocol for doing this.

my question is it possible fetch email attachment using zimbra SOAP ?
Hello,
Have you found solution for downloading the attacments?