General

Profile

digger69 (Mark Nadig)

  • Login: digger69
  • Email: mark@nadigs.net
  • Registered on: 03/17/2011
  • Last sign in: 05/17/2013

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/04/2011

10:58 PM Ruby Bug #4509: Net::IMAP::ResponseParseError: unexpected token CRLF (expected NUMBER)
=begin
=== Better steps to repro
I created a free account on yahoo to reproduce this error. Now, you can repro with these steps:
require 'net/imap'
conn = Net::IMAP.new('imap.mail.yahoo.com', 143, false)
conn.instance_eval { se...
digger69 (Mark Nadig)
10:40 PM Ruby Bug #4509: Net::IMAP::ResponseParseError: unexpected token CRLF (expected NUMBER)
=begin
(({def a # test - why "Error: file empty." in bug report}))
=end
digger69 (Mark Nadig)
10:34 PM Ruby Bug #4509: Net::IMAP::ResponseParseError: unexpected token CRLF (expected NUMBER)
=begin
=== Better steps to repro
I created a free account on yahoo to reproduce this error. Now, you can repro with these steps:
(({require 'net/imap'
conn = Net::IMAP.new('imap.mail.yahoo.com', 143, false)
conn.instance_...
digger69 (Mark Nadig)

03/29/2011

05:49 AM Ruby Bug #4373: http.rb:677: [BUG] Segmentation fault
=begin
co-worker found tip in [[https://github.com/drewblas/aws-ses#readme]] to set
this environment variable:
RUBYOPT=-r openssl
Confirmed fixed the segfault I was running into on OSx 10.6.6 w/ 1.9.2p136 and IMAP over ssl.
Hopt...
digger69 (Mark Nadig)

03/19/2011

12:50 AM Ruby Bug #4509: Net::IMAP::ResponseParseError: unexpected token CRLF (expected NUMBER)
=begin
[not sure what happened to body of submission - putting in as update]
To reproduce, create a free yahoo mail account. Using those credentials try this ruby code:
require 'net/imap'
Net::IMAP.debug = true
conn =...
digger69 (Mark Nadig)

03/18/2011

10:33 AM Ruby Bug #4509 (Closed): Net::IMAP::ResponseParseError: unexpected token CRLF (expected NUMBER)
=begin
To reproduce, create a free yahoo mail account. Using those credentials try this ruby code:
require 'net/imap'
Net::IMAP.debug = true
conn = Net::IMAP.new('imap.mail.yahoo.com', 143, false)
conn.instance_eva...
digger69 (Mark Nadig)

Also available in: Atom