diff options
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/email.rake | 2 |
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) |