Hi Bitcoin Developers, Since some emails get moderated, I wanted to share one python script that I found useful. Download eml file from moderated archives: https://lists.ozlabs.org/pipermail/bitcoin-dev-moderation/ Install fast_mail_parser and use this python script: https://github.com/namecheap/fast_mail_parser This prints body in base64 format and different parts. Email can be read in plain text by decoding the relevant line: https://i.imgur.com/nnd56Li.png Pasting the highlighted content in https://www.base64decode.org/ will decode the email content or using b64decode() in python. /dev/fd0 Sent with [ProtonMail](https://protonmail.com/) secure email.