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

Method getPGPMessage

src/content-scripts/extractFrame.js:163–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 }
162
163 getPGPMessage() {
164 let msg = this.getArmoredMessage();
165 // additional filtering to get well defined PGP message format
166 msg = normalizeArmored(msg, this.typeRegex);
167 return msg;
168 }
169
170 getEmailSender() {
171 return this.currentProvider.getSender(this.pgpElement);

Callers 3

clickHandlerMethod · 0.80
onArmoredMethod · 0.80

Calls 2

getArmoredMessageMethod · 0.95
normalizeArmoredFunction · 0.90

Tested by

no test coverage detected