Closed Bug 23132 Opened 25 years ago Closed 25 years ago

Can't log on to mail servers

Categories

(MailNews Core :: Backend, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: cpratt, Assigned: morse)

References

Details

Build ID: 2000010508
Platform: Linux

To reproduce:
- Start ./mozilla
- From the Tasks menu, choose Mail
- Assuming you haven't yet set up a Mail account, set one up now
- When it comes time to check your mail, enter the correct password

Result: After clicking OK, the program spins for a while. Eventually, you are
asked to enter your password again. That too fails; next, a dialog is shown that
reads 'Login failed'. Once dismissed, it is replaced again by the Enter password
dialog.
Severity: major → blocker
POP or IMAP?
I experienced the problem with IMAP; I believe granrose saw it with POP. I'll
look into it.
Using POP the error message is different. It says 'Error getting mail password'.
Additionally, when setting up an account, you can no longer click into the
Password field.
I saw this w/IMAP.  I'm backing out rods changes and respinning to see if that
takes care of this.
Under IMAP, You can work around the problem if you modify your prefs.js file and
add the following statements:

user_pref("mail.server.server1.password", "enter_your_password");
user_pref("mail.server.server1.remember_password", true);

I haven't tried pop.
I tried this workaround on today win32 and linux builds.  Installing Mac at this
moment.
OS: Linux → All
Hardware: PC → All
Changing platform &c. to All (happens on Mac & Win32 as well).
Assignee: phil → morse
Target Milestone: M13
morse claims it was his checkins that broke this.

re-assign to him.
per steve morse in the builds newsgroup:
Yep, it's my changes that did it.  If you back out my change to:

   commonDialog.js
   commonDialog.xul
   commonDialog.dtd

it will fix the problem.
*** Bug 23138 has been marked as a duplicate of this bug. ***
the linux respin with rods and morse backed out appears to have fixed this one
(2000-01-05-12-M13).
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Permanent fix is now checked in.  Previously I put in a temporary fix by simply
backing out my changes to commonDialogs.xul/js/dtd.  Now I restored those
changes but made a necessary change to nsCommonDialogs.cpp which should fix the
problem the correct way.
Linux Redhat 6.0 (2000-01-05-15-M13)
This problem has been fixed in the latest Linux build.
Wait for Win32 and Mac re-spin...
Status: RESOLVED → VERIFIED
Verified as fixed on win, mac, and linux using the following builds:
ftp://sweetlou/products/client/seamonkey/windows/32bit/x86/2000-01-05-16-M13/sea
monkey32e.exe
ftp://sweetlou/products/client/seamonkey/unix/linux_glibc/2.2/x86/2000-01-05-15-
M13/netscape-i686-pc-linux-gnu.tar.gz
ftp://sweetlou/products/client/seamonkey/macos/8.x/ppc/2000-01-05-15-M13/NSMacIn
staller-M13.sea.bin

I can log successfully to my mail accounts (imap and pop).
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.