Closed
Bug 182754
Opened 22 years ago
Closed 22 years ago
Different Username then part before @, gets ignored by Wizard for the SMTP Username entry
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 107953
mozilla1.3alpha
People
(Reporter: bootsy52, Assigned: racham)
Details
I remarked this early in 1.0 and it is still present in 1.2 as well as on
Netscape 7.0.
Problem, when you have a different username than the part before @ in your email
adress, then the Wizard enters despite of that the local part of the @domain in
the Username field of the SMTP Username entry. This prevents you from sending
Mail, if you do not change it manually.
Example: if you have an account at GMX.net, your username is when signing on, on
the webpage user@gmx.net but if you use the pop service, you have to use your
Customer ID as username.
Reproduce:
Launch the MailNews Wizard to create an new mail account, fill out all fields.
But use a different username then the username in your email adress
(joe@domain.com). For example your mail adress is joe@domain.com and your
username for pop3 and smtp access is 1718500. After finishing, go to
Edit->MailNewsgroup Account Settings ->Outgoing Server
and look what username is written there.
Tested on Windows and Linux
Reporter | ||
Updated•22 years ago
|
Target Milestone: --- → mozilla1.3alpha
Reporter | ||
Comment 1•22 years ago
|
||
Could it be that the function in Row 778 in AccountWizard.js
function getUsernameFromEmail(email)
{
var emailData = email.split("@");
return emailData[0];
}
is part of responisble for that ?
Dupe - reporter if you think otherwise reopen
*** This bug has been marked as a duplicate of 107953 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•