I think this is a bug from Rebol year . :)

Try this:

msg: {.^/.^/}

send [EMAIL PROTECTED] msg

and from Rebol

mailbox: open pop://userid:[EMAIL PROTECTED]

print last mailbox

I get:

..
..

back as the content.

The POP3 server uses "." as a termination character, and 
so when it sees a single "." in the message, it 
"byte-stuffs the termination character" according to 
RFC1939.

The current implementation neglects to remove the stuffed 
byte and so we see ".." rather than "."

My email client correctly removes the extra "."

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to