ConradIrwin / em-imap

An event machine based IMAP client
MIT License
69 stars 31 forks source link

If there was a connection error, it was failing with Ruby 1.9. See https://github.com/ruby/ruby/blob/v1_9_2_290/lib/net/imap.rb#L3429-3440 #1

Closed jeremysuriel closed 13 years ago

jeremysuriel commented 13 years ago

Make NoResponseError and BadResponseError connection failures compatible with Ruby 1.9

ConradIrwin commented 13 years ago

Hi jrmey,

Thank you very much :). As a warning, I've not used em-imap on ruby-1.9 much at all.

Ultimately I'd like to stop depending on Net::IMAP quite so hackily, but in the meantime, please feel free to submit patches!

Conrad