Skip to content

Commit

Permalink
Revert "fix: added hotmail fix for IMAP TTI testing"
Browse files Browse the repository at this point in the history
This reverts commit 790c338.
  • Loading branch information
titanism committed Oct 4, 2024
1 parent 790c338 commit 16df424
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ const imapConfigurations = [
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',
host: 'outlook.office365.com',
port: 993,
secure: true,
auth: {
Expand Down

0 comments on commit 16df424

Please sign in to comment.