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

Function exportOwnPublicKey

src/content-scripts/clientAPI.js:241–243  ·  view source on GitHub ↗
({keyringId, emailAddr})

Source from the content-addressed store, hash-verified

239}
240
241function exportOwnPublicKey({keyringId, emailAddr}) {
242 return controllerPort.send('export-own-pub-key', {keyringId, emailAddr});
243}
244
245function additionalHeadersForOutgoing({keyringId, headers}) {
246 return controllerPort.send('additional-headers-for-outgoing', {keyringId, headers});

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected