I picked Claws-mail which is a great, capable and lightweight email client supporting both GPG encryption/signing and Python plugins..
But there is virtually no documentation on writing those plugins :'( So I just tried it, open console from claws-mail menu and tried it as described in demo.
But I got
When I tried accessing clawsmail modul. After a while, I found that all you need to do is first import clawsmail modul.Traceback (most recent call last):File "<string>", line 1, in <module>NameError: name 'clawsmail' is not defined
import clawsmailSimple ^_^
I will probably make some kind of tutorial for this (python plugins in claws mail) so no one else have to do the "digging".
No comments:
Post a Comment