6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/24/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3778] log in when the username contains spaces
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___.__ . .\ / \ /[__ [__)|_/ >< \/ [___| \| \/ \
Comment
> Fixed in HEAD and IMP 4.1.2. > > > > However, as noted in the comments in the code: > > We should use a literal string to send the username, but some > > IMAP servers don't support a literal string request inside of a > > literal string. Thus, use a quoted string for the username > > (which should probably be OK since it is very unlikely a > > username will include a double-quote character). > > > > i.e. we should be doing this: > > > > a001 LOGIN {3} > > + OK > > foo {3} > > + OK > > bar > > > > but certain IMAP implementations (i.e. up-imapproxy) don't support this: > > > > a001 login {e} > > + go ahead > > foo {3} > > a001 NO LOGIN failed > > > > Literal string requests MUST (per RFC 3501) be honored inside of a > literal string itself. up-imapproxy is broken and needs to be fixed. > I am going to send the devs a message and let them know about this. > As stated above, this shouldn't be critical because I don't know of a > single IMAP server or OS that allows double quotes in a username. > But theoretically this is possible.
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