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

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 07-12-2011, 11:58 PM
Starter Member
 
Posts: 2
Default Allow mail to be downloaded from date

Hi All,
Under Preferences->Mail, Access from Other Mail Clients, i can set whether i allow all mail to be downloaded, or just mail from now onwards. Can i set the date to a particular date? Like allow only mail from 17th May to be downloaded? Even if it means messing around with MySQL for a particular user.

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 07-13-2011, 02:01 AM
Starter Member
 
Posts: 2
Default

I was able to fix this -- By analysing the request made by the web ui, i posted:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<context xmlns="urn:zimbra">
<userAgent xmlns="" name="ZimbraWebClient - FF3.0 (Win)" version="6.0.5_GA_2213.UBUNTU8"/>
<session xmlns="" id="126335"/>
<notify xmlns="" seq="2"/>
<account xmlns="" by="name">email@someaccount.com</account>
<format xmlns="" type="js"/>
<authToken xmlns="">xxxxxxxxxxxxxxxxxx</authToken>
</context>
</soap:Header>
<soap:Body>
<BatchRequest xmlns="urn:zimbra" onerror="stop">
<ModifyPrefsRequest xmlns="urn:zimbraAccount" requestId="0">
<pref xmlns="" name="zimbraPrefPop3DownloadSince">20110704000009Z </pref>
<pref xmlns="" name="zimbraPrefMessageViewHtmlPreferred">TRUE</pref>
</ModifyPrefsRequest>
</BatchRequest>
</soap:Body>
</soap:Envelope>

to: http://mail.zimbraserver.com/service/soap/BatchRequest

i got the soap request by using firebug to see what the browser posts when i hit save changes after modifying the allow mail to be downloaded parameter. I have replaced my authToken, email and domain name. I hope this is useful to someone.
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.