Project

General

Profile

Actions

Defect #24503

open

IMAP fetch ignores ssl switch

Added by Ragnar Nevries over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

In lib/redmine/imap.rb the line

ssl = !imap_options[:ssl].nil?

sets ssl to true whenever imap_options[:ssl] has any value.

So, if we call rake task redmine:email:receive_imap with argument "ssl=false" oder "ssl=0" or whatever, SSL is used anyway. The only way to disable SSL is to omit the "ssl=" argument, which is not very convenient if the command line for the task is generated by a script.

No data to display

Actions

Also available in: Atom PDF