aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/pmkey-import-hkp-alt.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-13python: examples bugfixBen McGinnes1-1/+7
* Fixed a bug in the ProtonMail importers (pmkey-*.py) where multiple keys found for a username would always result in the last email address checked being returned in the printed output for all located keys.
2018-11-06python examples: protonmail hkp scriptsBen McGinnes1-14/+11
* fixed a bug in the import try statement for both versions.
2018-10-18doc: use https:// for www.gnu.orgDaniel Kahn Gillmor1-1/+1
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2018-09-23docs and examples: python bindings howtoBen McGinnes1-0/+174
* Added more comprehensive examples using hkp4py and added a couple more example scripts for protonmail. Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]>