Hi,
I want to access the gmail account through net/pop library and I try this example :
Class: Net::POP3
However,I have a timeout error such that:
The line, the error occurs from is here :
Net::POP3.start ('pop.gmail.com ', 995,'my_account ', 'my_passwd')
I couldn't understand what is wrong here. How can I correct this
problem?
Thanks...
Mikado :confused:
I want to access the gmail account through net/pop library and I try this example :
Class: Net::POP3
However,I have a timeout error such that:
Code:
c:/ruby/lib/ruby/1.8/timeout.rb:54:in `rbuf_fill': execution expired (Timeout::E rror) from c:/ruby/lib/ruby/1.8/timeout.rb:56:in `timeout' from c:/ruby/lib/ruby/1.8/timeout.rb:76:in `timeout' from c:/ruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill' from c:/ruby/lib/ruby/1.8/net/protocol.rb:116:in `readuntil' from c:/ruby/lib/ruby/1.8/net/protocol.rb:126:in `readline' from c:/ruby/lib/ruby/1.8/net/pop.rb:852:in `recv_response' from c:/ruby/lib/ruby/1.8/net/pop.rb:751:in `initialize' from c:/ruby/lib/ruby/1.8/net/pop.rb:868:in `critical' from c:/ruby/lib/ruby/1.8/net/pop.rb:751:in `initialize' from c:/ruby/lib/ruby/1.8/net/pop.rb:440:in `do_start' from c:/ruby/lib/ruby/1.8/net/pop.rb:426:in `start' from c:/ruby/lib/ruby/1.8/net/pop.rb:329:in `start'
Net::POP3.start ('pop.gmail.com ', 995,'my_account ', 'my_passwd')
I couldn't understand what is wrong here. How can I correct this
problem?
Thanks...
Mikado :confused:
Comment