Example
const pop3 = require('nuclei/pop3'); const client = new pop3.Client();
Pop3Client
host
port
IsPOP3Response
string
number
const pop3 = require('nuclei/pop3'); const isPOP3 = pop3.IsPOP3('acme.com', 110); log(toJSON(isPOP3));
Was this page helpful?