Fixed issue #1972: 'Host unreachable' is shown when configuring an IMAP email inbox with SSL on port 993.
This commit is contained in:
parent
12c26bcc88
commit
3d565458b2
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ example
|
|||
ssl = options.key?(:ssl) && options[:ssl] == true
|
||||
|
||||
port = if options.key?(:port) && options[:port].present?
|
||||
options[:port]
|
||||
options[:port].to_i
|
||||
elsif ssl == true
|
||||
993
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue