Closed
Bug 229902
Opened 21 years ago
Closed 1 year ago
Bad error on IMAP connection limit
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: piers, Unassigned)
Details
Attachments
(1 file)
1010 bytes,
text/plain
|
Details |
Sometimes at the moment MyRealBox has too many conncurant IMAP connections.
Thunderbird gives the following error message:
"Mail server imap.myrealbox.com is not a valid IMAP4 server."
Trying the same in Outlook Express gives the following, more useful error:
IMAP connection limit for this server reached
Configuration:
Account: imap.myrealbox.com
Server: imap.myrealbox.com
Protocol: IMAP
Port: 143
Secure(SSL): 0
Code: 800cccd9
"Code: 800cccd9" equates to error type IMAP_CONNECTION_REFUSED.
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
Forget my former comment, the following URL might be more resistant to change:
http://lxr.mozilla.org/seamonkey/ident?i=IMAP_SERVER_NOT_IMAP4
Something else: I was brosing the code using LXR to understand it a little bit
better. Maybe the capability_data method should include a warning for non
handled tokens?
http://lxr.mozilla.org/seamonkey/ident?i=capability_data
http://lxr.mozilla.org/seamonkey/source/mailnews/imap/src/nsImapServerResponseParser.cpp#2109
Reporter, can you say more about your bug, which version of mozilla mail are you
using?
Comment 5•21 years ago
|
||
at one point, we'd fixed this to display the appropriate error message, but
perhaps when I changed IMAP to use blocking reads, I broke this.
Updated•20 years ago
|
Product: MailNews → Core
Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
Updated•16 years ago
|
QA Contact: grylchan → networking.imap
Updated•12 years ago
|
Assignee: dbienvenu → nobody
Updated•2 years ago
|
Severity: normal → S3
Comment 6•1 year ago
|
||
Unlikely to still be an issue. If someone still sees a problem, please file a new bug report
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•