We are running 1.5.2 from the CVS on UNIX with CPanel.
When a user deletes an email without viewing it, ie
through the message summary, the email will delete, but
one of the other messages will be changed to Unknown
Sender. This happens only when in the pagnated view
and can be reproduced everytime.
Screen Shot
Logged In: YES
user_id=225877
Please provide information about used PHP version and IMAP
server
Logged In: YES
user_id=672188
PHP 4.4.2 (cgi) (built: Jun 14 2006 02:17:35)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend
Technologies
with Zend Extension Manager v1.0.10, Copyright (c)
2003-2006, by Zend Technologies
with Zend Optimizer v3.0.1, Copyright (c) 1998-2006,
by Zend Technologies
IMAP is Mailsite 6.1
Logged In: YES
user_id=225877
From info plugin tests
----
TEST_9
Request:
UID STORE 530376148:530376148 +FLAGS (\Deleted)
Response:
* 217 FETCH (FLAGS (\Deleted))
OK UID STORE completed
---
Contact Rockliffe support and ask them to fix their IMAP
server. RFC 3501 "6.4.8. UID Command" chapter states that
UID FETCH command requires FETCH response with UID tag.
---
The number after the "*" in an untagged FETCH response is
always a message sequence number, not a unique identifier,
even for a UID command response. However, server
implementations MUST implicitly include the UID message
data item as part of any FETCH response caused by a UID
command, regardless of whether a UID was specified as a
message data item to the FETCH.
---