= private = protected
certs()
returns the :ca_file or :ca_path from POP3.ssl_params
# File lib/net/pop.rb, line 378 def POP3.certs return @ssl_params[:ca_file] || @ssl_params[:ca_path] end