Mail migration in Google Apps Account using Google Apps Script

227 Views Asked by At

I want to migrate my mails from one Google apps account to another Google apps account using Google Apps script , if anyone know how we can achieve this please tell me.

3

There are 3 best solutions below

0
On

Not possible with appscript. At most you will be able to forward messages.

0
On

Is it mandatory to use a script?

You could use DMS [Data Migration Service] in admin console. It is easy to use and now you can migrate Contacts as well. It is a Server to Server Migration, so your work won't be affected.

https://support.google.com/a/answer/6003169?hl=en.

0
On

You can use imapsync. It will move all mails and mail folder. Only problem is it doesn't do contacts, group contacts, calendar etc...so that will be a challenge. Figure that out and let me know :-)