Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

It all begins here. This component will connect via the IMAP protocol, and in sequence download emails from your email account and queue the messages as it does so.

 Add an IMAP Email Feed Component

See Create a Component if you need a refresher.

 Set up a gmail APP password - assuming your email provider is Google

Sign in to your Google Account: You need to log into your Google account. Make sure you are using the account for which you want to create an app password.

Turn on 2-Step Verification (if not already enabled):

  • Go to your Google Account.

  • Click on the "Security" tab.

  • Under "Signing in to Google," find "2-Step Verification" and click on it.

  • Follow the steps to turn on 2-Step Verification. This may involve providing your phone number for verification.

Create an App Password:

Easiest way to find it is to search for app in your Google account:

Create an App Password for IguanaX:

Then copy this app password into the password field of the IMAP Email Feed component

 Put in your email address and password

Use your email address. Some email providers like Google will require you use a APP password - see the previous section.

 Link up a downstream component
 Click START! Now you have a stream of emails being fed into your queue

The fun begins now! There is so much that you can do with access to email in a convenient environment like Iguana.

 Custom status

I implemented Custom Status using the STAT Library. It’s really quite lovely being able to see the real time status of the feed component:

 Notice the NextMailId field?

If you look carefully you’ll notice that this field increments as the component is running:

The feeder makes use of the COUNT Library which makes it easy run the component for a short batch of email, schedule another run. This is a very common technique for building Feeder interfaces .

The feeder component makes use of the COUNT Library which makes

Pretty cool! I coded the whole thing from scratch in Lua together with the Email Filter in some spare time this week. It implemented purely in Lua. There are no limits of what you can do with IguanaX. Are you ready to take control of your data?

  • No labels