André Brás
Results
2
comments of
André Brás
Hello, What's holding back the merge? It would be really nice to have this merged. Thank you.
Hi, I fixed this with the following changes: 1. added a new option --ssl_version 2. on imap.rb ``` ruby def initialize ... #### @ssl_options = Hash.new() if (@options[:ssl_version]) @ssl_options[:ssl_version] =...