Example of MailNotificationService for Camunda based on wildfly

Hi all, can anyone support me with an example or similar for the MailNotificationService?
I’ve installed the camunda-bpm-mail (GitHub - camunda-community-hub/camunda-platform-7-mail: Mail connectors for Camunda Platform 7) and want to build a simple workflow with the MailNotificationService to react on incoming mails.

All I need is a trigger that starts a workflow when mail arrives in a specific folder.

The example under: “https://github.com/camunda-community-hub/camunda-bpm-mail/blob/master/extension/core/src/main/java/org/camunda/bpm/extension/mail/notification/MailNotificationService.java” and the example “https://github.com/camunda-community-hub/camunda-bpm-mail/tree/master/examples/print-service” i have looked at, but since I am not a developer I have not yet understood how to create a Java program therefore and import it into Wildfly.

Can someone explain me in keywords what to do for this, or send an example what I can include directly in my Wildfly environment? That would be sensational, thanks :slight_smile: