Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render HTML content email #2

Open
Jzarecta opened this issue Aug 28, 2013 · 1 comment
Open

Render HTML content email #2

Jzarecta opened this issue Aug 28, 2013 · 1 comment

Comments

@Jzarecta
Copy link

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/

@merlink01
Copy link
Owner

I implemented html2text but didn't test until now.

Also I moved my bitmessage fork to a newer codebase, please update it. --old, you can use latest bitshell with the original version of pybitmessage

If I should test more, please send me a html mail to:
BM-2D9k99CRa75zNzmrBp4KXktxSzgzvmMwp6

Have fun testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants