node-poplib
node-poplib copied to clipboard
POP3 client library for Node.js
I already find out that the problem is the cost of string concatenate on large strings. But I have no idea how to fix it. I changed the string concatenate...
In the source code, it forces data to be decoded under ascii. `data = data.toString("ascii");` When you wanna decode under other charset for Asian language etc., you have to make...
[https://github.com/ditesh/node-poplib/commit/7a73309ba9c1fc0921eb511ded81b86e87976445](https://github.com/ditesh/node-poplib/commit/7a73309ba9c1fc0921eb511ded81b86e87976445) this commit overwrote the changes that allowed to pass more options to tls module like key, cert, ca etc which can be used to deal with self-signed SSL certificates....
Any examples on how to separate attachments from the RETR data?
Ascii string how to transalte to normal string?
Can I setup this in Cordova?
**Summary:** If I mistakenly connect to an IMAP server instead of a POP3 one, the client connects me successfully and the login status returns `true` even if my credentials are...
I've been connecting successfully, however auth event never get called. # LOGIN METHOD CONSOLE RESULT: CONNECT success Client: 'USER [email protected]\r\n' Server: '+OK send PASS\r\n' Client: 'PASS ********\r\n' Server: '+OK Welcome.\r\n'...
When connecting bu fault to an imap server, an exception occurs, this exception cannot be handled as it does not arrive to my app layer. Adding a onError listener to...
Hi Ditesh, This does not look to be an issue of poplib persé, but maybe it wel help others. Running poplib in node.js on Windows 7, i received some emails...