Search found 41 matches

by a1ex
Fri Dec 18, 2015 10:23 am
Forum: Developers
Topic: New Git repo zimbra-foss
Replies: 3
Views: 1784

New Git repo zimbra-foss

I've already re-downloaded it yesterday. Thank you!
by a1ex
Wed Dec 02, 2015 7:13 pm
Forum: Developers
Topic: New Git repo zimbra-foss
Replies: 3
Views: 1784

New Git repo zimbra-foss

Hello quanah! I've cloned the repo by following that Wiki page about year ago. Now I'm trying to pull updates and receives this error: " $ git pull Git Fusion is shutting down. Please contact your admin. fatal: Could not read from remote repository. Please make sure you have the correct access ...
by a1ex
Thu Nov 26, 2015 4:51 pm
Forum: Developers
Topic: How to create calendar items on backend (in a SOAP document handler)? (8.6)
Replies: 0
Views: 1153

How to create calendar items on backend (in a SOAP document handler)? (8.6)

I need to create mail items in specific mailbox from backend. I've already tested folder/document/share/mountpoint creation with proper methods of com.zimbra.cs.mailbox.Mailbox class. Now I'm puzzling over Appointment/Task creation. createCalendarItem method has package local access modifier. So I'm...
by a1ex
Thu Nov 12, 2015 5:27 am
Forum: Developers
Topic: Is it possible to load specific account's folder tree on frontend?
Replies: 0
Views: 996

Is it possible to load specific account's folder tree on frontend?

I'm trying to get list of subfolders of shared folder of known account. First I need to get ZmZimbraAccount object by email somehow. And I can't find a way how to do that. But even when I'm constructing it by myself with proper UUID and email getFolderTree function returns "undefined". var...
by a1ex
Wed Aug 05, 2015 12:29 am
Forum: Developers
Topic: How to debug servlet remotely?
Replies: 1
Views: 1079

How to debug servlet remotely?

Does anybody develop zimbra service extensions? Any suggestion how to debug them?
by a1ex
Mon Oct 06, 2014 4:34 pm
Forum: Developers
Topic: Remote debugging info
Replies: 6
Views: 2783

Remote debugging info

Hi Greg!



Thank you very much for your answer!



I'll try your steps once I managed to build Zimbra FOSS.
by a1ex
Wed Oct 01, 2014 6:12 pm
Forum: Developers
Topic: Remote debugging info
Replies: 6
Views: 2783

Remote debugging info

Hello,



Do you know how to start ZCS 7 in the same debug mode ?
by a1ex
Wed Oct 01, 2014 6:04 pm
Forum: Developers
Topic: How to debug servlet remotely?
Replies: 1
Views: 1079

How to debug servlet remotely?

Hello, I need to debug my zimbra service extension on server. I've found a page  where described how to do that with old zimbra version when tomcat was used. But in version 7.2.7 there are three other options instead of tomcat_java_options: $ zmlocalconfig -s | grep options mailboxd_java_options = -...
by a1ex
Mon Feb 10, 2014 6:17 pm
Forum: Zimlets
Topic: How to get selected appoinment
Replies: 0
Views: 758

How to get selected appoinment

I need to do some custom actions with selected appointment. Custom functionality can be called either by custom toolbar button or by context menu item. There are questions on both of approaches: 1) in case of using toolbar button I can't find a way how to listen for the appointment selection event; ...
by a1ex
Sun Jan 19, 2014 11:10 am
Forum: Zimlets
Topic: How to create single-row menu?
Replies: 0
Views: 796

How to create single-row menu?

I'm trying to create time selection two-level menu, the same as in "new appointment" dialog but am not able to make second level menu (that with x:15 | x:30 | x:45 values) horizontal. I played a lot with params.layout and params.style of DwtMenu constructor but my menu always has dropdown ...