Skip to content

1.5.8: Treat multipart/signed messages just like any other multipart message

Latest
Compare
Choose a tag to compare
@howardcox howardcox released this 17 Nov 12:15
 * These is NOTHING special about these and I don't see why they should be
   treated as such. The signature can be extracted from the attachment parts
   by it's MIME type if anyone cares about checking it.

 * Parsing them in that "unique" way leads to infinite recursion when itterating
   through the parts in getMimeNumbers()