[Users] Subscription problems on imap

evain.laurent at neuf.fr evain.laurent at neuf.fr
Mon Nov 25 23:12:04 CET 2013


Hi all, 

I try to subscribe to my imap accounts and I see only a sublist of 
my folders. More precisely, I see only the following 5 folders: 
"inbox,sent,draft,queue,trash" whereas my list of folders is much longer. 

When I ask the list of folders with the imaplib module of Python, 
I get the list at the end of this message. 

With thunderbird, I have the complete list of folders. Several people 
complain on the forums of my provider SFR, with various email clients, 
so I am not completly sure that this is a claws-mail issue. 

Thanks in advance,
Laurent.

('OK',
 ['(\\HasChildren) "." "INBOX"',
  '(\\HasChildren) "." "Achat ordi"',
  '(\\HasNoChildren) "." "Achat ordi.Drafts"',
  '(\\HasNoChildren) "." "Achat ordi.Queue"',
  '(\\HasNoChildren) "." "Achat ordi.Sent"',
  '(\\HasNoChildren) "." "Achat ordi.Trash"',
  '(\\HasNoChildren) "." "ConseilDevpt"',
  '(\\HasNoChildren \\Drafts) "." "DRAFT"',
  '(\\HasNoChildren) "." "Divers"',
  '(\\HasNoChildren) "." "Drafts"',
  '(\\HasNoChildren \\Sent) "." "OUTBOX"',
  '(\\HasNoChildren \\Junk) "." "QUARANTAINE"',
  '(\\HasNoChildren) "." "Queue"',
  '(\\HasNoChildren) "." "SavedIMs"',
  '(\\HasNoChildren) "." "Sent"',
  '(\\HasNoChildren \\Trash) "." "TRASH"',
  '(\\HasNoChildren) "." "Templates"',
  '(\\HasNoChildren) "." "Trash"',
  '(\\HasNoChildren) "." "Vert"',
  '(\\HasNoChildren) "." "municipales2014"',
  '(\\HasNoChildren) "." "rangement"',
  '(\\HasChildren) "." "rocadeStockage"',
  '(\\HasNoChildren) "." "rocadeStockage.Drafts"',
  '(\\HasNoChildren) "." "rocadeStockage.Queue"',
  '(\\HasNoChildren) "." "rocadeStockage.Sent"',
  '(\\HasNoChildren) "." "rocadeStockage.Trash"',
  '(\\HasNoChildren) "." "rocadeStockage.orgaDu19"',
  '(\\HasNoChildren) "." "stopRoc"'])



More information about the Users mailing list