Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PopSettings

import type { PopSettings } from "https://googleapis.deno.dev/v1/gmail:v1.ts";

POP settings for an account.

interface PopSettings {
accessWindow?:
| "accessWindowUnspecified"
| "disabled"
| "fromNowOn"
| "allMail";
disposition?:
| "dispositionUnspecified"
| "leaveInInbox"
| "archive"
| "trash"
| "markRead";
}

§Properties

§
accessWindow?: "accessWindowUnspecified" | "disabled" | "fromNowOn" | "allMail"
[src]

The range of messages which are accessible via POP.

§
disposition?: "dispositionUnspecified" | "leaveInInbox" | "archive" | "trash" | "markRead"
[src]

The action that will be executed on a message after it has been fetched via POP.