Summary | Support for Merak |
Queue | IMP |
Queue Version | RELENG_3 |
Type | Enhancement |
State | Rejected |
Priority | 2. Medium |
Owners | |
Requester | daniel (at) xyz-network (dot) com |
Created | 08/05/2005 (7350 days ago) |
Due | |
Updated | 08/12/2005 (7343 days ago) |
Assigned | |
Resolved | 08/12/2005 (7343 days ago) |
Milestone | |
Patch | No |
more an issue with c-client. I'll head over to their mailing list and
see if they can shed any light on the situation. Switching to thread
sorting does indeed show the messages in my inbox....
http://bugs.php.net/bug.php?id=30755
Try changing the sort order and see if that helps. You may also want
to bring this up on the c-client mailing list:
http://www.washington.edu/imap/lists/imap-uw.html
(2004e). Still no joy though: the problem remains.
since squirrelmail does not use c-client. The only way IMP will
display no messages in a folder is if the return from the imap_*
functions are empty.
running on the same machine as I am trying to get IMP ruinning on.
my distros (SuSE and Gentoo), so cannot determine if this is the true
issue. I _have_ installed the latest version of php for windows on my
mailserving machine and that still comes up with the same symptoms
Bug 1194, although with a different IMAP server.More likely, this is an issue with the particular version of c-client
that you are using. You should try recompiling PHP with a different
version of c-client.
contents of imp/config/servers.php:
<?php
$servers['imap'] = array(
'name' => 'Merak',
'server' => '10.1.0.2',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => '',
'smtphost' => '10.1.0.2',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
?>
State ⇒ Feedback
Priority ⇒ 2. Medium
imp/config/servers.php for you IMAP server?
Priority ⇒ 3. High
Type ⇒ Enhancement
Summary ⇒ Support for Merak
Queue ⇒ IMP
State ⇒ New
IceWarp (www.icewarp.com). IMP correctly displays how many messages
are in folder X while in the folders navigator, but when switching to
view the contents of the folder, IMP reports "There are no messages in
this mailbox.".