Class - builtin.imap.jobs.job_imap.JobConfig
¶
JSON Schema¶
JobConfig¶
JSON config for IMAP job |
|||
type |
object |
||
properties |
|||
|
Server |
||
IMAP server name. |
|||
type |
string |
||
|
Credentials |
||
Credentials name (for named credentials) or object (Basic type). |
|||
anyOf |
type |
string |
|
type |
object |
||
|
Label |
||
Optional label. |
|||
type |
string |
||
default |
inbox |
||
|
Filename Format |
||
Optional filename format string. |
|||
type |
string |
||
|
Matching Extensions |
||
Optional list of file extensions. Extensions may not begin with . |
|||
type |
array |
||
examples |
|||
jpg |
|||
default |
|||
items |
type |
string |
|
|
Debug Level |
||
Optional debug level. |
|||
type |
integer |
||
examples |
5 |
||
default |
0 |