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

Function joinEmail

src/content-scripts/providerSpecific.js:377–379  ·  view source on GitHub ↗

* Maps an array of recipients to a string of email addresses * @param {Array} recipients - The recipient objects in the form { email: 'jon@example.com' } * @return {String} comma separated list of email addresses

(recipients)

Source from the content-addressed store, hash-verified

375 * @return {String} comma separated list of email addresses
376 */
377function joinEmail(recipients) {
378 return recipients.map(r => r.email).join(', ');
379}

Callers 2

setRecipientsMethod · 0.85
setRecipientsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected