6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/21/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7182] IMAP login broken/double connection with maybe debug kinda stuff
*
Your Email Address
*
Spam protection
Enter the letters below:
. ,._.\ /.___..__ \./ | >< | [ __ | _|_/ \ | [_./
Comment
> lib/IMAP/Client.php is littered with stuff like: > > > > line 442: > > $read = $this->_runCommand("LOGIN \"$username\" {" . > strlen($password) . "}"); > > > > should be: > > $read = $this->_runCommand("LOGIN $username " . $password); > > > > which looks like maybe a debug or something but it 100% kills IMP > from running. why even have this second connection, the first should > be doing this? > > > > for some reason 2 connections happen, the first is the expected IMAP > connection which has no issues, the second is the weird one. > > > > another bug: > > line: 635 > > $res = $this->_runCommand('LIST "" ""'); > > > > return nothing perhaps should be: > > $res = $this->_runCommand('LIST "" "%"'); > > and/or > > $res = $this->_runCommand('LIST "" "*"'); > > to get the list or just simply don't call it/them if there is no use. > > > > still not sure why this second connection is made though... > >
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