MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / isEnabled

Function isEnabled

src/modules/openpgpKeyServer.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19* @return {Boolean}
20*/
21export function isEnabled() {
22 return prefs.keyserver.oks_lookup === true;
23}
24
25/**
26 * Get a verified public key from the server by email address.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected