Quote:
|
Originally Posted by kbp
I wouldn't have thought you should be using '\r' at all, '\n' should be interpreted correctly per platform.
|
When communicating over the internet, you can't assume things like that.
See
RFC 822, section 3.2
Quote:
|
field = field-name ":" [ field-body ] CRLF
|
If runbox.com doesn't work with \r\n, it has a bug; you'll have to work around it.