mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 03:17:41 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user