Excerpts from Ian Taylor's message of Fri Dec 14 02:34:16 -0800 2007: > /usr/lib/ruby/1.8/net/imap.rb:932:in `close': closed stream (IOError) > from /usr/lib/ruby/1.8/net/imap.rb:932:in `receive_responses' > from /usr/lib/ruby/1.8/net/imap.rb:923:in `initialize' > from /usr/lib/ruby/1.8/net/imap.rb:922:in `start' > from /usr/lib/ruby/1.8/net/imap.rb:922:in `initialize' > from /var/lib/gems/1.8/gems/sup-0.3/lib/sup/imap.rb:221:in `new' > from /var/lib/gems/1.8/gems/sup-0.3/lib/sup/imap.rb:221:in `unsafe_connect' > from /var/lib/gems/1.8/gems/sup-0.3/lib/sup/imap.rb:218:in `initialize' > from /var/lib/gems/1.8/gems/sup-0.3/lib/sup/imap.rb:218:in `new'
Bizarre. Those lines are definitely in the context of a "rescue Exception" block. Typically when something nonsensical like this happens, it's because Net::IMAP is playing with threads and exceptions, but it's hard to figure out without the full exception. So, I don't have a good answer for this... -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
