gnus-extract-address-components
gnus-extract-address-components is a compiled Lisp function in `gnus-util.el
'.
(gnus-extract-address-components FROM)
Extract address components from a From header.
Given an RFC-822 address FROM, extract full name and canonical address.
Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). Much more simple
solution than `mail-extract-address-components', which works much better, but
is slower.