IMAP + SSL hangs

L

Lucas Nussbaum

Hi,

I have a problem when using net/imap with openssl.

The following code hangs, with no exception being raised :

require 'net/imap'
require 'openssl'
serveur, login, password = 'imap.apinc.org', 'lucaswebmail', 'password'
p imap = Net::IMAP::new(serveur, 993, true)
p imap.login(login, password)
imap.disconnect

I'm using Ruby on Debian unstable. Can somebody confirm the problem ?

Where's the correct place to report bugs about ruby ?

Thank you,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top