Anyone know how to run IMAP mailbox polling on a timer? I want to poll my icloud email once a day but I only see an imap trigger node which runs immediately. This doesn't work for me because I want to grab all unread email once a day. I don't want to use an unapproved community node given the sensitivity of this operation. So my options seem to be create something myself or use the trigger to log the mail id in some file and then process the file once a day. This seems like a hassle to do something so straight-forward with the gmail node.