Closed
Bug 377791
Opened 18 years ago
Closed 16 years ago
Cannot add existing tag to message if IMAP cannot add new keywords to a folder
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: kangas, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: closeme 2008-10-25)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: version 2.0.0.0 (20070326)
Case in point with UW IMAP and MBX or MIX folders which can only hold up to 30 keywords and which do not remove keywords once created.
Tagging with Thunderbird works great until there are 30 keywords defined in the folder. From then on, Thunderbird tags the message locally and without error but the keywords are NOT added to the message at all. Removing some of the keywords defined on the folder fixes the issue.
I suppose Thunderbird detects that "no new keywords" can be created and thus doesn't try to set keywords at all ... even if they are keywords that still can be set (i.e. of the existing 30).
The fix would be to always try to set a keyword, as this is not wrong in IMAP, even if the folder can't accept newly defined keywords.
Reproducible: Always
Steps to Reproduce:
1. Use UW IMAP as the mail server
2. Define 30 tags
3. Try to tag messages
4. Look in IMAP and see the tagging no longer saves the tags to imap.
Actual Results:
after the imap folder is "full" with tags, thunderbird no longer sets new keyword even for tags that are ok to set.
Expected Results:
I expect the ability to still tag messages with any of the already-defined tags and for adding new tags to fail (a message to this effect would be great too).
Comment 1•18 years ago
|
||
Does the UW IMAP server return error when 31-th keyword is requested?
If not, MUA usually can do nothing...
IMAP protocol log will help developer's problem analysis. Get NSPR log and attach log file to this bug (mime-type=text/plain if size is accepted).
http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap
"SET NSPR_LOG_MODULES=imap:5" is sufficient, I think.
Comment 2•18 years ago
|
||
Even if server returns "NO", Tb 2.0 possibly ignores "NO".
See Bug 381948 for "NO" to folder deletion case.
Comment 3•18 years ago
|
||
TB doesn't ignore "NO" exactly, though we may not report it back to the user, depending on the kind of url that's run.
Updated•17 years ago
|
Blocks: tb-tagsmeta
Updated•16 years ago
|
Assignee: mscott → nobody
Comment 4•16 years ago
|
||
Erik can you attach an *imap* protocol log to the bug?
see https://wiki.mozilla.org/MailNews:Logging
Component: General → Networking: IMAP
Product: Thunderbird → Core
QA Contact: general → networking.imap
Whiteboard: closeme 2008-10-25
Comment 5•16 years ago
|
||
RESO INCO per lack of response to last question. If you feel this change was made in error, please respond to this bug with your reasons why.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•