Search found 1410 matches

by dkarp
Fri Sep 25, 2009 8:45 am
Forum: Developers
Topic: Authentication Response does not contain SessionId. Why?
Replies: 3
Views: 1675

Authentication Response does not contain SessionId. Why?

In ZCS 6.0, the default is that requests do not generate a new session. You must explicitly request a new session by placing "" in the SOAP header.
by dkarp
Sat Jan 03, 2009 3:04 pm
Forum: Migration
Topic: Migrate away from Zimbra
Replies: 3
Views: 1441

Migrate away from Zimbra

Stored in the database.
by dkarp
Wed Dec 17, 2008 6:52 pm
Forum: Developers
Topic: [SOLVED] How to get received Date of an Email Msg?
Replies: 1
Views: 1162

[SOLVED] How to get received Date of an Email Msg?

There should be a d="{received-date}" attribute on the element in the GetMsgResponse. No need for a second call.
by dkarp
Sat Dec 06, 2008 9:01 pm
Forum: General Questions
Topic: Difference between ZCS and Desktop?
Replies: 2
Views: 1152

Difference between ZCS and Desktop?

The latter -- ZCS has a web interface that requires no per-user install. Though Desktop enables offline access, which many people find useful.
by dkarp
Tue Dec 02, 2008 10:00 am
Forum: Developers
Topic: Mutators and Converters
Replies: 3
Views: 1624

Mutators and Converters

I don't believe that's possible at present. Can you file an enhancement request in bugzilla?
by dkarp
Tue Dec 02, 2008 8:20 am
Forum: Developers
Topic: Mutators and Converters
Replies: 3
Views: 1624

Mutators and Converters

Mutators operate both on send and receive, with no exceptions. Can you find a way to detect received messages and skip them? (Maybe look for a "Received" header?)
by dkarp
Mon Nov 17, 2008 7:56 pm
Forum: Administrators
Topic: [SOLVED] Inconsistent message count in Junk folder
Replies: 7
Views: 2500

[SOLVED] Inconsistent message count in Junk folder

[quote user="ryck"]Junk folder link (side bar) count 1 less message than the folder contains. When I try to delete the last one, the error comes: msg: system failure: inconsistent state: unread code: service.FAILURE method: FolderActionRequest detail: soap:Receiver trace: btpool0-1:1226967...
by dkarp
Mon Nov 17, 2008 7:55 pm
Forum: Administrators
Topic: [SOLVED] Inconsistent message count in Junk folder
Replies: 7
Views: 2500

[SOLVED] Inconsistent message count in Junk folder

[quote user="2423bradb21"]I kind of have a similar problem with my inbox. It shows I have 7 messages even tough it's empty???[/QUOTE]
Sounds like an IMAP client didn't clean up after itself properly. Empty Trash from the Zimbra web UI and we'll clean up after your IMAP client.
by dkarp
Mon Nov 17, 2008 10:36 am
Forum: Developers
Topic: Search Email via SOAP message
Replies: 3
Views: 1733

Search Email via SOAP message

Well, why not just test and see? Telnet to port 143, 001 LOGIN , 002 SELECT INBOX, 003 SEARCH HEADER "Content-Disposition" attachment. Note that you need to pick an oddball header to test with, as Zimbra always supported searching on Subject, To, From, CC, and Message-ID.
by dkarp
Sun Nov 16, 2008 8:28 pm
Forum: Developers
Topic: [SOLVED] Java Soap Client
Replies: 2
Views: 1462

[SOLVED] Java Soap Client

Look for SoapProvisioning.java and ZMailbox.java.