[imap-js] mailnews.imap.jsmodule=true duplicates Trash folder for Gmail
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird110 unaffected, thunderbird111 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird110 | --- | unaffected |
thunderbird111 | --- | unaffected |
People
(Reporter: soeren.hentzschel, Assigned: mkmelin)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(4 files)
With mailnews.imap.jsmodule=true the trash folder for Gmail is duplicated. If you remove it via the Gmail web interface it is recreated by Thunderbird the next time you start Thunderbird.
With mailnews.imap.jsmodule=false it doesn't happen.
Tested with Thunderbird Daily 112.0a1 (2023-02-23) on macOS 13.2.
Reporter | ||
Comment 1•2 years ago
|
||
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
After initial gmail setup in a fresh profile, I get the [Gmail] folder showing. This indicates with imap-js we're not at that point realizing it's a gmail server. https://searchfox.org/comm-central/rev/35bfdf5fb8a89112a955dfb8d26ecf8cd1ae0719/mailnews/imap/src/nsImapIncomingServer.cpp#2043
After restart the [Gmail] is (not showing anymore) though, but at that point the Trash folder was already created at the root.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/72bcc241bfd4
[imap-js] Detect special use folders during folder discovery so Trash doesn't get duplicated. r=rnons
Assignee | ||
Updated•2 years ago
|
Reporter | ||
Comment 5•2 years ago
|
||
While the Gmail case is fixed now the folders (not only the trash folder) of my other mail accounts are duplicated. And the duplicated folders are subfolders of the inbox for unknown reasons.
Assignee | ||
Comment 7•2 years ago
|
||
With which daily did that happen? Could it rather be from bug 1816350?
Please check a webmail version and make sure any server side folders aren't actually there - for whatever reason or bug. Also the folder subscriptions so see if there's any clues there, like you'd have had those folders but they were previously unsubscribed(?). It could be better to investigate this in a new bug, with a protocol log attached.
Reporter | ||
Comment 8•2 years ago
|
||
It happened with the Daily from 2023-02-26 and I didn't test imap-js between the original bug report and my last comment. Regarding your other question / notices I have to investigate but I don't have enough time right now. I'll set a needinfo? request for myself so that I won't forget it and I will file a new bug once I know more.
Assignee | ||
Comment 10•2 years ago
|
||
You can find older dailies from http://ftp.mozilla.org/pub/thunderbird/nightly/2023/
Reporter | ||
Comment 11•2 years ago
|
||
You were right. According to mozregression it's a regression from bug 1816350. I filed bug 1819186.
Description
•