Generate error dialogs when IMAP errors occur due to Compliance error messages
Categories
(MailNews Core :: Networking: IMAP, enhancement)
Tracking
(Not tracked)
People
(Reporter: zac.spitzer, Unassigned)
Details
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Updated•21 years ago
|
Updated•17 years ago
|
| Assignee | ||
Updated•17 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Is this something we'd want to do?
Comment 4•3 years ago
|
||
Can we even define what this would be
Comment 5•3 years ago
|
||
We currently look for and log a lot of potential imap syntax errors in the imap response data. However, I'm sure these don't catch all the possible errors when parsing the imap responses but there are a lot of checks:
https://searchfox.org/comm-central/search?q=SetSyntaxError&path=parser&case=false®exp=false
Also, we put up an alert pop-up when the server itself reports a BAD response indicating TB is not following the protocol. For example the server will report [TRYCREATE] if we try to copy or move a message to a folder that doesn't exist.
At this point in time IMAP is mature and and consistently implemented by (most) server vendors, unlike 20 years ago, I don't see value in adding anything to what is currently done.
Updated•3 years ago
|
Description
•