Open
Bug 534942
Opened 16 years ago
Updated 1 year ago
unasked creation of some subfolders on Fastmail.fm IMAP accounts
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: spam, Unassigned)
Details
(Whiteboard: [has protocol logs])
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0
TB creates by itself a subfolder of INBOX called "Posta in arrivo" (Italian localization for Inbox), and then a folder "Cestino" (Trash) within "Posta in arrivo".
Both are empty of messages.
Reproducible: Always
Steps to Reproduce:
1. log in to an Fastmail.fm account
2. eventually refresh folder list (subscribe)
3.
Actual Results:
Unwanted and unnecessary folders are created
Expected Results:
TB should create only folders it is requested to
I cannot determine if the issue is about TB or Fastmail or about interaction between them
| Reporter | ||
Updated•16 years ago
|
Summary: unasked creation of some subfolder in Fastmail.fm IMAP account → unasked creation of some subfolders in Fastmail.fm IMAP account
| Reporter | ||
Updated•16 years ago
|
Summary: unasked creation of some subfolders in Fastmail.fm IMAP account → unasked creation of some subfolders on Fastmail.fm IMAP accounts
Comment 1•16 years ago
|
||
can you provide a imap log as described at https://wiki.mozilla.org/MailNews:Logging#Windows ?
Component: Folder and Message Lists → Networking: IMAP
Product: Thunderbird → MailNews Core
QA Contact: folders-message-lists → networking.imap
| Reporter | ||
Comment 2•16 years ago
|
||
I tried to keep the log as short as possible (just open TB, go to INBOX and exit)
| Reporter | ||
Comment 3•16 years ago
|
||
I believe that the problem could be related to my "sent mail" policy.
I set TB in a way that it save my sent mails in INBOX
| Reporter | ||
Comment 4•16 years ago
|
||
see lines 88 - 98 in the log file
Updated•16 years ago
|
Whiteboard: [has protocol logs]
Updated•16 years ago
|
Attachment #417800 -
Attachment mime type: application/octet-stream → text/plain
Comment 5•16 years ago
|
||
(In reply to comment #2)
> IMAP log
> 3 namespace
> * NAMESPACE (("INBOX." ".")) (("user." ".")) (("" "."))
> 3 OK Completed
> 5 lsub "" "INBOX.*"
> * LSUB () "." "INBOX.Drafts"
> * LSUB () "." "INBOX.Junk"
> * LSUB () "." "INBOX.Sent"
> * LSUB () "." "INBOX.Trash"
> 5 OK Completed (0.020 secs 5 calls)
(In reply to comment #3)
> screenshot of IMAP folder preferences
> mail.identitie.id1.fcc_folder = imap://acanfora@imap.imap.cc/INBOX
(config editor has "Copy" function. please attach data as text data)
If this setting, root-level Inbox is ordinaly used for fcc folder(sent folder).
Do you set "IMAP Server Directory:" of Server Setting/Advanced to "Inbox"?
If so, meaning of the fcc setting is Inbox.INBOX, and Inbox.<localized name of Inbox> can be created, if localized build and if folder hierarchy delimiter is ".".
It's already know phenomenon/issue.
| Reporter | ||
Comment 6•16 years ago
|
||
I did not touch that field (the "IMAP Server Directory:" one), this is actually blank in my configuration.
Comment 7•16 years ago
|
||
(In reply to comment #6)
> I did not touch that field (the "IMAP Server Directory:" one), this is actually
> blank in my configuration.
No "IMAP Server Directory:" case.
Next is seen in log.
> 9 list "" "INBOX.Posta in arrivo/Cestino"
> 9 OK Completed (0.000 secs 1 calls)
> 10 create "INBOX.Posta in arrivo.Cestino"
> 10 OK Completed
> 11 subscribe "INBOX.Posta in arrivo.Cestino"
> 11 OK Completed
> 12 list "" "INBOX.Posta in arrivo.Cestino"
> * LIST (\HasNoChildren) "." "INBOX.Posta in arrivo.Cestino"
> 12 OK Completed (0.000 secs 2 calls)
Same as one of phenomena in bug 531566.
"/" is used by Tb in some situations, even though folder hierarchy delimiter of IMAP server is "."(period).
And, "localized folder name of Tb" is used for IMAP commands("9 list" of above log data) by localized Tb in some situations, even though non-localized/correct folder name is set in prefs.js.
Depends on: 531566
| Reporter | ||
Comment 9•16 years ago
|
||
| workaround | ||
Setting to zero length string the "personal domain" field (set to "INBOX" by Fastmail) and disabling the option "allow server to override these domains" on account advanced settings can avoid the problem.
Updated•3 years ago
|
Severity: minor → S4
Comment 12•2 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #11)
Ed have you seen this?
I haven't
No, but I've only been using FM for 3-4 years.
Flags: needinfo?(siffe)
Comment 13•1 year ago
|
||
Gene, would you say this issue is likely gone? And if not is the log of any use?
Flags: needinfo?(gds)
Comment 14•1 year ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #13)
Gene, would you say this issue is likely gone? And if not is the log of any use?
Hard to say without a fastmail account localized to, e.g., IT.
All I see in the log is TB creating the subfolder of Inbox that the user is reporting.
But if no reports of this nature in 6 years, I'd say something has changed (at FM or TB) that has fixed this. Either that or no one is using non-EN FM with TB.
Flags: needinfo?(gds)
You need to log in
before you can comment on or make changes to this bug.
Description
•