Creation of IMAP folders fails with "NO" response code, showing no error message to user due to limit on the server
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
People
(Reporter: erik.brangs, Unassigned)
References
Details
(Whiteboard: [dupme?])
Attachments
(1 file)
|
2.38 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
I tried to create a new folder on my IMAP GMX account using Thunderbird. I right-clicked on the accout and selected "New Folder...".
Actual results:
No new folder was created and no error message appeared.
This happened both on Debian Stretch and on Windows 10.
Expected results:
I would expect Thunderbird to display a user-visible, understandable error message about the failure to create a folder. Currently, the creation of the folder simply fails silently.
I know that the creation of the folder fails because I logged into the GMX web interface and tried to create the folder from there. This displayed an error message that said that I reached the maximum number of folders for my account type.
Comment 1•6 years ago
|
||
Erik,
Given that you have already reached your limit, could you open the developer console found under Tools-->Developer Tools-->Error Console and try to create a folder?
Paste whatever appears in the console window here or attach it as a file if you would rather.
| Reporter | ||
Comment 2•6 years ago
|
||
The error console does not get any new entries when I try to create a folder.
Comment 3•6 years ago
|
||
Looks like we need to improve error handling here.
Comment 4•6 years ago
|
||
Probably an IMAP log would be useful: https://wiki.mozilla.org/MailNews:Logging
Comment 5•6 years ago
|
||
Reporter, I haven't tested this but curious to know what the GMX folder count limit is. Also, the IMAP:5 log that Magnus mentioned would help. Typically when an imap server returns a hard error for a command the text in the response is quoted in a pop-up message and the error also appears in "Activity Manager".
| Reporter | ||
Comment 6•6 years ago
|
||
I've attached a shortened IMAP log from the point where the folder name appears.
| Reporter | ||
Comment 7•6 years ago
|
||
The "Activity Manager" says: "The current command did not succeed. The mail server for account * responded: quota exceeded". I do not get a popup.
According to the GMX web interface, the quota is 20 folders for my account type.
Comment 8•6 years ago
|
||
I try to create a really too "looo....oooog" folder name on isp's imap server and all I see about failure is when I look in activity mgr (no pop-up occurs). This is another case where the imap create commands returns "NO" response code.
Looking at imap code, it appears that NO vs BAD should both indicate failure and cause the user to be alerted via pop up.
Updated•5 years ago
|
Updated•3 years ago
|
Description
•