Is the `Content-ID` along with `Content-Disposition`? Or only one of those headers has to be there?
If both can be, maybe a workaround for now would be to add the Content-ID after the value of Content-Disposition, so the parameter is `c-dispo-body\r\nContent-ID: ...`. Not sure if it works, as I haven't looked at code, but worth trying.