mail imap: fix mailbox selection
This commit is contained in:
parent
87c583db87
commit
21cd318c29
@ -42,7 +42,7 @@ class IMAP(Backend):
|
||||
self.connection = None
|
||||
|
||||
try:
|
||||
self.connection.select()
|
||||
self.connection.select(self.mailbox)
|
||||
except Exception as e:
|
||||
self.connection = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user