summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/mail/conductor.py
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-01-15 09:40:55 -0600
committerKali Kaneko <kali@leap.se>2015-02-11 14:06:44 -0400
commit99a955c64266dc9dc596170beb024f84cd322254 (patch)
tree43ae07658f421090964cf9f2e975e804a12cd9ec /src/leap/bitmask/services/mail/conductor.py
parent2aa7cb8710a1e0d3a99698566a11db3d54818a41 (diff)
Use the incoming mail IService
From kali: add some notes about the improper handling of the mailbox required to initialize the account, and draft some notes about how to improve this in next iterations.
Diffstat (limited to 'src/leap/bitmask/services/mail/conductor.py')
-rw-r--r--src/leap/bitmask/services/mail/conductor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/services/mail/conductor.py b/src/leap/bitmask/services/mail/conductor.py
index 0fb9f4fa..42bdd032 100644
--- a/src/leap/bitmask/services/mail/conductor.py
+++ b/src/leap/bitmask/services/mail/conductor.py
@@ -262,7 +262,7 @@ class MailConductor(IMAPControl, SMTPControl):
if self._firewall is not None:
self._firewall.start()
if not offline:
- logger.debug("not starting smtp in offline mode")
+ logger.debug("Starting smtp service...")
self.start_smtp_service(download_if_needed=download_if_needed)
self.start_imap_service()