Net::POP#enable_ssl(params = {})
Instance Public methods
Enables SSL for this instance. Must be called before the connection is
established to have any effect. +params+ is port to
establish the SSL connection on; Defaults to 995. params
(except :port) is passed to OpenSSL::SSLContext#set_params.
Please login to continue.