Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-05-2007, 07:45 PM
Member
 
Posts: 11
Exclamation How to get message with HTTP port and Save to Local ?

Hi ..... i have problem ..

i want to develop email client can be access zimbra without POP3 port but i want access with HTTP port like to Ypops ......

But i can't get the list message link in inbox ... with browser ... ..

How i can't get the list message link and the content message with HTTP port ?

please help me ......

O yeah .. i develop email client with Visual Studio 2005 VB .Net

It's Urgent

Last edited by juniorsoftware2001; 02-05-2007 at 07:47 PM..
Reply With Quote
  #2 (permalink)  
Old 02-05-2007, 07:50 PM
Former Zimbran
 
Posts: 5,606
Default

Wow. Now that's a question.

So you want to query e-mails, etc from the http port.

All I can say is that your best hope is going to be SOAP access.

Have you considered IMAP access?

(moving to developers forum)

john
Reply With Quote
  #3 (permalink)  
Old 02-05-2007, 10:55 PM
Member
 
Posts: 11
Talking

SOAP ... ?? how i can use SOAP for get all message and save to local ?
How i can used the SOAP access ?
U can give me example ?

Thank you

Last edited by juniorsoftware2001; 02-05-2007 at 11:15 PM..
Reply With Quote
  #4 (permalink)  
Old 02-06-2007, 09:35 AM
Zimbra Employee
 
Posts: 1,434
Default All messages from a folder?

That's easy. Don't use SOAP, use the REST interface.

That wiki page has an example of how to get all messages in a folder returned as a zipfile.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #5 (permalink)  
Old 02-06-2007, 06:42 PM
Member
 
Posts: 11
Question

Oh ... welll Thank You ...

But i have problem for make Automatic Login from my email client interface without web browser show message Dialog Login.
Can u give me something ide ?
and so how i can to delete message if i'm already download all message in the mail server ?

O .. if for attachment i can't get it .... with rss format ..

Thank You ......

Last edited by juniorsoftware2001; 02-06-2007 at 07:01 PM..
Reply With Quote
  #6 (permalink)  
Old 02-06-2007, 08:33 PM
Zimbra Employee
 
Posts: 1,434
Default Preauth?

Will the preauth stuff do what you want for single sign-on?

And if you use the ZIP formatter instead of the RSS formatter, you'll get attachments as well.

As for deleting messages, you're going to have to use the SOAP interface for that. Search past postings on the forums for some guidance.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #7 (permalink)  
Old 02-07-2007, 08:11 PM
Member
 
Posts: 11
Default How i can use SOAP ??


How i can use SOAP ?? U can give me some Link ... for ref SOAP at Zimbra ?
I want Send Email and Attachment, Get Email Attachment, Delete Email and Auth Email Via HTTP Port ...

Please Help me ......
Reply With Quote
  #8 (permalink)  
Old 02-08-2007, 06:22 AM
Zimbra Employee
 
Posts: 1,434
Default Pointer to docs

Here's the main Zimbra SOAP doc. This doesn't tell you what SOAP is or how to use it, but there are pages all over the web that should help with that. If you want samples, use the web client with the debug window open (search the forums for how to do this) and you'll see samples of the SOAP we use.

Note that there's already a Java-language client that encapsulates all the SOAP for you -- check out the com.zimbra.cs.zclient package, especially the ZMailbox class. Or use the zmmailbox CLI, which itself uses com.zimbra.cs.zclient.ZMailbox. We highly recommend using one or the other of these if you're not comfortable with SOAP and/or programming in general because they will make your life much, much easier. I cannot stress this enough.

Authentication is done by sending an AuthRequest. Sending an email with attachments is done by first uploading the attachment using a form upload and then doing a SendMsgRequest referencing the returned upload ID. Deleting an email is done via MsgActionRequest with <action op="delete" .../>. Getting an email attachment must be done by figuring out the part number of the attachment via a GetMsgRequest, then fetching the attachment via the REST interface.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.