Closed
Bug 129842
Opened 23 years ago
Closed 23 years ago
pop3 access to default seerver fails
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 129457
People
(Reporter: bernd_mozilla, Unassigned)
Details
I cant get my email from my default pop3 account. This worked over years in
mozilla. In a debug build I get:
WARNING: NS_ENSURE_TRUE(server) failed, file C:\MOZ_SOUR\MOZILLA\mozilla\mailnew
s\local\src\nsPop3Protocol.cpp, line 444
Exception : In mail commands
the corresponding line is :
439 if (mailnewsUrl)
440 {
441 nsCOMPtr<nsIMsgIncomingServer> server;
442 mailnewsUrl->GetStatusFeedback(getter_AddRefs(m_statusFeedback));
443 mailnewsUrl->GetServer(getter_AddRefs(server));
444 NS_ENSURE_TRUE(server, NS_MSG_INVALID_OR_MISSING_SERVER);
I think this is consequence of darins checkin. I am running mozilla under win98
german version.
Summary: pop3 access to default seerver fails → pop3 access to default seerver fails
Comment 2•23 years ago
|
||
Dupe of bug 129457 (Bernd has a '@' in his username)
*** This bug has been marked as a duplicate of 129457 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
-> mailnews
Component: Networking → Account Manager
Product: Browser → MailNews
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•