Closed marcelcremer closed 8 years ago
It should work with any IMAP server. I and many others have tested imap
with non-gmail servers. You will not see the CRLF because they are stripped in the debug output.
I have never heard of Citadel before. I will try to set it up to reproduce the issue.
Hey @mscdex, thank you for your answer. I uninstalled the whole citadel system and used a postfix instead. it seems to work with postfix. Most Likely Citadel doesn't implement the IMAP standard or some other issue occured.
Thank you for your time, I will close the ticket for now. Feel free to test citadel anyway, because it's an easy to use/install open source groupware.
BR Marcel
Hello Everyone,
I have a problem connecting to servers. With my gmail account, node-imap works just fine. With all others, I get attempts like
It looks like the 'A0 CAPABILITY' command is not ended with an \r\n - at least I have the same behaviour with manual connecting to the servers via telnet and don't press enter afterwards. If I do, both servers answer just fine:
I can reproduce the same behaviour also with Exchange ('A0 CAPABILITY' is sent - now answer from server until the timeout occurs). I've already extended the authTimeout to 60 seconds which didn't help too. I've tried SSL, StartTLS and tls deactivated. All Options had the same effect.
My Node Version is 6.2.1.
Any help would be appreciated.
Best Regards Marcel