aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/pmkey-import-hkp-alt.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: examples bugfixBen McGinnes2018-12-131-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.
* python examples: protonmail hkp scriptsBen McGinnes2018-11-061-14/+11
| | | | * fixed a bug in the import try statement for both versions.
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-181-1/+1
| | | | | | -- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* docs and examples: python bindings howtoBen McGinnes2018-09-231-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]>