keysen (Jérémy Carlier)
- Login: keysen
- Email: carlier.jeremy@gmail.com
- Registered on: 03/24/2012
- Last sign in: 06/09/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
06/09/2017
-
05:35 PM Ruby Bug #13649 (Closed): Net::IMAP doesn't support response from a Microsoft Exchange server (which is not compliant with RFC standards)
- Hello,
This day I wanted to use a mailbox hosted on a Microsoft Exchange server and it was not working.
I found this nice article relating the issue: http://claudiofloreani.blogspot.fr/2012/01/monkeypatching-ruby-imap-class-to-build....
04/12/2017
-
05:50 PM Ruby Bug #13429 (Closed): Net::SMTP has no read timeout when connexion over TLS
- Hello,
When connecting using TLS to an unresponsive SMTP server, Net::SMTP can hang until 10 minutes.
The issue is here, we should have a read timeout:
``` ruby
def tlsconnect(s)
verified = false
s = ssl_soc...
03/31/2012
-
03:48 AM Ruby Bug #6197: readline module doesn't work with ansi code
- nobu (Nobuyoshi Nakada) wrote:
> The upstream of readline is not here.
> ...
Have you up this bug where is upstream of readline was ?
I haven't use a screen, and the bug is real.
03/24/2012
-
09:36 PM Ruby Bug #6197 (Third Party's Issue): readline module doesn't work with ansi code
- Dear ruby community,
When escape is set no new line, it rewrite same line.
Have a look here : http://img11.hostingpics.net/pics/790780Sanstitre.png
This bug was published here : https://github.com/pry/pry/issues/493