yyyc514 (Josh Goebel)
- Login: yyyc514
- Email: me@joshgoebel.com
- Registered on: 03/12/2014
- Last sign in: 05/23/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/13/2014
-
09:08 PM Ruby Bug #9627: SMTP does not properly dot-stuff an unterminated last line
- If I'm understanding this properly I think this monkey-patch is all it takes to fix it:
```
module Net
class InternetMessageIO
def using_each_crlf_line
@wbuf = ''
yield
if not @wbuf.empty? # untermina...
03/12/2014
-
08:10 PM Ruby Bug #9627 (Closed): SMTP does not properly dot-stuff an unterminated last line
- ```
str = "Date: Wed, 12 Mar 2014 16:02:26 -0400\r\nFrom: someone@aol.com\r\nTo: someone@aol.com\r\nMessage-ID: <5320bd52be4d3_6d653fd3d8c339e458df@Joshs-MacBook-Pro.local.mail>\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n char...