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

Function additionalHeadersForOutgoing

src/content-scripts/clientAPI.js:245–247  ·  view source on GitHub ↗
({keyringId, headers})

Source from the content-addressed store, hash-verified

243}
244
245function additionalHeadersForOutgoing({keyringId, headers}) {
246 return controllerPort.send('additional-headers-for-outgoing', {keyringId, headers});
247}
248
249function importPublicKey({keyringId, armored}) {
250 switch (getMessageType(armored)) {

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected