=begin === Better steps to repro I created a free account on yahoo to reproduce this error. Now, you can repro with these steps: require 'net/imap' conn = Net::IMAP.new('imap.mail.yahoo.com', 143, false) conn.instance_eval { se...digger69 (Mark Nadig)
=begin === Better steps to repro I created a free account on yahoo to reproduce this error. Now, you can repro with these steps: (({require 'net/imap' conn = Net::IMAP.new('imap.mail.yahoo.com', 143, false) conn.instance_...digger69 (Mark Nadig)
=begin co-worker found tip in [[https://github.com/drewblas/aws-ses#readme]] to set this environment variable: RUBYOPT=-r openssl Confirmed fixed the segfault I was running into on OSx 10.6.6 w/ 1.9.2p136 and IMAP over ssl. Hopt...digger69 (Mark Nadig)
=begin [not sure what happened to body of submission - putting in as update] To reproduce, create a free yahoo mail account. Using those credentials try this ruby code: require 'net/imap' Net::IMAP.debug = true conn =...digger69 (Mark Nadig)
=begin To reproduce, create a free yahoo mail account. Using those credentials try this ruby code: require 'net/imap' Net::IMAP.debug = true conn = Net::IMAP.new('imap.mail.yahoo.com', 143, false) conn.instance_eva...digger69 (Mark Nadig)