147
147
"""Get the origin and destination addresses of a message.
149
149
:param message: A message object supporting get() to access its
151
151
:return: A pair (from_email, to_emails), where from_email is the email
152
152
address in the From header, and to_emails a list of all the
153
153
addresses in the To, Cc, and Bcc headers.