🔀 Merge branch 'master' of github.com:n8n-io/n8n

This commit is contained in:
Jan Oberhauser 2020-11-18 20:09:11 +01:00
commit c4ed26a6cc

View file

@ -362,7 +362,7 @@ export class EmailReadImap implements INodeType {
host: credentials.host as string,
port: credentials.port as number,
tls: credentials.secure as boolean,
authTimeout: 3000,
authTimeout: 10000,
},
onmail: async () => {
const returnData = await getNewEmails(connection, searchCriteria);