diff options
author | Kali Kaneko <kali@leap.se> | 2015-01-21 11:03:28 -0400 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-01-28 18:08:02 -0300 |
commit | d241cee3473a870663812a33f80ed2ea20b79df9 (patch) | |
tree | 79f500947add1db14071411f5185c943a3a9639b | |
parent | 928850d8850dbf6631d3e9472387ffa798b5d2af (diff) |
do not terminate the session on the backend, moved to mail
factory.do_Stop will handle this now.
-rw-r--r-- | src/leap/bitmask/services/mail/imapcontroller.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/services/mail/imapcontroller.py b/src/leap/bitmask/services/mail/imapcontroller.py index 1b39ef91..d374ac29 100644 --- a/src/leap/bitmask/services/mail/imapcontroller.py +++ b/src/leap/bitmask/services/mail/imapcontroller.py @@ -102,7 +102,6 @@ class IMAPController(object): self.imap_port.stopListening() # Stop the protocol - self.imap_factory.theAccount.closed = True self.imap_factory.doStop() def fetch_incoming_mail(self): |