Closed
Bug 13335
Opened 26 years ago
Closed 26 years ago
Problems with pref migration for mail
Categories
(MailNews Core :: Profile Migration, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: phil, Assigned: sspitzer)
Details
Chriss@netscape.com writes:
Here are what my prefs say after they were imported:
user_pref("mail.server.server1.password", "");
user_pref("mail.server.server1.remember_password", true);
Notice that the password field is blank. This is probably why authentication
failed. There are
numerous dogfood issues here:
1. Prefs not imported properly (i.e. password since I save this in my 4.6 prefs)
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 1•26 years ago
|
||
Added dependency on dogfood bug
Assignee | ||
Comment 2•26 years ago
|
||
we can't decode 4.x passwords.
what you should be seeing is this:
migrate
start up mail
authentication fails, so you get the password dialog once
enter your new password.
since you have remember_password set to true, it should write it out to your
prefs.fs. (note, it will be written to your prefs.js in clear text.)
from then on, authentication will not fail.
chriss: is that what you are seeing?
until we solve the problem of decoding 4.x passwords, this is how its going to
work.
adding mscott to the cc list.
Comment 3•26 years ago
|
||
Chris, we'll never be able to migrate your 4.5 password in mozilla. We don't
have access to the security unmunge code that was used to munge the password
before storing in prefs.
If you ran with yesterdays build (9/8) password dialogs were broken. They are
fixed again today.
As Seth said, the first time you run, when you try to get new mail, you'll get a
password dialog asking for your pop or imap password. if remember_password is
set to true, we'll remember it and you'll never see the dialog again.
I'm pretty sure there isn't a bug here as remember password works fine for me.
This is assuming this bug was filed using yesterdays build when the password
dialog was broken.
I was running yesterday's build and never saw the password dialog as expected.
I am now running today's build but am having problems getting mail up so I can't
tell if the password dialog appears. I'll keep digging and file another bug if
necessary.
Comment 5•26 years ago
|
||
Hey Chris, any problems in particular we can help you with? Todays build has
actually been behaving pretty good for me today.
Summary: Password problems in pref migration → Problems with pref migration for mail
Seth got me running by copying my 4.7 prefs directly into my seamonkey profile.
This did the trick and got me running. But there is still a problem with pref
migration. I'll try tomorrow's build (deleting my profile first) and see what
happens.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
chriss: don't copy your prefs.js anymore.
use -installer.
-installer and pref migration is working much better now. marking fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
this is working on unix and win-
verified on builds 1999091608
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
•