Can someone help with the below issue:
I'm using the latest version of G1ANT robotic software. I've been able to successfully connect to outlook using the office addon however now I need to access emails on gmail and office 365. As a first step i'm trying to connect to gmail with the below code but I keep getting timeout error. I followed the exact steps in their tutorial but it does not work. Can someone please help:
addon net version 4.101.0.0
addon core version 4.101.0.0
addon language version 4.103.0.0
♥yesterday = ⟦date:dd.MM.yyyy⟧02.10.2019
mail.imap imap.gmail.com login myemail@gmail.com password myPasssword sincedate ♥yesterday todate ♥date onlyunreadmessages true ignorecertificateerrors true result ♥list
foreach ♥element in ♥list
dialog ♥element
end