diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-08 10:39:21 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-08 10:39:21 -0300 |
commit | 2d61fd7a27aad51092ccf831c76ce1cd993dacd1 (patch) | |
tree | 1d03c1deaf01bd23050f56bbe7a740caba473604 /src/leap/mail/imap/service | |
parent | efe498757821622f4f0661a3ed13babb9c41aa02 (diff) | |
parent | 3b005c339e9dc26105b907ccc37c014a9c6734b8 (diff) |
Merge remote-tracking branch 'kali/bug/fix-imap-incoming-processing-r2' into develop
Diffstat (limited to 'src/leap/mail/imap/service')
-rw-r--r-- | src/leap/mail/imap/service/imap.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/leap/mail/imap/service/imap.py b/src/leap/mail/imap/service/imap.py index 9e331b6..2ae3012 100644 --- a/src/leap/mail/imap/service/imap.py +++ b/src/leap/mail/imap/service/imap.py @@ -34,8 +34,9 @@ from leap.soledad import Soledad IMAP_PORT = 9930 # The default port in which imap service will run -# INCOMING_CHECK_PERIOD = 5 -INCOMING_CHECK_PERIOD = 60 +# TODO: Make this configurable +INCOMING_CHECK_PERIOD = 5 +#INCOMING_CHECK_PERIOD = 60 # The period between succesive checks of the incoming mail # queue (in seconds) |