Open
Description
Could this library theoretically support multipart/mixed
and related content types defined in https://learn.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/aa493937(v=exchg.140)?
According to RFC1341, all 'multipart/*
content types have identical syntax, they just differ in semantics. Basically all multipart/*
content types are identical with multipart/form-data
except that within the single boundary, the Content-Disposition
header must be omitted.