Re-tried hotmail again. Still doesn’t work.
-I used app password.
-IMAP is turned on
-I’m not using VPN (If anything your servers located outside of USA might be an issue?)
Gmail is working. I wasn’t using app password. Turned on 2FA and created an app password for gmail. Thanks for pointing out the gmail pre-requisites. If possible do troubleshoot why hotmail is not working. Gmail is good
@ck25 You can specify filters for the IMAP email connector in Bika.ai using search criteria.
Here are some examples:
• Unread emails only: [‘UNSEEN’]
• Emails with subject containing “node-imap”: [[‘HEADER’, ‘SUBJECT’, ‘node-imap’]]
• Unread emails received after April 20, 2024: [‘UNSEEN’, [‘SINCE’, ‘April 20, 2024’]]
These follow the node-imap format. Thanks for pointing this out — we’ll improve our help docs!