bmwrapper
bmwrapper copied to clipboard
Email wrapper for PyBitmessage
for channel addresses added anonymous sending by using prefix "chan-" in toAddress field.
14
Includes #12 and #10. closes #10, #12 and #14
Replies get parsed out and put into the end of the message. Messages should be sent as-is.
In a setup where there are multiple addresses in a Bitmessage node, I'd like to be able to download only the messages that have been sent to a single address...
I googled part of the error I'm getting and saw issue #7 here. My setup: Thunderbird 24.2.0 bmwrapper latest git pull bitmessage latest git pull I'm pretty sure I've set...
In classical e-mailing you can add your name in a more readable format to the e-mail address, e.g. `John Doe `. The same should be true for bmwrapper too: `John...
The following is a workaround in the code that should be reverted to reflect the new from chan to chan method. Instead it should return "[email protected]" as the recipient. ```...
This patch is a port to run with Python3.