simayosi (SHIMAYOSHI Takao)
- Login: simayosi
- Registered on: 10/25/2017
- Last sign in: 10/30/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/25/2017
-
03:44 AM Ruby Bug #14051 (Closed): net/imap issue on idle method with an empty block
- Description
If Net::IMAP#idle method is called with empty block, all response handlers that have added beforehand are unintentionally removed before returning from the call.
Sample Code
imap.add_response_handler do |resp|
if...