Merged r23268 from trunk to 6.0-stable (#41737).

git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23272 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2024-11-14 23:43:31 +00:00
parent 2a242f1d33
commit b9fcd70289

View File

@@ -29,7 +29,7 @@ module Redmine
starttls = !imap_options[:starttls].nil?
folder = imap_options[:folder] || 'INBOX'
imap = Net::IMAP.new(host, port, ssl)
imap = Net::IMAP.new(host, port: port, ssl: ssl)
if starttls
imap.starttls
end