I use bitmessage.ch which is a email gateway for bitmessge and act like an email service through SMTP. However the Bitshell client reads the whole raw html content. It woudl be nice if it detects the email header and process it to standard output readable format.
Using the email module you can get the parsing properly using get_payload(1) or using html2text.py(2).
1: http://stackoverflow.com/posts/1463144/revisions
2: http://www.aaronsw.com/2002/html2text/
I use bitmessage.ch which is a email gateway for bitmessge and act like an email service through SMTP. However the Bitshell client reads the whole raw html content. It woudl be nice if it detects the email header and process it to standard output readable format.
Using the email module you can get the parsing properly using get_payload(1) or using html2text.py(2).
1: http://stackoverflow.com/posts/1463144/revisions
2: http://www.aaronsw.com/2002/html2text/