#89 support decrypting using Mailvelope

This commit is contained in:
the-djmaze 2022-01-26 17:08:10 +01:00
parent 3aca446e8d
commit d3b60bf097
39 changed files with 243 additions and 161 deletions

View file

@ -48,8 +48,11 @@ export class OpenPgpUserSettings /*extends AbstractViewSettings*/ {
}
onBuild() {
window.mailvelope
&& mailvelope.createSettingsContainer('#mailvelope-settings'/*[, keyring], options*/);
/**
* Create an iframe to display the Mailvelope keyring settings.
* The iframe will be injected into the container identified by selector.
*/
window.mailvelope && mailvelope.createSettingsContainer('#mailvelope-settings'/*[, keyring], options*/);
}
/**