Example
const pop3 = require('nuclei/pop3'); const isPOP3 = pop3.IsPOP3('acme.com', 110); log(toJSON(isPOP3));
Optional
string
boolean
Was this page helpful?