Closed
Bug 261963
Opened 20 years ago
Closed 20 years ago
can't login to pop server if username contains @ at symbol
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 258077
People
(Reporter: george, Assigned: mscott)
Details
Attachments
(1 file)
6.88 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.3) Gecko/20040927 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.3) Gecko/20040927 Firefox/0.10
It appears that the username is urlencoded in prefs.js. My login
george@cyberainc.com was stored as george%40cyberainc.com@cyberainc.com. I
suspect but can not verify that this is what is really sent. The pop server (at
least my pop server) does not accept 'george%40cyberainc.com' as equivallent to
'george@cyberainc.com. You should translate the urlencoding back to text to send.
Reproducible: Always
Steps to Reproduce:
1.need a pop account with specal characters in username (in this case '@')
2.check mail
3..
Actual Results:
username/password error
Expected Results:
logged into pop server and retrieved mail
I can't tell if you got the right version info. My version of Thunderbird is
version 0.8 (20040913)
This may also be the cause of bug 259880
Comment 1•20 years ago
|
||
Can you attach a POP log, see
http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#pop for a how-to
(just replace mozilla with thunderbird of course :). You can also attach a
packet trace from something like Ethereal, but please note you might have to
delete the Password from the packet trace then (in the pop log created by
Mozilla the password isn't included).
Reporter | ||
Comment 2•20 years ago
|
||
This file has 3 connections logged. The last one, 'mail.cyberainc.com' shows
the error described. The other 2 work correctly.
Comment 3•20 years ago
|
||
Probably Related/Dupe of Bug 259840?
Comment 4•20 years ago
|
||
(In reply to comment #0)
> was stored as george%40cyberainc.com@cyberainc.com. I suspect but can not verify
> that this is what is really sent.
No it isn't. We decode it before sending and really only send the username
without the second @cyberainc.com.
You can see this in the third try "USER george@cyberainc.com" in your log.
OS: Windows Server 2003 → All
Hardware: PC → All
Comment 5•20 years ago
|
||
(In reply to comment #3)
> Probably Related/Dupe of Bug 259840?
At least a dupe of bug 258077. That the blank line shows up in the log isn't a
sign of bug 259840 since 1.7.x doesn't contain the patch for bug 234421.
*** This bug has been marked as a duplicate of 258077 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•