skip multipart/alternative

This commit is contained in:
Morgan McMillian 2020-08-16 13:06:02 -07:00
parent 41a9b6e73f
commit c9f08ced7e

View file

@ -25,7 +25,7 @@ def parse(data, pnut, mstdn):
logger.debug(disposition)
logger.debug(contentType)
if contentType == "multipart/mixed":
if contentType in ["multipart/mixed", "multipart/alternative"]:
continue
if disposition == "inline":