Forward mail using gmail API

前端 未结 2 1723
眼角桃花
眼角桃花 2020-12-31 13:04

Is there any code provided by google to forward mail. because i haven\'t found one. If there is any way to forward mail using GMAIL API with extra content to send with origi

2条回答
  •  死守一世寂寞
    2020-12-31 13:52

    Watch out while doing this procedure !

    I used the answer of Jhon Mee to forward all emails from a user to an other one. If you just change the "To:" it will continue to send the emails to everyone in "Cc:" and "Bcc:"

    Here is the procedure:

    1. Retreive the email in raw format
    2. Decode the email from base64
    3. Replace the line "To:" with the email you want to forward to
    4. Remove the lines "CC:" and "Bcc:"
    5. Send it

提交回复
热议问题