diff options
author | Kali Kaneko <kali@leap.se> | 2015-01-21 11:03:28 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-02-11 14:06:44 -0400 |
commit | 965d8a6bd4646fe6cc285e18355bbe2ce514b73b (patch) | |
tree | 40ccbf608214aab028283a13be0914378207329d /src/leap/bitmask | |
parent | 782fb8d66aabb29d68712e2fc220d967ef8dfcf5 (diff) |
do not terminate the session on the backend, moved to mail
factory.do_Stop will handle this now.
Diffstat (limited to 'src/leap/bitmask')
-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): |