pop3.IsPOP3Response
IsPOP3Response is the response from the IsPOP3 function. this is returned by IsPOP3 function.
Example
const pop3 = require('nuclei/pop3'); const isPOP3 = pop3.IsPOP3('acme.com', 110); log(toJSON(isPOP3));
• Optional Banner: string
Optional
string
pop3.ts:32
• Optional IsPOP3: boolean
boolean
pop3.ts:30
Was this page helpful?