You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: