summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-01-21 11:03:28 -0400
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-01-28 18:08:02 -0300
commitd241cee3473a870663812a33f80ed2ea20b79df9 (patch)
tree79f500947add1db14071411f5185c943a3a9639b
parent928850d8850dbf6631d3e9472387ffa798b5d2af (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.py1
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):