Function: parseAddresses()
parseAddresses(
raw):string[]
Split a free-text address field (comma / semicolon / whitespace separated) into a trimmed, de-duplicated address array - the inverse of joinAddresses for compose inputs. Delegates to the shared net.parseEmails so the UI reads addresses the same way the server does.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string[]