Packages of (pop3, imap, smtp) activities for open RPA?
-
@Allan-Zimmermann could you help me to find me package name of (pop3, imap, and smtp) activities to install on my open RPA?
because by default open RPA only give office mail activites.
-
That's because OpenRPA is only for ui automation, for all API things you are suppose to use openflow/nodered. ( the standard "mail in" and "mail out" node should cover all your needs )
If you need it to be done on your local machine, you can install a remote nodered
If you insist on keeping it inside OpenRPA, you can install MimeKit and MailKit Nuget packages and do it using the "Invoke Code" activity
-