node-poplib
node-poplib copied to clipboard
POP3 client library for Node.js
When we ran `npm audit --json` for my project which has `poplib` as one of its dependencies, we got the following advisory. Please note that the severity is critical. Any...
Installing event handlers for each individual api call feels very unnatural.
@ditesh , Recently while working on Node 14, I faced an error with Gmail Accounts in production. ``` self signed certificate at TLSSocket.onConnectSecure (_tls_wrap.js:1497:34) at TLSSocket.emit (events.js:315:20) at TLSSocket._finishInit (_tls_wrap.js:932:8)...
Why the item `"version": "v0.1.7"` contains the letter "v". It should be "0.1.7" only.
Hello, how cam I get the latest email by using getUIDs? when I try to get latest email by getUIDs, its not getting new coming emails.
Hi Team, I tried [0X](https://www.npmjs.com/package/0x) node module to analyse hot path in a POC code to fetch emails and I see that flame graph shows node module Linkify has higher...
When i try to execute multiple Retrs in the same time, only the first one is really executed, my problem is that the non executed retrs return the result of...
If I call poplib in a loop to create an instance, listen to connect, do a login, call list and retrieve messages and quit after that, it works in 99%...
Hi Team, I am using poplib node-module to fetch the mails from mail server. So to achieve it, I am using **retr** method. But if the mail size is greater...
Hi Team, I intend to fetch email from Email server which is TLS enabled and accepts Key and Cert file for authentication. Since in poplib documentation there was no mention...