en-nicolabaesso

Results 4 comments of en-nicolabaesso

Already did (my bad for not telling that earlier). This is the snippet of code I've using: ``` this.mailClient = new Imap({ user: process.env.IMAP_CLIENT_USER, password: process.env.IMAP_CLIENT_PASSWORD, host: process.env.IMAP_CLIENT_HOST, port: Number(process.env.IMAP_CLIENT_PORT),...

> maybe late reply, but hope it still helps basically this condition will return false process.env.IMAP_KEEPALIVE_FORCENOOP=="true" > > because true is not equal to "true" you should just do this...

Thank you for the feedback. Glad the issue could be marked outside my application, I was genuinely worried about messing up with the settings.. Ok, I'll write a comment here...

Hi @stephanrauh, sorry for the delay, I've missed the 25.6.0 release because of other tasks getting priority, do you have any news on the issue?