Vote #78009
未完了IMAP fetch ignores ssl switch
ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Email receiving_29
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:
0%
予定工数:
Redmineorg_URL:
category_id:
29
version_id:
0
issue_org_id:
24503
author_id:
130396
assigned_to_id:
0
comments:
0
status_id:
1
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
122
説明
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.
いいね!0