From caf96608b41680ec38f92ba8b24fc0c4c1cf06de Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:06:32 -0500 Subject: [PATCH] fix: removed outlook from TTI monitoring since it is garbage --- config/index.js | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/config/index.js b/config/index.js index 2dbfff9122..dc9b834c79 100644 --- a/config/index.js +++ b/config/index.js @@ -71,23 +71,26 @@ const imapConfigurations = [ // Microsoft Outlook/Hotmail // - { - 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 - } - } - }, + // + // 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 + // } + // } + // }, // iCloud/Me //