Can I sync my Outlook/Exchange emails to Gmail or Google Apps without migrating off Exchange?

4

1

I want to sync Outlook/Exchange emails to Gmail or Google Apps on an ongoing basis and not migrate off Exchange. I looked at the Google Apps Sync for Outlook tool and it doesn't do this; it assumes a migration off Exchange.

Can I use Google Apps Sync for Outlook purely as a sync tool and not for email migrations?

Are there any 3rd party tools and/or other methods to accomplish this?

Matthew

Posted 2011-08-07T23:44:33.773

Reputation: 2 450

Answers

2

Because both Exchange and Gmail share a common protocol, IMAP, you can use a program using IMAP to connect the two services.

Finding the correct tool for this may be problematic, however. Outlook is not an ideal solution, as it only wants to sync with a single server, be it Exchange or Gmail. There are quite a few scripted solutions, using perl or python , however they can be intimidating and may take some work to get them operational.

Assuming that you are only making a backup of your current emails for your own use, you could set up a Gmail account to retrieve emails from your Exchange mailbox using POP3, a simpler precursor to IMAP using directions found on Gmail's website (I need a reputation over 10 to post more than two hyperlinks per answer). Or, you can add rules in Outlook to forward mail to a Gmail account as it arrives in Exchange. However, neither method will provide a complete solution, as they will not back up your sent emails.

Simon Hova

Posted 2011-08-07T23:44:33.773

Reputation: 231