We do have a CRLF 'word in REBOL, correct? That could help with parse.
Are you saying that with multipart/form-data, Apache is generating POST data
which uses CRLF- instead of newline-terminated data?
-Ryan
>Me again.
>
>I realised a few holes in my script. And your problem has given my some
>angst with my message-tools.r script.
>
>When dealing with emails we can use import-email which assumes that the
>email has been read with a READ. The read does the line termination
>conversion. So ok. But your post data file has shown that to deal with
>binary data I would have to deal with CRLF line termination ( RFC1521
>appendix G talks about this). So now I'm somewhat confused as to what I
>should do to get my message-tools.r script handle mime-emails and
>mime-forms.
>
>Argh!
>
>Brett.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.