6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/23/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#11460] PHP errors with latest git (IMAP authentication)
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. ..__ .__..__ [__ |\/|[__)[__][__) [___| || | || \
Comment
> Hi, > > I can't get past the login page: > > [Thu Oct 04 10:27:19 2012] [error] [client 192.168.122.1] PHP Fatal > error: Call to undefined method > Horde_Imap_Client_Interaction_Server_Continuation::current() in > /datastore/DEVEL/horde/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php on line 598, referer: > https://192.168.122.254/horde/login.php > > > It looks like CRAM-MD5 authentication is working but DIGEST-MD5 fails. > > Use this quick hack to reproduce it: > --- a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php > +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php > @@ -355,7 +355,8 @@ class Horde_Imap_Client_Socket extends > Horde_Imap_Client_Base > if (!empty($auth_methods)) { > // Add SASL methods. Prefer CRAM-MD5 over DIGEST-MD5, as the > // latter has been obsoleted (RFC 6331). > - $imap_auth_mech = array_intersect(array('CRAM-MD5', > 'DIGEST-MD5'), $auth_methods); > +// $imap_auth_mech = > array_intersect(array('CRAM-MD5', 'DIGEST-MD5'), $auth_methods); > + $imap_auth_mech = > array_intersect(array('DIGEST-MD5'), $auth_methods); > > // Next, try 'PLAIN' authentication. > if (in_array('PLAIN', $auth_methods)) { > > > Thomas >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers