Hi Craig,Yes, GMime can parse multipart/form-data MIME parts, although it doesn't do anything special with multipart/form-data parts, it simply treats it like any other multipart (i.e. it parses the subparts but does not do any additional processing on the subparts that is specific to multipart/form-data).
Once you parse a multipart/form-data with GMime's parser, you'll want to iterate over the subparts to find the part(s) containing a Content-Disposition header with a disposition of "form-data", and then proceed to do whatever processing needs to be done.
Hope that helps, Jeff On 2/19/2014 9:44 PM, Craig McQueen wrote:
I looked at the GMime web site, and it doesn't mention any of the RFCs for multipart/form-data. Namely RFC 2388 (or obsolete RFC 1867). Is multipart/form-data able to be parsed by GMime?_______________________________________________ gmime-devel-list mailing list gmime-devel-list gnome org https://mail.gnome.org/mailman/listinfo/gmime-devel-list
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature