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

Function formatAddress

src/lib/email.js:66–68  ·  view source on GitHub ↗
(email, name)

Source from the content-addressed store, hash-verified

64}
65
66export function formatAddress(email, name) {
67 return new goog.format.EmailAddress(email, name).toString();
68}
69
70// position='last' returns the trailing match, useful for Gmail-style titles
71// where the active account address is appended after the subject.

Callers 2

email.test.jsFile · 0.90
encryptedMessageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected