Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It all begins here. This component will connect via the IMAP protocol (seeIMAP Concepts for a brief overview), and in sequence download emails from your email account and queues queue the messages as it does so.

Expand
titleAdd an IMAP Email Feed Component using +COMPONENT

See Create a Component if you need a refresher.

...

Expand
titlePut in your email address and password into the IMAP Email Feed component card

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

...

Expand
titleWe can configure where the feed is starting from using 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, emails and schedule another run. This is a very common technique for building Feeder interfaces.

The feeder component makes use of the COUNT Library which makes it quite easy to implement this.

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