Commit ffe374c4 authored by Barry Warsaw's avatar Barry Warsaw

for method getaddrlist(): Added a note clarifying that all named

headers and their continuation lines are parsed.
parent c6fd9979
...@@ -173,6 +173,10 @@ returns a list of \code{(\var{full name}, \var{email address})} pairs ...@@ -173,6 +173,10 @@ returns a list of \code{(\var{full name}, \var{email address})} pairs
(even if there was only one address in the header). If there is no (even if there was only one address in the header). If there is no
header matching \var{name}, return an empty list. header matching \var{name}, return an empty list.
If multiple headers exist that match the named header (e.g. if there
are several \code{Cc} headers), all are parsed for addresses. Any
continuation lines the named headers contain are also parsed.
XXX The current version of this function is not really correct. It XXX The current version of this function is not really correct. It
yields bogus results if a full name contains a comma. yields bogus results if a full name contains a comma.
\end{methoddesc} \end{methoddesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment