Are you using open source or network edition?
For Open Source, my experience has been that a flat backup of the system, combined with backups of mysql extracts and LDAP ldiff's have you covered in...
Type: Posts; User: JoshuaPrismon; Keyword(s):
Are you using open source or network edition?
For Open Source, my experience has been that a flat backup of the system, combined with backups of mysql extracts and LDAP ldiff's have you covered in...
This is almost all some sort of COS issue. I suspect that the user might be in a non-default group. It's also possible that this user has override settings.
You probably want to use the SOAP interface, rather then the REST interface on this. (or preform the XML, and post it, and call it REST) ;-)
Zimlet's have the ability to describe indexes for their data, but I am not sure if that is still supported, or if you can do this for a header. The indexes that Zimbra stores is seperate from the...
I would file a bug on it.
You also have a option to do a couple of different toolkits as well. Anything that you can include via JS can be used.
Check the html links that you are clicking on? Are they specifying a new url?
Take a look at the source tree. As a hint, it will be fairly difficult to do so if you don't have deep java experience.
If you are trying to brand and have the Network Edition, check the support...
Part of the reason for this is simply try and minimize amount of xml transmitting. e generally is envelope, m is message, etc. As mentioned by others, look at the SOAP description to figure it out.
You want to look at the Zimbra Web Client javascript code. If you want to change this code, I highly recommend at least posting the code back to the community and to Zimbra. Otherwise you will be...
Justin, check the development notes in the zimbra source code. I believe that there is a way to specify which folder to open on login (if that's what you are trying to do).
Ash, I am really lost on what you are trying to do here. Which interface are you trying to modify? It sounds like you are complaining that once you export something, it's true value is showing up.
...
I'm not familiar with this API at all, but I think you might be using the low level API's to access the mail store. Take a look at the client packages instead. Also take a look at the social zimlet,...
Take a look at the Meebo extension. Not sure if it does what you want, but I use it for my IM tasks, and it works fairly well.
Take a look at the Samba Zimlet. that involves both changes to the LDAP object model, and a administration interface change to be able to use thoose LDAP changes.
Also take a look at the server...
If it's not possible to change these inside the CoS, or the member's preference, then it won't be easy to change it other then by going and making code changes (which I never recommend unless you are...
Firebug is your friend here. Set a breakpoint inside of your routine (you may have to run Zimbra in &debug=1 mode) and examine the data structure. As a note, you want to look at response.sucess, not...
Yes, just proxy the request from the server using the proxy servlet. Look at the zimlet description for more info.
Check the QoS for the default user, see if it's enabled. Check the settings for your user, and see if it's enabled. If it still doesn't show up (on a supported Browser - try firefox 3.6), enable...
Interesting. I have not looked at Oauth versus OpenID recently. I really would like to play with this for a while.
Glad to hear about zd2, I am killing myself trying to build it right now ;-)
Hey Guys, this is still broken in Main.
Fixed by copying the MyConfig.pm into ~/.cpan/CPAN
Seems like it's XML::Simple that perllib is dying on.
Hmm. What service are you trying to connect too? The Soap service, or the standalone service?
WARN zimbra.misc - local config file `\opt\zimbra\conf\localconfig.xml' is not readable
WARN...