Parses the string representation.
This method, inherited from Node, executes
the parse operation for Mailbox objects. The parse
operation creates or updates the broken-down representation from
the string representation. For Mailbox objects, the parse
method parses the string representation into the substrings for the
display name, local part, route, and domain.
You should call this method after you set or modify the string representation, and before you retrieve the display name, local part, route, or domain.
This method clears the is-modified flag.
Mailbox Class | Hunny.Mime Namespace