Closed
Bug 808533
Opened 12 years ago
Closed 12 years ago
saving message in IMAP folder fails, due to "APPEND failed: unknown flag"
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 382117
People
(Reporter: bugzi, Unassigned)
Details
(Keywords: imap-interop)
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:16.0) Gecko/20100101 Firefox/16.0
Build ID: 20121010144125
Steps to reproduce:
I try to move a tagged (user tag called "power") message from one IMAP server to the other.
I'm doing a right click, and then "move to"
Actual results:
The operation fails with the following message: "APPEND failed: Unknown flag: power"
Expected results:
The "power" tag should have been appended to the message header.
Seems like my server supports tags. I tried to thindgs:
1) tag the message in outlook, and then move it: Message is saved correctly, and the tag appears in the header.
2) Log into the IMAP server, using telnet, and set the flag manually (on another mail in that folder):
Escape character is '^]'.
* OK [CAPABILITY IMAP4 IMAP4REV1 LOGIN-REFERRALS AUTH=LOGIN] taux01 IMAP4rev1 2000.287 at Mon, 5 Nov 2012 13:38:22 +0200 (IST)
* BAD Null command
1 login popo XXXXXX
* CAPABILITY IMAP4 IMAP4REV1 NAMESPACE IDLE MAILBOX-REFERRALS SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND
1 OK LOGIN completed
2 select /home/mail/popo/test
* 1 EXISTS
* 1 RECENT
* OK [UIDVALIDITY 1351069718] UID validity status
* OK [UIDNEXT 7] Predicted next UID
* FLAGS (NonJunk \Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (NonJunk \* \Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
2 OK [READ-WRITE] SELECT completed
3 store 1 +flags (power)
* FLAGS (NonJunk power \Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS (NonJunk power \* \Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
* 1 FETCH (FLAGS (\Recent \Seen power))
3 OK STORE completed
Updated•12 years ago
|
Component: Untriaged → Networking: IMAP
Product: Thunderbird → MailNews Core
Keywords: imap-interop
I just tried using the default tags. Marked a message as "important" on the exchange server. When saving the message to the IMPA server, I get an error message:
"Append failed: unknown flag: $label1"
So I guess the problem is with all tags (both predefined, and user defined). Any ideas on how to continue with the debug ?
popo
Updated•12 years ago
|
Summary: saving message in IMAP folder fails, due to "unkwon flag" → saving message in IMAP folder fails, due to "APPEND failed: unknown flag"
Comment 2•12 years ago
|
||
Can you make an imap log and save it as an attachment?
https://wiki.mozilla.org/MailNews:Logging
Updated•12 years ago
|
Flags: needinfo?(bugzi)
This log describes a failed attempt to save a mail containing 1 of the five default flags.
Flags: needinfo?(bugzi)
This log describes a failed attempt to save a mail containing a user flag.
Please see attached logs, describing 2 attempts to archive mail with default flag, and with user flags.
thanks,
popo
Comment 6•12 years ago
|
||
@popo: I see you found the duplicate bug too. Please post any further discussion there.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•