MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / extractSignedMessageMultipart

Function extractSignedMessageMultipart

src/modules/gmail.js:443–446  ·  view source on GitHub ↗
(rawEncoded)

Source from the content-addressed store, hash-verified

441}
442
443export function extractSignedMessageMultipart(rawEncoded) {
444 const raw = atob(base64DecodeUrl(rawEncoded));
445 return parseSignedMessage(raw, 'html');
446}
447
448export async function getPGPSignatureAttId({msgId, email, accessToken}) {
449 const {payload} = await getMessage({msgId, email, accessToken});

Callers

nothing calls this directly

Calls 2

base64DecodeUrlFunction · 0.90
parseSignedMessageFunction · 0.90

Tested by

no test coverage detected