diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-01-09 20:08:22 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-01-09 20:08:22 -0300 |
commit | 8dc5ed97f10e01f92aea23439aa749c480a29a56 (patch) | |
tree | 26bc262a052a94eee74f6c7814c1bb7f303873bc /src/leap/bitmask | |
parent | 51392198f87a271ddc0080370cc8b6b203774123 (diff) | |
parent | 50438b189c21d984d5697b0532a8960feaecdcb2 (diff) |
Merge remote-tracking branch 'refs/remotes/kali/bug/close_imap_session' into develop
Diffstat (limited to 'src/leap/bitmask')
-rw-r--r-- | src/leap/bitmask/services/mail/conductor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/services/mail/conductor.py b/src/leap/bitmask/services/mail/conductor.py index addf9bef..875b98ea 100644 --- a/src/leap/bitmask/services/mail/conductor.py +++ b/src/leap/bitmask/services/mail/conductor.py @@ -102,6 +102,7 @@ class IMAPControl(object): # Stop listening on the IMAP port self.imap_port.stopListening() # Stop the protocol + self.imap_factory.theAccount.closed = True self.imap_factory.doStop() def fetch_incoming_mail(self): |