Summary | Can't see messages in inbox |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | divaesq (at) earthlink (dot) net |
Created | 05/30/2007 (6631 days ago) |
Due | |
Updated | 09/28/2007 (6510 days ago) |
Assigned | 07/10/2007 (6590 days ago) |
Resolved | 08/03/2007 (6566 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Summary: Deteriorated behavior of Inbox in Sidebar on cPanel
Expected Result: Inbox in Sidebar in cPanel displays all eMail
accounts and provides "Administrator-level" access to eMail accounts
Actual Result: Inbox in Sidebar in cPanel stopped displaying all
eMail accounts and allows no access thereto.
PHP-friendly space in the server in a way it runs off the same PHP we
are running IMP - we are mostly a Plone house and the PHP apps are,
mostly, infrastrucure (and that's why I really don't feel at ease with
major upgrades on this box).
We will also need to wait for another mailbox to show the symptoms.
What seems to happen is that IMP gets the correct message count, but
the mailbox shows as if it was empty. More interesting is the way the
problem happens: seemingly a random mailbox starts showing the problem
more or less at a random time. The only way to "cure" the mailbox is
to recreate it (it is safe to copy the messages back to the new one).
State ⇒ Feedback
What happens if you plug a valid server string, username, and password
into this script and run it? Do you get a list of valid message uids?
<?php
$imap = imap_open('{localhost:143/imap/notls}', 'user', 'pass');
var_dump(imap_sort($imap, SORTDATE, 0, SE_UID));
?>
If that doesn't show you a valid list, then there is no way that IMP
can work on your system; you need to fix that first. If that gives you
a valid list of uids you can try other imap calls and trace IMP's code
from there.
because yours is very old, but the really important part is upgrading
the imap extension, and probably the underlying c-client lib also.
Debian package management and this is a production machine, so, any
breakage would be major breakage and clients that had experienced no
problem up to now would kick and scream for very understandable reasons.
connection problem? I can patch its code, if you point me where to do
it.
4.4.4 do?
because yours is very old, but the really important part is upgrading
the imap extension, and probably the underlying c-client lib also.
library returning an empty mailbox on a connection problem instead of
raising an exception (or something like it). Could this be the
problem?
4.4.4 do?
I have read somewhere that this could be caused by the imap client
library returning an empty mailbox on a connection problem instead of
raising an exception (or something like it). Could this be the problem?
if you want to make the jump.
if you want to make the jump.
are on a very, very old version with plenty of bugs and open security
holes); recompile PHP with a different version of libc-client; try
your IMP installation against another, different IMAP server.
I'm guessing you're going to need a different PHP/c-client combination
regardless.
2. What method are you using to serve maildir mailboxes via IMAP?
(what imap server, etc.).
3. Have you tried to use another imap client to test your server?
And sorry for the dupe. I guessed (wrong) it would be more convenient for you.
State ⇒ Feedback
2. What method are you using to serve maildir mailboxes via IMAP?
(what imap server, etc.).
3. Have you tried to use another imap client to test your server?
New Attachment: Picture 1.png
There are messages in the Maildir (I can ls them) and the message
count is correct but the screen says there are no messages in the
inbox. It is not constant and we were unable to replicate it
consistently, but eventually it affects all our clients that use
webmail.
We can solve the problem copying the messages to another folder,
recreating the maildrop and copying them back.
Please, reopen this bug, It's real.
State ⇒ Not A Bug
Priority ⇒ 1. Low
Priority ⇒ 3. High
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ Can't see messages in inbox
Type ⇒ Bug
cannot see any of them - I know they are arriving in the inbox because
after I sent a message to myself, and the inbox count changed from 570
to 571, but they do not appear in the inbox. Help ASAP is greatly
appreciated.