Closed
Bug 61968
Opened 24 years ago
Closed 24 years ago
email user names with '@' are truncated
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: jduell.mcbugs, Assigned: mscott)
References
Details
My POP3 user name is 'jason@jasonandkaren.com'. I can't log in correctly, and
when I actually look at the TCP/IP stream, I can see that Mozilla is only
sending 'jason'. It looks like it's getting truncated by the mail backend.
I'm using nightly build for linux-386 from Dec 3rd 2000.
The workaround is to edit the address manually in prefs.js (or preferences.js)
To make a mail-account name with a @ work, add this line:
user_pref("mail.allow_at_sign_in_user_name", true);
There is a bug filed about getting preferences backend work all on it's own.
(bug 53970 "Make username with "@" work without editing prefs.js file")
The issue was release-noted, so resolving this bug as invalid.
Please add comments in bug 53970 if you feel the matter urgent.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Depends on: 53970
Seth fixed this bug a week or so ago, and Karen verified it. VERIFIED.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•