whiteout-io / mail

[ABANDONED] Mail App with integrated OpenPGP encryption
https://whiteout.io
MIT License
545 stars 96 forks source link

Import of multiple GPG public keys fails #366

Open CR0CKER opened 9 years ago

CR0CKER commented 9 years ago

Only one key is imported even though I am exporting my entire public keyring and trying to get these keys into the client.

felixhammerl commented 9 years ago

yeah, we currently support single key import ...

https://github.com/whiteout-io/mail-html5/blob/master/src/js/controller/app/publickey-import.js#L42 https://github.com/whiteout-io/mail-html5/blob/master/src/js/crypto/pgp.js#L113

hmmm ... yeah, importing multiple keys at once actually makes sense ;)