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

Method toRecipient

src/controller/editor.controller.js:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 */
143 async setRecipientData(recipients) {
144 const toRecipient = email => {
145 const key = findKeyByEmail(keys, email);
146 return {email, key, fingerprint: key?.fingerprint, checkServer: !key};
147 };
148 let to = [];
149 let cc = [];
150 const keys = await getKeyData({keyringId: this.keyringId});

Callers

nothing calls this directly

Calls 1

findKeyByEmailFunction · 0.90

Tested by

no test coverage detected