View Single Post
  #5 (permalink)  
Old 11-27-2006, 02:18 AM
abhishek_agl abhishek_agl is offline
Member
 
Posts: 13
Default RE: dkarp (REST Web Service API to access Zimbra mailbox)

dkarp

Thanks for the link.

I had visited the link before posting on this forum. The problem is that although, the link does give the URl to access my calendar (http://server/zimbra/user/roland/calendar), or access my contacts(http://server/zimbra/user/roland/contacts) or rss feed (http://server/zimbra/user/roland/inbox.rss?query="is:unread"
)...

But it doesn't give me the URI to simply access my inbox.

I mean, I can use http://server/zimbra/user/roland/inbox.zip to get a zipped file of all the mails in my inbox, but how do I get a list of all mails in my inbox (unzipped list), may be, like an xml document listing my inbox mails?

Also, does it support giving credentials in the URL itself (the REST way)? Currently if I type the above URLs on my browser, it pops up a window to enter my credentials. When I need to do this within my code, I would need a way of providing user name and password within the URL itself.

Is any such thing suppported?
__________________
Diamond is a piece of coal that performed well under pressure
Reply With Quote