How does one disable mail import? If I set schedule.mail.importer=0, I get this exception:
java.lang.IllegalArgumentException: Non-positive period.
at java.util.Timer.schedule(Timer.java:221)
What is the proper way to disable mail imports while retaining the ability to send email notifications to other users?
Thanks
java.lang.IllegalArgumentException: Non-positive period.
at java.util.Timer.schedule(Timer.java:221)
What is the proper way to disable mail imports while retaining the ability to send email notifications to other users?
Thanks