Search found 1410 matches

by dkarp
Fri Oct 17, 2008 3:44 pm
Forum: Users
Topic: [SOLVED] User Can't Send Message To Themselves
Replies: 2
Views: 758

[SOLVED] User Can't Send Message To Themselves

Preferences > Mail > Receiving Messages > Messages from me -- make sure it's not set to "Ignore message".
by dkarp
Thu Oct 09, 2008 7:24 pm
Forum: Developers
Topic: REST interface stripping off extra attributes
Replies: 2
Views: 737

REST interface stripping off extra attributes

Please file a bug report in bugzilla for this.
by dkarp
Thu Oct 09, 2008 7:21 pm
Forum: Migration
Topic: Easy way to import RSS feeds?
Replies: 5
Views: 1364

Easy way to import RSS feeds?

Not yet. I don't even know if there's an RFE for that in bugzilla yet...
by dkarp
Wed Oct 08, 2008 2:39 pm
Forum: Developers
Topic: Unable to get all emails of Zimbra User
Replies: 3
Views: 1123

Unable to get all emails of Zimbra User

[quote user="avinashp22"]

wout.write("context xmlns='urn:zimbra'>");[/QUOTE]

Missing an open angle-bracket there.
by dkarp
Wed Oct 08, 2008 10:39 am
Forum: Developers
Topic: Insert events via SOAP instead of Caldav
Replies: 4
Views: 1326

Insert events via SOAP instead of Caldav

Try turning on the debug window and watching the requests sent by the AJAX client when creating appointments in the AJAX UI...
by dkarp
Tue Oct 07, 2008 10:01 am
Forum: Developers
Topic: Mod Date of Contacts
Replies: 1
Views: 537

Mod Date of Contacts

Please use ZMailbox in the com.zimbra.cs.zclient package instead. The Lmc* code in the com.zimbra.cs.zclient package does not appear to be maintained.
by dkarp
Tue Oct 07, 2008 10:00 am
Forum: Developers
Topic: Zimbra and Contacts
Replies: 6
Views: 1489

Zimbra and Contacts

Please use ZMailbox instead of LmcContact.
by dkarp
Tue Oct 07, 2008 9:55 am
Forum: Developers
Topic: Deleted Contacts
Replies: 2
Views: 726

Deleted Contacts

Are you tracking changes via SyncRequest, or are you regularly fetching info on every contact via poll? If you were using SyncRequest, the deleted items are listed (and broken down by type if you specified typed="1" on the request). If you're polling, just keep a list of the contacts from ...
by dkarp
Mon Oct 06, 2008 12:42 pm
Forum: Developers
Topic: Modify Contacts with SOAP
Replies: 2
Views: 618

Modify Contacts with SOAP

We suggest using the ZMailbox.java class (and the rest of the com.zimbra.cs.zclient package) to manipulate contacts instead.
by dkarp
Wed Oct 01, 2008 10:35 am
Forum: Administrators
Topic: [SOLVED] How can I view a shared calendar from web browser
Replies: 7
Views: 1884

[SOLVED] How can I view a shared calendar from web browser

What URL are you using to access the Zimbra calendar via the web?