jadolg / webpymail

Automatically exported from code.google.com/p/webpymail
GNU General Public License v3.0
0 stars 0 forks source link

NoFolderListError in some servers #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some servers do not list the INBOX folder as SUBSCRIBED. This has two 
consequences:

* If there is no other subscribed folder defined in the account, we get a 
"NoFolderListError" exception;

* If we do create another folder, the INBOX folder will not show up even if we 
have mails in the INBOX.

Other IMAP clients solve this by ignoring the subscribed status of the INBOX 
folder. 

I think we should only display a warning stating that we have no subscribed 
folders.

Original issue reported on code.google.com by hguerreiro@gmail.com on 28 Aug 2010 at 2:27

GoogleCodeExporter commented 9 years ago
It seems that it's normal for servers to list INBOX as unsubscribed. 

Original comment by hguerreiro@gmail.com on 28 Aug 2010 at 4:13

GoogleCodeExporter commented 9 years ago
Fixed in r45 and r46

Original comment by hguerreiro@gmail.com on 28 Aug 2010 at 4:17