rajavijayavendan
rajavijayavendan
Please merge the change as soon as possible.
@bba278 @dolanmiu Hi, Any workaround for drawing shapes as of now?
I am facing the same issue. Any possible fix?
Thanks anyways @mayeaux .I am already doing it. But no use
This is my search filter `searchFilter: ["UNSEEN"], markSeen: true `
var mailListener = new MailListener({ username: mailConfigOption.listener.user, password: mailConfigOption.listener.pass, host: mailConfigOption.host, port: 993, // imap port tls: true, connTimeout: 10000, authTimeout: 5000, debug: console.log, tlsOptions: { rejectUnauthorized: false }, mailbox:...