summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-12-20 08:39:59 +0000
committerGo MAEDA <maeda@farend.jp>2024-12-20 08:39:59 +0000
commit02bd5c128e6455ea97395faf8301dee4c4659c62 (patch)
tree0cd5b968bc7db17b2402151eabd6feb30a0799be
parent145db007425dd8b1911f63480fb96985ecca09be (diff)
downloadredmine-02bd5c128e6455ea97395faf8301dee4c4659c62.tar.gz
redmine-02bd5c128e6455ea97395faf8301dee4c4659c62.zip
Add description for `ssl=force` option to rake task `redmine:email:receive_pop3` (#41738).
git-svn-id: https://svn.redmine.org/redmine/trunk@23414 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--lib/tasks/email.rake2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tasks/email.rake b/lib/tasks/email.rake
index e02230be7..cdf4fc49d 100644
--- a/lib/tasks/email.rake
+++ b/lib/tasks/email.rake
@@ -132,6 +132,8 @@ Available POP3 options:
password=PASSWORD POP3 password
apop=1 use APOP authentication (default: false)
ssl=SSL Use SSL? (default: false)
+ Setting `ssl=force` disables server certificate
+ verification
delete_unprocessed=1 delete messages that could not be processed
successfully from the server (default
behaviour is to leave them on the server)