Move local folder containing tagged messages to IMAP account/folder, messages do not have (imap) labels/tags
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
People
(Reporter: Ulf.Zibis, Unassigned, NeedInfo)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: dataloss)
Comment 2•13 years ago
|
||
Comment 5•13 years ago
|
||
Updated•13 years ago
|
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
Reporter | ||
Comment 10•12 years ago
|
||
Updated•12 years ago
|
Comment 11•7 years ago
|
||
Reporter | ||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•6 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #13)
I can reproduce this - moving a FOLDER from local to imap does retain
X-Mozilla-Keys: $labelN
but the messages in imap folder are not colored.Moving individual messages works fine
This might be bug 729732.
https://mzl.la/2YMhum8 from the past 4 years
Comment 15•6 years ago
|
||
When the folder Local Folders/2018 is copied to an imap server, a new folder is created OK and then each message is imap append
'ed to the new folder. Append allows the flags for the message to be included. However, tb is leaving off the user defined tags (keywords) from the command. I.e., I see this being sent for a message with the Important flag set:
...A:SendData: 6 append "2018" (\Seen) "04-Nov-2018 09:49:37 -0400" {48590}
Note that only the \Seen flag is sent even though the original message in Local Folders/2018 was marked 'important'.
But if the individual message is copied, the append includes several keywords, including the stand-in for "Important", $label1:
...S-2018:SendData: 18 append "2018" (\Seen nonjunk $notjunk $label1) "04-Nov-2018 09:49:37 -0400" {48590}
so the copied individual message does show the 'Important' tag at the destination. The question is, why the difference?
Comment 16•5 years ago
|
||
bug 760856 comment 10 "issue must be in the folder copy code." (vs copying individual messages)
Description
•