First stab at polling support for POP3S / reply by email

This commit is contained in:
Robin Ward
2013-06-13 18:11:10 -04:00
parent 4de0c58b83
commit 8acdc18bc8
19 changed files with 293 additions and 57 deletions

View File

@ -191,7 +191,13 @@ class SiteSetting < ActiveRecord::Base
# Reply by Email Settings
setting(:reply_by_email_enabled, false)
setting(:reply_by_email_address, nil)
setting(:reply_by_email_address, '')
setting(:pop3s_polling_enabled, false)
setting(:pop3s_polling_host, '')
setting(:pop3s_polling_port, 995)
setting(:pop3s_polling_username, '')
setting(:pop3s_polling_password, '')
# Entropy checks
setting(:title_min_entropy, 10)