Forum Discussion
Christoph Schuh
Nov 11, 2017Copper Contributor
Email Migration from Imap to Exchange
Ok like with every first time I am a bit nervous on this post but I hope I am doing everything right :D My first problem: I am trying to migrade Emails from two Imap accounts (all inkl) to ou...
Arshad Mulla
Nov 12, 2017Copper Contributor
Hi,
Email migration from IMAP to exchange will get you errors. Because O365 doesn't support imap created folders. Folders will be created but emails won't be migrated. I encountered this issue couple of weeks back when I had to migrate one of our clients emails. Here's what you can do to get the emails in the folders. Configure the new O365 account on Outlook. Press Alt+F11. Click on open new project
And follow the steps in below script. It works flawlessly! We had some 120-150 folders in each email accounts and emails were all missing. But we were able to retrieve it all with the help of the below.
Make sure you select " get folder " at the top of the script page and press run!
https://www.slipstick.com/developer/code-samples/change-outlook-folder-type-export/
Email migration from IMAP to exchange will get you errors. Because O365 doesn't support imap created folders. Folders will be created but emails won't be migrated. I encountered this issue couple of weeks back when I had to migrate one of our clients emails. Here's what you can do to get the emails in the folders. Configure the new O365 account on Outlook. Press Alt+F11. Click on open new project
And follow the steps in below script. It works flawlessly! We had some 120-150 folders in each email accounts and emails were all missing. But we were able to retrieve it all with the help of the below.
Make sure you select " get folder " at the top of the script page and press run!
https://www.slipstick.com/developer/code-samples/change-outlook-folder-type-export/
Christoph Schuh
Nov 13, 2017Copper Contributor
Thx a lot for the help, I will try your suggestions as soon as possible and will get back and report here!