IMAP/POP3 incoming email module issue

0
Hi, Trying to implement  module – IMAP/POP3 incoming email in my project for getting incoming mails from the gmail imap server but as I imported this module in the project and try to run it, it shows java compilation error. So I dig deeper and found EmailHandler class not available in javasource\imap_pop3_email\actions.  So, is that class available in third party library or needs to implement by own or do we have already some sort of implementation available for that. Any pointerfor help ? FYI: I am using Mendix Desktop Modeller 8.14.1  
asked
3 answers
1

Did you include the encryption module in your project?

Did you try “clean deployment folder”, then “deploy for eclipse” and run project?

I hope this helps.

answered
1

This appears to be a bug in the latest release: 5.0.1. Can you use version 5.0.0?

You could also use 5.0.1 and copy the EmailHandler.java file into the actions directory.

That file is available here: https://raw.githubusercontent.com/mendix/IMAPModule/master/javasource/imap_pop3_email/actions/EmailHandler.java

A new version that conains this file will be released soon.

answered
0

This issue has been fixed in version 5.0.2 of the module.

answered