Skip to main content

Documentation Index

Fetch the complete documentation index at: https://projectdiscovery-new-js-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Interface: IsPOP3Response

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));

Table of contents

Properties

Properties

Optional Banner: string

Defined in

pop3.ts:48

IsPOP3

Optional IsPOP3: boolean

Defined in

pop3.ts:46