I need some help with connect to office365 using IMAP and javascript. I am trying to connect to office365. I use IMAP fot this.
I received the credentials and tried to setup the config like this:
const imapConfig = { user: 'auto@email.com', password: 'passwordxxxx', host: 'smtp.office365.com', port: 25, tls: true, authTimeout: 25000, connTimeout: 30000, tlsOptions: { rejectUnauthorized: true } }