Search found 16 matches

by VistoPartner
Thu May 14, 2009 2:18 pm
Forum: Developers
Topic: Contact Details Empty when viewing in Zimbra Client
Replies: 3
Views: 1663

Contact Details Empty when viewing in Zimbra Client

Doesn't do anything. It just displays the same screen. Also, I tried with 3 other browsers and they all same behavior. Also, after I see the contact in zimbra, I logged out of the account and logged back in. Same behavior. The ZCS version we are using is 5.0.11_GA_2695.SuSEES10.NETWORK Nov 17, 2008....
by VistoPartner
Mon May 11, 2009 5:46 pm
Forum: Developers
Topic: Contact Details Empty when viewing in Zimbra Client
Replies: 3
Views: 1663

Contact Details Empty when viewing in Zimbra Client

Hi All, I created a contact using zimbra API as follows: http://www.w3.org/2003/05/soap-envelope">">http://www.w3.org/2003/05/soap-envelope"> xmlns="urn:zimbra">123456FromDeviceDevice, FromGood2Goodtesting@testing.comother://some@something.com(425) 555-8888(425) 555-9999 Fol...
by VistoPartner
Mon Apr 27, 2009 8:03 pm
Forum: Developers
Topic: Zimbra Calendar SOAP API to retrieve calendars by start date and end date
Replies: 1
Views: 1422

Zimbra Calendar SOAP API to retrieve calendars by start date and end date

Hi all, I was trying to retrieve all the appointments that are present between any given start date and end date. I looked at the GetApoointmnetRequest API, and looks like it doesn't take any start and end dates. Is there any way I can retrieve appointments between given start and end dates? Any oth...
by VistoPartner
Mon Mar 23, 2009 5:46 pm
Forum: Developers
Topic: WaitSetRequest
Replies: 1
Views: 993

WaitSetRequest

Hi all.. We need to be able, using the Zimbra API (the XML-based interface), to receive notifications (or at least determine on a short polling interval) whether or not a user has received new mail. I have a couple of questions: 1. Is there any interface outside of [Create]WaitSetRequest to obtain i...
by VistoPartner
Fri Mar 06, 2009 12:38 pm
Forum: Developers
Topic: Issue in Sending Multiple Attachments in a Forwarded Email
Replies: 5
Views: 1891

Issue in Sending Multiple Attachments in a Forwarded Email

Ok, I thought zimbra will handle reply and forward, because in the SendMsgRequest we have to specify the origid for reply and forward. If zimbra doesn't support automatic appending of Original Email's body to the replied/forwarded mail's body, I don;t understand why we have to specify origid. AS giv...
by VistoPartner
Thu Mar 05, 2009 9:19 pm
Forum: Developers
Topic: Issue in Sending Multiple Attachments in a Forwarded Email
Replies: 5
Views: 1891

Issue in Sending Multiple Attachments in a Forwarded Email

Thanks fernandoflorez for quick reply. I have correct aid value actually, but here I posted for simplicity a value. The real aid="69e376e6-8f18-4b37-b284-d1271a1781ac:d0b45291-ebe3-4d26-aa8b-524069c9a16d" I have 2 of them and I created attach TAG with 2 aid values as follows: But I'm getti...
by VistoPartner
Thu Mar 05, 2009 7:41 pm
Forum: Developers
Topic: Issue in Sending Multiple Attachments in a Forwarded Email
Replies: 5
Views: 1891

Issue in Sending Multiple Attachments in a Forwarded Email

Hi, I am trying to forward an email that has 2 attachments using SOAP API. Here is the SOAP msg looks like: http://www.w3.org/2003/05/soap-envelope"> 123456 FW: Test-2 Test FW I'm getting only the new body not the original body and also I'm not able to get the 2nd attachment. If the change atta...
by VistoPartner
Fri Feb 27, 2009 5:59 pm
Forum: Developers
Topic: How to send New Email with Attachment using Zimbra API
Replies: 10
Views: 15076

How to send New Email with Attachment using Zimbra API

Hi Guys, I was trying to figure out how to send a new Email with attachment. When I looked at the soap.txt file, I saw that I have to upload the attachment first and then use the returned attachment-upload-ID for the SendMsgRequest. I couldn't find any example or how to use the FileUploadServlet. Ca...
by VistoPartner
Tue Jan 13, 2009 1:26 am
Forum: Developers
Topic: When does the change token Expire or RESET?
Replies: 0
Views: 642

When does the change token Expire or RESET?

Hi All, In Zimbra when we get response for every request, we get a Token back. I came to know that this token is incremented for every request. My question is anyone knows when does this token expire or reset to 1? Does it get resetted to 1 or never? If never reset, then what is the maximum? Is ther...
by VistoPartner
Mon Jan 12, 2009 6:11 pm
Forum: Developers
Topic: SyncResponse Issue
Replies: 0
Views: 583

SyncResponse Issue

Hello All, I have a SyncRequest for Calendar folder as follows: sometoken The SyncResponse I got back is as follows: I was trying to figure out why only for the 1st apoointment, I'm getting the date, but for the next 2 I don't see the date stamp. When I get the full Calendar by performing GetAppoint...