Closed dr460nf1r3 closed 2 months ago
You are connecting an IMAP client to an SMTP server. Obviously, you will get syntax errors because the protocol is different.
Oops. Now that's hella embarrassing, sorry for bothering you with this Layer 8 problem.
Describe the bug
When establishing the connection to a mail server,
parser-instance.js
throws an error.To Reproduce Probably not easy to reproduce without connecting to the given server? The host is set up with https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.
Expected behavior The connection succeeds.
Additional context Settings are:
The problem occurs with Node.js
20.13.1
/ imapflow library version1.0.164
.