(email, name)
| 64 | } |
| 65 | |
| 66 | export 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. |
no outgoing calls
no test coverage detected