Delete all POP3 messages after their attachments are processed, remove delete_messages field
This commit is contained in:
@@ -8,14 +8,14 @@ from smart_settings.api import Setting, SettingNamespace
|
||||
|
||||
namespace = SettingNamespace('sources', _(u'Sources'), module='sources.conf.settings')
|
||||
|
||||
POP3_DEFAULT_TIMEOUT = 5
|
||||
POP3_DEFAULT_EMAIL_PROCESSING_INTERVAL = 15 * 60
|
||||
POP3_DEFAULT_TIMEOUT = 10 # POP3 only not SSL
|
||||
POP3_DEFAULT_EMAIL_PROCESSING_INTERVAL = 15 * 60 # 15 minutes
|
||||
|
||||
Setting(
|
||||
namespace=namespace,
|
||||
name='POP3_TIMEOUT',
|
||||
global_name='SOURCES_POP3_TIMEOUT',
|
||||
default=5,
|
||||
default=POP3_DEFAULT_TIMEOUT,
|
||||
)
|
||||
|
||||
Setting(
|
||||
|
||||
Reference in New Issue
Block a user