Map: Fix map multi recipient email issue

Use case:
1. Push an email from carkit to different email addresses
   in to and cc fields.
2. Check sent folder in email app

Observed result:
Two separate emails are sent for to and cc email addresses.

Fix:
Parse CC and BCC emails from message body, later create list of
recipients based on parsed list  and send single email with
all recipients info.

CRs-Fixed: 2388785
Change-Id: Ia57a10ac7f4b6b9234e9696b15e0c3b5ff0ccdf3
2 files changed