discourse/app/jobs/scheduled
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
..
category_stats.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
clean_up_uploads.rb Fix specs for avatars 2014-05-27 10:08:03 +10:00
create_backup.rb Support for a daily job at a certain hour. Convert backup job to run at 2014-03-14 13:02:45 -04:00
create_missing_avatars.rb Move letter avatars out of upload system 2014-05-30 14:45:55 +10:00
dashboard_stats.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
destroy_old_deletion_stubs.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
enqueue_digest_emails.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
ensure_db_consistency.rb Bump up consistency check to run twice a day instead of once 2014-02-11 16:11:40 +11:00
heartbeat.rb FEATURE: unicorn sidekiq will restart sidekiq on complete failure. 2014-04-23 13:13:18 +10:00
pending_flags_reminder.rb Send email to contact_email if there are flags submitted more than 48 hours ago. Configurable with the notify_about_flags_after site setting. 2014-04-03 14:34:40 -04:00
pending_users_reminder.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
periodical_updates.rb Move letter avatars out of upload system 2014-05-30 14:45:55 +10:00
poll_feed.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
poll_mailbox.rb Support for insecure POP3 (without SSL) 2014-06-02 20:59:10 +08:00
purge_deleted_uploads.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
version_check.rb FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
weekly.rb PERF: calculate scores for topics/posts faster 2014-02-27 11:45:40 +11:00