Search found 225 matches

by schemers
Mon Aug 25, 2008 1:21 am
Forum: Administrators
Topic: Importing Exsisting Folders/Messages/Address books
Replies: 79
Views: 15393

Importing Exsisting Folders/Messages/Address books

[quote user="Alias Node"]Is it possible to run the Zimbra Calendar and Address Book exports from a command line / shell script (rather than having users go into options and do each by hand)? If so, could someone describe how to do that?[/QUOTE] The following should work (IIRC): zmprov sm u...
by schemers
Wed Aug 13, 2008 2:02 pm
Forum: Developers
Topic: [SOLVED] How to retrieve a single appointment java
Replies: 4
Views: 1497

[SOLVED] How to retrieve a single appointment java

I think you want to do a getMessage using apptHit.getInviteId() as the id, then get the appointment via msg.getInvite().getComponent().
by schemers
Thu Mar 27, 2008 11:52 am
Forum: Users
Topic: Can't navigate to new mobile client directly
Replies: 3
Views: 1315

Can't navigate to new mobile client directly

Might have been this bug:
Bug 25214 - The mobile web interface doesn't work properly from http:// URL
which was fixed in 5.0.3/5.0.4.
by schemers
Mon Mar 10, 2008 12:16 pm
Forum: Administrators
Topic: WebDAV mounts in Mac OS X create garbage files
Replies: 3
Views: 1465

WebDAV mounts in Mac OS X create garbage files

Take a look at:
Mac OS X 10.4: How to prevent .DS_Store file creation over network connections
that should at least take care of the .DS_Store file, not sure about the .Trashes.
by schemers
Wed Feb 06, 2008 10:08 am
Forum: Developers
Topic: How to create a new calendar using classes in package com.zimbra.cs.zclient
Replies: 3
Views: 1414

How to create a new calendar using classes in package com.zimbra.cs.zclient

the best way to see how to use zclient APIs is look at ZMailboxUtil.java, which exercises just about all of them. The call you are looking for is "createFolder": ZFolder calendar = mailbox.createFolder( ZFolder.ID_USER_ROOT, name, ZFolder.View.appointment, ZFolder.Color.blue, ZFolder.Flag....
by schemers
Sat Feb 02, 2008 1:27 am
Forum: Administrators
Topic: [SOLVED] 5.1 upgrade added yahoo search. How can I remove it?
Replies: 42
Views: 8208

[SOLVED] 5.1 upgrade added yahoo search. How can I remove it?

run:



/opt/zimbra/bin/zmprov mc default zimbraFeatureWebSearchEnabled FALSE


to turn it off.
by schemers
Mon Jan 28, 2008 1:23 pm
Forum: Administrators
Topic: FolderGrant Problems with 5.0.1
Replies: 1
Views: 877

FolderGrant Problems with 5.0.1

Looks like a bug when revoking "all"/"public".
I filed bug 24044 and fixed it. Also fixed the display of guest email address for getFolderGrant.
by schemers
Wed Jan 16, 2008 1:10 am
Forum: Administrators
Topic: help on zmmailbox --file args
Replies: 6
Views: 2711

help on zmmailbox --file args

No, the file isn't CSV. The file for "--file" is a series of zmmailbox commands, one per line. For a contact group/pdl you'l need: cct type group nickname friends fileAs 8:friends dlist "user@domain,user2@domain" where you'd replace "friends" with the name of the group....
by schemers
Tue Jan 15, 2008 11:51 pm
Forum: Administrators
Topic: help on zmmailbox --file args
Replies: 6
Views: 2711

help on zmmailbox --file args

Still not completely following, but to use --file you just need to put all the createContact commands in a file, one per line, and then pass that file name as the argument to "--file".


zmmailbox -z -m {email-address} -f ./commands

by schemers
Tue Jan 15, 2008 11:11 pm
Forum: Administrators
Topic: help on zmmailbox --file args
Replies: 6
Views: 2711

help on zmmailbox --file args

Just type: "help contact" while in zmmailbox and you'll get a list like: createContact(cct) [opts] [attr1 value1 [attr2 value2...]] -i/--ignore ignore unknown contact attrs -f/--folder folder-path-or-id -T/--tags list of tag ids/names deleteContact(dct) {contact-ids} flagContact(fct) {cont...