Closed Bug 13335 Opened 26 years ago Closed 26 years ago

Problems with pref migration for mail

Categories

(MailNews Core :: Profile Migration, defect, P1)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

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)
Blocks: 12176
Priority: P3 → P1
Target Milestone: M11
Added dependency on dogfood bug
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.
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.
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.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
chriss: don't copy your prefs.js anymore. use -installer. -installer and pref migration is working much better now. marking fixed.
Status: RESOLVED → VERIFIED
this is working on unix and win- verified on builds 1999091608
No longer blocks: 12176
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.