emailjs / emailjs-imap-client

Low-level JS IMAP client for all your IMAP needs.
MIT License
553 stars 122 forks source link

Dovecot connection failed due to Unexpected char at position 113 #201

Open peernohell opened 5 years ago

peernohell commented 5 years ago

I try to connect to a specific IMAP server but it failed with the error: Error: Unexpected char at position 113

I try to find that command exactly failed and it's this one: [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=GSSAPI] Dovecot 2.1.16(14969:95f25139fea1) ready [ tr26n18musq ]

I suppose it's due to the version append after Dovecot but not sure. Do you have any idea on how it can be fixed?

JavaDumb commented 5 years ago

Are you using the React Native?

peernohell commented 5 years ago

No, it's node.js code