Hello,

Sebastian Tennant <[email protected]> writes:

> Content-Disposition is mandatory, but Content-Type is optional
> (defaulting to text/plain) as is Content-Transfer-Encoding, so the
> "header part" of any given MIME part may be a single line or it may be
> three.

Then I presume this could be read line-by-line as strings (using
`read-line' from `(ice-9 rdelim)') until the end-of-header marker is
reached.  The remaining data would be read using `uniform-vector-read!'
or some such.

Disclaimer: I'm no MIME expert.  ;-)

Thanks,
Ludo'.



Reply via email to