I have set up an email account og check in the administration says "Success", but I not seening any mail. In catalina.out I see det following error:
Code: Select all
I have set schedule.mail.importer to 1, but it only runs once, until I restart the server. What is the measure of the value? Is it hour, minutes or seconds?Exception in thread "User Mail Importer" java.lang.NullPointerException
at com.openkm.util.PathUtils.escape(PathUtils.java:72)
at com.openkm.util.MailUtils.importMail(MailUtils.java:625)
at com.openkm.util.MailUtils.importMessages(MailUtils.java:559)
at com.openkm.core.UserMailImporter.runAs(UserMailImporter.java:95)
at com.openkm.core.UserMailImporter.run(UserMailImporter.java:66)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)