0

I'm trying to set up an Email Watcher node to watch a gmail account for incoming emails, and have specified the properties. However, that step of the workflow fails with:

imap.gmail.com is not ready for : AUTHORIZATION.

Any idea what the cause of this would be?

Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88

1 Answers1

0

You can use the IMAP Watcher instead of the Email Watcher node.

Skillie
  • 138
  • 7
  • Thanks. Any idea how I can specify a partial match for the 'Subject' property of the IMAP Watcher? eg, where Subject LIKE 'some text ', or where Subject Starts with 'Some text'? – Shawn de Wet Feb 03 '16 at 13:37
  • mmm...nevermind...I see now that Subject property is an OUTPUT of the node, and not an INPUT to the node. – Shawn de Wet Feb 04 '16 at 02:46