Summary | Cannot open POP3-mail |
Queue | IMP |
Queue Version | 4.1-RC2 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | frjo0115 (at) student (dot) uu (dot) se |
Created | 02/04/2006 (7172 days ago) |
Due | |
Updated | 02/06/2006 (7170 days ago) |
Assigned | |
Resolved | 02/04/2006 (7172 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
The configuration in servers.php for the non-working mail server is:
$servers['pop'] = array(
'name' => 'Myserver',
'server' => 'myserver.com',
'hordeauth' => false,
'protocol' => 'pop3',
'port' => 110,
'maildomain' => 'myserver.com',
'realm' => '',
'preferred' => '',
);
State ⇒ Resolved
contains capital letters). But we will just add a simple step of
lowercasing the string when parsing that file. This has been fixed in
HEAD and 4.1.0.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Cannot open POP3-mail
Queue ⇒ IMP
Changed default servers.conf to use one IMAP server and one POP3,
letting the server list be shown to users. IMAP works, POP3 does not.
Listing of mailbox is fine, but when trying to open a mail the result is
Notice: Undefined variable: imp_search in
/var/www/html/horde/imp/lib/Mailbox.php on line 755
Fatal error: Call to a member function isSearchMbox() on a non-object
in /var/www/html/horde/imp/lib/Mailbox.php on line 755