Summary | Imap client error |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | leena.heino (at) uta (dot) fi |
Created | 12/07/2012 (4592 days ago) |
Due | |
Updated | 12/07/2012 (4592 days ago) |
Assigned | |
Resolved | 12/07/2012 (4592 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 261221cc879c80ea5eb05b093f7c2c2055c8d76b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Dec 7 11:25:00 2012 -0700
Bug #11832: Fix tokenizing error.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/261221cc879c80ea5eb05b093f7c2c2055c8d76b
in /horde/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php on
line 772, referer: https://localhost/horde/login.php
Line 772 is:
while (($curr = $token_data->next()) !== false) {
Socket.php:
// $this->_parseID($token);
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Imap client error
Type ⇒ Bug
State ⇒ Unconfirmed
/horde/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php on line
772, referer: https://localhost/horde/login.php
Line 772 is:
while (($curr = $token_data->next()) !== false) {