mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔀 Merge branch 'master' of github.com:n8n-io/n8n
This commit is contained in:
commit
c4ed26a6cc
|
@ -362,7 +362,7 @@ export class EmailReadImap implements INodeType {
|
||||||
host: credentials.host as string,
|
host: credentials.host as string,
|
||||||
port: credentials.port as number,
|
port: credentials.port as number,
|
||||||
tls: credentials.secure as boolean,
|
tls: credentials.secure as boolean,
|
||||||
authTimeout: 3000,
|
authTimeout: 10000,
|
||||||
},
|
},
|
||||||
onmail: async () => {
|
onmail: async () => {
|
||||||
const returnData = await getNewEmails(connection, searchCriteria);
|
const returnData = await getNewEmails(connection, searchCriteria);
|
||||||
|
|
Loading…
Reference in a new issue