Bluetooth: Add support to enable MAP MSE Email sharing.

Implement following Intents from  Email App to process
corresponding actions requested from Bluetooth App
for MAP MSE Email support.

  - MAIL_SERVICE_WAKEUP (Request Update or Refresh Inbox)
      'org.codeaurora.email.intent.action.MAIL_SERVICE_WAKEUP'
  - DELETE MESSAGE (Request to delete particular mesage with handle)
      'org.codeaurora.email.intent.action.MAIL_SERVICE_DELETE_MESSAGE'
  - Move message between folders (Request to move particular email
    with handle from src to destination folder).
      'org.codeaurora.email.intent.action.MAIL_SERVICE_MOVE_MESSAGE'
  - Request to mark particular email as read/unread.
      'org.codeaurora.email.intent.action.MAIL_SERVICE_MESSAGE_READ'
  - Request to send pending emails updated in outbox over network.
      'org.codeaurora.email.intent.action.MAIL_SERVICE_SEND_PENDING'

CRs-Fixed: 1024082

Change-Id: I2b46265ba20c6f333c9e6d1b19ee73f5a066f1ff
6 files changed