From 64e2daedc4c56bce663dfc16c1d28a1fe1f5570a Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:35:48 -0500 Subject: [PATCH] Revert "fix: removed outlook from TTI monitoring since it is garbage" This reverts commit caf96608b41680ec38f92ba8b24fc0c4c1cf06de. --- config/index.js | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/config/index.js b/config/index.js index dc9b834c7..2dbfff912 100644 --- a/config/index.js +++ b/config/index.js @@ -71,26 +71,23 @@ const imapConfigurations = [ // Microsoft Outlook/Hotmail // - // - // NOTE: temporarily removing because Outlook is trash, their captcha codes nonsense, blocking VPN, slow to load, and blocking valid logins - // - // { - // name: 'Outlook/Hotmail', - // forwarder: env.TTI_OUTLOOK_FORWARDER, - // config: { - // host: - // typeof env.TTI_OUTLOOK_IMAP_USER === 'string' && - // env.TTI_OUTLOOK_IMAP_USER.endsWith('@hotmail.com') - // ? 'imap-mail.outlook.com' - // : 'outlook.office365.com', - // port: 993, - // secure: true, - // auth: { - // user: env.TTI_OUTLOOK_IMAP_USER, - // pass: env.TTI_OUTLOOK_IMAP_PASS - // } - // } - // }, + { + name: 'Outlook/Hotmail', + forwarder: env.TTI_OUTLOOK_FORWARDER, + config: { + host: + typeof env.TTI_OUTLOOK_IMAP_USER === 'string' && + env.TTI_OUTLOOK_IMAP_USER.endsWith('@hotmail.com') + ? 'imap-mail.outlook.com' + : 'outlook.office365.com', + port: 993, + secure: true, + auth: { + user: env.TTI_OUTLOOK_IMAP_USER, + pass: env.TTI_OUTLOOK_IMAP_PASS + } + } + }, // iCloud/Me //