Search found 1410 matches
- Fri Nov 14, 2008 10:10 am
- Forum: Developers
- Topic: Search Email via SOAP message
- Replies: 3
- Views: 986
Search Email via SOAP message
Before you go further, note that ZCS supports IMAP "SEARCH HEADER" searches as of 5.0.5 (see Bug 7384 – IMAP search on non-indexed header returns error). Do you need something besides that?
- Fri Nov 07, 2008 5:31 pm
- Forum: Developers
- Topic: Accessing unread messages via REST
- Replies: 3
- Views: 510
Accessing unread messages via REST
Does it work if you remove the quotes around "is:unread"?
- Fri Nov 07, 2008 5:29 pm
- Forum: Administrators
- Topic: Zimbra down!
- Replies: 3
- Views: 557
Zimbra down!
What problems were you having, and is there anything in the mailbox.log file?
Also, does restarting mysql help?
Also, does restarting mysql help?
- Tue Nov 04, 2008 3:31 pm
- Forum: Administrators
- Topic: [SOLVED] Truncated Messages
- Replies: 14
- Views: 2162
[SOLVED] Truncated Messages
Looks like a SMTP transparency problem (RFC 2821, section 4.5.2). But nobody else has had this issue and we haven't changed either our SMTP client (JavaMail) or our LMTP server.Are you running anything else on your network that might be mishandling SMTP transparency? An antispam/antivirus box, a...
- Mon Nov 03, 2008 8:47 am
- Forum: Administrators
- Topic: Folder ID
- Replies: 4
- Views: 827
Folder ID
[quote user="bonoboslr"]My question is - where / how can you find the FolderId of the Inbox folder?? There is absolutely no documentation on this - neither is there any for the zmprov cds command so I am starting to pull my hair out.[/QUOTE]
The Inbox always has folder ID "2".
The Inbox always has folder ID "2".
- Tue Oct 28, 2008 8:57 am
- Forum: Administrators
- Topic: Character Encoding and zmmailbox getRestURL
- Replies: 2
- Views: 607
Character Encoding and zmmailbox getRestURL
Messages are returned as-is, exactly as they were received from the MTA. No character encoding is done on them.
- Mon Oct 27, 2008 12:41 pm
- Forum: Developers
- Topic: Best way to track changes?
- Replies: 2
- Views: 431
Best way to track changes?
You could use the SyncRequest SOAP call to track changes via polling. You could also write an extension that registers listeners on the Mailbox objects. Neither requires altering Zimbra code.
- Thu Oct 23, 2008 12:12 pm
- Forum: Administrators
- Topic: per-folder size from command line?
- Replies: 9
- Views: 3678
per-folder size from command line?
Same commands as normal for fetching folders, only adding either -v for verbose or -d for debug. (Not sure which is the one you want -- try and see.)
- Thu Oct 23, 2008 11:18 am
- Forum: Administrators
- Topic: per-folder size from command line?
- Replies: 9
- Views: 3678
per-folder size from command line?
That data is actually returned by the server. If zmmailbox isn't displaying it, you can still get at it by turning on debug/verbose mode and looking at the "s" attribute on the folder.
- Tue Oct 21, 2008 12:28 pm
- Forum: Developers
- Topic: where are the tags stored?
- Replies: 1
- Views: 374
where are the tags stored?
The tags are stored as IMAP keywords (i.e. as metadata, not in the message headers). Mutt should allow you to filter on IMAP keywords.