mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
[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:
parent
8135e22213
commit
5fd23e0f72
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ module.exports.searchClientForAccount = (account) => {
|
|||
case 'gmail': {
|
||||
return new GmailSearchClient(account);
|
||||
}
|
||||
case 'office365':
|
||||
case 'imap': {
|
||||
return new ImapSearchClient(account);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue