Write an application that registers a custom notification and a folder listener. The folder listener will activate the custom notification when an email arrives with a particular string in the subject of the email.
· Discover how to make an application auto-start
· Discover how to register a folder listener
· Discover how to register a custom notification
· Discover how to monitor incoming email
- Open Listen_1.zip
- In the IDE, open the FolderListenerApp.jdw workspace
- Open the MessageNotification.java source file.
- Open the FolderListenerApp.java source file.