Fetch Attachment Data Using SOAP

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
iomarmochtar
Posts: 41
Joined: Sat Sep 13, 2014 3:54 am
Location: Indonesia
Contact:

Fetch Attachment Data Using SOAP

Post 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 ?
svelikov
Posts: 3
Joined: Mon Feb 27, 2017 4:09 pm

Re: Fetch Attachment Data Using SOAP

Post 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?
Post Reply