6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/20/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8012] IMAP Login Loging Fail Message
*
Your Email Address
*
Spam protection
Enter the letters below:
. .___.___ ..__ | [__ [__ |[__) |___[___[___\__||
Comment
>>> There is a bug in the /imp/lib/IMAP/Client.php file. On function > >>> _loging (almost line 442 on a vi terminal) the password for the IMAP > >>> server is send like {".strlen($password)."} which send the actual > >>> length of the password and not the password itself, this prevents the > >>> IMP application of logging to the mail server. I make a search on the > >>> web and others users may have this issue. > >> > >> If this is broken for you, then your IMAP server is broken. This is > >> how to quote literals in IMAP. Please read RFC 3501. > > > > Take a look again an check: > > > > The client is not permitted to send the octets of the literal unless > > the server indicates that it is expected. This permits the server to > > process commands and reject errors on a line-by-line basis. The > > remainder of the command, including the CRLF that terminates a > > command, follows the octets of the literal. If there are any > > additional command arguments, the literal octets are followed by a > > space and those arguments. > > > > Example: C: A001 LOGIN {11} > > S: + Ready for additional command text > > C: FRED FOOBAR {7} > > S: + Ready for additional command text > > C: fat man > > S: A001 OK LOGIN completed > > C: A044 BLURDYBLOOP {102856} > > S: A044 BAD No such command as "BLURDYBLOOP" > > > > The implementation, makes the process fail. :) > >
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