6.0.0-beta1
9/24/25

[#3405] Cannot open POP3-mail
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

History
02/06/2006 11:19:45 PM frjo0115 (at) student (dot) uu (dot) se Comment #3 Reply to this comment
I believe the problem can not be resolved by the suggested solution. 
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' => '',

);




02/04/2006 06:23:15 PM Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
Looks like your 'protocol' definition in servers.php is incorrect (it 
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.
02/04/2006 10:48:59 AM frjo0115 (at) student (dot) uu (dot) se Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Cannot open POP3-mail
Queue ⇒ IMP
Reply to this comment
New installation of Horde 3.1-RC2 and IMP 4.1-RC2, using MySQL as backend.



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


Saved Queries