[local-sync] Add search for Office365

Summary: See title

Test Plan: Run it locally

Reviewers: juan, evan

Differential Revision: https://phab.nylas.com/D3560
This commit is contained in:
Mark Hahnenberg 2016-12-27 11:57:28 -08:00
parent 8135e22213
commit 5fd23e0f72

View file

@ -279,6 +279,7 @@ module.exports.searchClientForAccount = (account) => {
case 'gmail': {
return new GmailSearchClient(account);
}
case 'office365':
case 'imap': {
return new ImapSearchClient(account);
}