lluis (Lluís Gili)
- Login: lluis
- Email: lluis@ingent.net
- Registered on: 06/02/2014
- Last sign in: 06/02/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/02/2014
-
09:38 AM Ruby Bug #9895 (Closed): net/imap stops responding when trying to create a message to an unexisting folder
- trying to create a message to unexisting folder makes net/imap to eternize, instead of raising an exception:
~~~
2.0.0p353> require 'net/imap'
0.0600 (0.1808) => true
2.0.0p353> imap = Net::IMAP.new('mail.example.com', 143, false...