In this version, a new module for receiving email has been added.

The old module is still available. If you open a project in the new version that uses the old email module, then certain actions may look like this:

In order to fix this, you need to enable the old module by clicking on following icon

or enable it in the module manager. But still, it is recommended to use the new module, as it has a number of advantages.
- The module does not use node.js
A module written this way is more difficult to implement, but it is faster and doesn't require a node.js process to run.
Previously, when using several actions, the connection was established each time action has started. Now the old connection can be reused. If the connection has not been used for a long time, or the thread has terminated, it will be automatically closed.
The new module allows you to get not only the entire body of the letter, but individual fields, such as: the sender, the subject of the letter, the date, attachments, links, etc.
The new module has a setting that allows you to wait for a letter to be received according to the specified criteria. This is useful for email verification.
The main protocol for receiving emails is imap, but pop3 is also supported.
The address of the imap server does not have to be specified, for popular services it can be filled in automatically.
- Improved filtering and sorting of messages.
Filtering by flags and date, sorting in those services that support it.
-
Working with folders.
-
Working with flags.
Also, some bugs were fixed when generating the PerfectCanvas request for Webgl.