Class - builtin.imap.jobs.job_imap.JobConfig

JSON Schema

JobConfig

JSON config for IMAP job

type

object

properties

  • server

Server

IMAP server name.

type

string

  • credentials

Credentials

Credentials name (for named credentials) or object (Basic type).

anyOf

type

string

type

object

  • label

Label

Optional label.

type

string

default

inbox

  • filename_format

Filename Format

Optional filename format string.

type

string

  • matching_extensions

Matching Extensions

Optional list of file extensions.

Extensions may not begin with .

type

array

examples

pdf

jpg

default

items

type

string

  • debug_level

Debug Level

Optional debug level.

type

integer

examples

5

default

0