Quote:
Originally Posted by phoenix I don't understand what you mean by that statement |
Hello,
Thanks for your reply. What I posted is a printout of an IMAP session (
RFC 3501) with our server. Thunderbird relies on the same IMAP commands and as a result showed the same error.
Please find below the IMAP commands of the above printout accompanyied with comments:
select "inbox/Billing/3 Account/contract_cancel_normal 3;5/3;5;re"
This command selects the following IMAP folder (like cd) "
inbox/Billing/3 Account/contract_cancel_normal 3;5/3;5;re".
fetch 6129,6131 body[header.fields (from)]
This one shows the from header fields of two messages
6129 and
6131 (all messages are numbered in IMAP mailboxes). The command shows that both messages are sent from the same user "Hasmik Shalunts <billing@switzernet.com>".
search 6129,6131 from Hasmik
This command searches for all messages (from the list consisting of two messages
6129 and
6131) containing word "
Hasmik" in the from field. The command must return the id numbers of messages matching the given search criteria (i.e. from field contains "Hasmik"). The expected return must consist of two numbers
6129 and
6131, because we saw in the output of the FETCH command that both messages are sent from "Hasmik ...".
* SEARCH 6131
However the return contains only one message
6131 
.
The problem was observed for certain messages with Thunderbird search pane. We first though it is a bug in Thunderbird. Then when we looked at Zimbra's IMAP exchange we saw that the problem has nothing to do with Thunderbird. Such search errors affect only a part of messages and we cannot identify any rule. It looks random.
Quote:
Originally Posted by phoenix what s the configuration of your servers - single, multiple or something else? |
We have 2 independent servers. They do not share anything.
Thanks for any help,
Emin