discourse/app
Peter N Lewis 6c05de45b6 Support for insecure POP3 (without SSL)
Ideally it would be a menu selection to select POP3, POP3S, and potentially other future protocols like IMAP if desired, but I didn't want to deal with data migration at this point.  And then I was going to have a checkbox for "Secure" (on by default, obviously), but that was very hard to word as to how it was different given everything else referred to pop3s and I couldn't change that either.  So I settled on a preference:

pop3s_polling_insecure: "Poll using plain text POP3 without SSL"

Off by default.

This makes it very clear that as to what turning on that checkbox will be, and by calling it "insecure" makes sure people will think twice before turning it on.

I have not attempted to do any of the translations of the preference, I'm ot sure how you handle that.
2014-06-02 20:59:10 +08:00
..
assets FEATURE: admins can clear screend emails if needed 2014-06-02 16:53:00 +10:00
controllers FEATURE: admins can clear screend emails if needed 2014-06-02 16:53:00 +10:00
helpers BUGFIX: re-enable CDN js debugging in a robust way 2014-05-19 08:46:28 +10:00
jobs Support for insecure POP3 (without SSL) 2014-06-02 20:59:10 +08:00
mailers Add a way to show a custom message at the top of all notification emails. Customize it at /admin/site_contents/notification_email_top 2014-05-12 16:52:06 -04:00
models BUGFIX: blank name causes SSO to explode 2014-06-02 17:32:39 +10:00
serializers FEATURE: admins can clear screend emails if needed 2014-06-02 16:53:00 +10:00
services Merge pull request #2372 from vikhyat/badge-system 2014-05-30 10:18:00 +10:00
views Move letter avatars out of upload system 2014-05-30 14:45:55 +10:00