alicexbt [ARCHIVE] on Nostr: 📅 Original date posted:2022-04-08 📝 Original message: Hi Bitcoin Developers, ...
📅 Original date posted:2022-04-08
📝 Original message:
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:
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20220409/5bcd9cf0/attachment.html>
📝 Original message:
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:
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/lightning-dev/attachments/20220409/5bcd9cf0/attachment.html>