niw (Yoshimasa Niwa)
- Login: niw
- Email: niw@niw.at
- Registered on: 08/21/2009
- Last sign in: 02/14/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/07/2011
-
10:06 PM Ruby Bug #4249 (Closed): Net::IMAP gets a parse error response while sending multibyte mail
- =begin
RFC3501 which defines IMAP version 4 rev 1 said:
"A literal is a sequence of zero or more octets (including CR and LF), prefix-quoted with an octet count
in the form of an open brace ("{"), the number of octets, close brac...
10/21/2010
-
02:44 PM Ruby Bug #3973 (Closed): Unexpected error and segmentation fault without close
- =begin
Run next small code on ruby 1.9.2p0 shows unexpected TypeError on line 3.
while true
f = File.open("/dev/null", "w")
f.write("a") # => in `<main>': wrong argument type #<Class:0x0000010086dbb0> (expected Data) (TypeE...