[Tickets #5413] Re: Can't see messages in inbox

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Jul 10 01:18:51 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5413
-----------------------------------------------------------------------
 Ticket             | 5413
 Updated By         | Chuck Hagenbuch <chuck at horde.org>
 Summary            | Can't see messages in inbox
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
-State              | No Feedback
+State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


Chuck Hagenbuch <chuck at horde.org> (2007-07-09 18:18) wrote:

I very much doubt it's a connection problem, since you get a message
count.

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.



More information about the bugs mailing list