From: Tadeusz Bochan Date: 2009-08-23T08:03:30+09:00 Subject: retrieving Yahoo mail with Net::IMAP Hi, I'm trying read my email from BT Yahoo cos they seem to have withdrawn their archive facility recently. However, when I try the following, it just hangs forever : loginid=%w{myuserid mypass} pp (imap = Net::IMAP.new("mail.btinternet.com",587)) pp (imap.capability # or imap.authenticate("LOGIN",*loginid)) Seems to connect ok, but then NUTTIN ! Any suggestions please ? (or does anyone know why Yahoo pulled the plug on their archive option ?) -- Posted via http://www.ruby-forum.com/.