Closed benjaminpreiss closed 2 months ago
Does it work with Node?
Does it work with Node?
Instead of executing it with bun? Indeed!
Getting a connection now, when executing with node.
Maybe the reason is missing compatibility with node:tls on bun? https://bun.sh/docs/runtime/nodejs-apis
Closing this issue as this seems related to bun.
Describe the bug Promise
await client.connect()
never concludes when connecting to posteo.de IMAP via port 993, TLS.To Reproduce Steps to reproduce the behavior:
Execute the following script (e.g. with bun JS in my case):
When using bun, execute the above script with
bun ./path/to/file.ts
.In my case, I get the following logs:
What's suspicious to me:
version: "TLSv1/SSLv3"
, which makes me guess whether my TLS version config on the imapflow client takes effect.Posteo states on their website, that TLS 1.0 connections will be rejected: https://posteo.de/en/help/how-do-i-set-up-posteo-in-an-email-client-pop3-imap-and-smtp
Expected behavior I expect to see
after connect
in my console eventually.Desktop (please complete the following information):