Closed iwakura closed 14 years ago
This is actually a problem with Net::IMAP. With Ruby 1.9.1 you can just try out Net::IMAP directly via:
require 'net/imap' Net::IMAP::new('imap.gmail.com', '993', true)
I see. Thanks for reply.
So is there a fix that should be applied? I'd like to have this fixed, and if you know how to work around it, can we get this into the gem code?
(Thanks, by the way)
Sorry, I have not solution for now.
Actually this is happening because the defaults are different in 1.9, at least that's what I think at a quick glance. I will commit a patch for this. It is backwards compatible.
FWIW, net/imap is part of ruby core
Fixed, and a new gem (v0.0.5) has been pushed to gemcutter.org.
Trying to use gem with Ruby 1.9.1.
Please suggest solution. Thanks