Handle application/pgp-keys
This commit is contained in:
parent
3865c5f887
commit
589a217b1b
1
mbox2web
1
mbox2web
|
@ -409,6 +409,7 @@ def render_body(msg, extra=None):
|
|||
"image/jpeg": render_image_jpeg,
|
||||
"application/x-compressed-tar": render_application_octet_stream,
|
||||
"message/delivery-status": render_message_delivery_status,
|
||||
"application/pgp-keys": render_application_octet_stream,
|
||||
}
|
||||
content_type = msg.get_content_type()
|
||||
content_disposition = msg.get_content_disposition()
|
||||
|
|
Loading…
Reference in New Issue