# mail-parser # Parse raw SMTP email messages and extract headers, body, and attachments # Docs: https://docs.remnux.org/discover-the-tools/analyze+documents/email+messages % email, parsing, attachments # Basic usage python3 -c "import mailparser; mail = mailparser.parse_from_file(''); print(mail.subject)"