Dear friends, I have to write a simple mailet that will ping the servers of the recipient and and let us know if the recipient is available or not. if unavailable, a message will be sent to the sender and the mail state set to ghost. otherwise business as usual.
My problem is, I get error when trying to import org.apache.mailet.*; (package does not exist) also, can everything be done in the mailet ?? also, can anyone kindly explain the configuration files or give me some links?? Btw, I am using james 2.2.0 with jaf 1.1 and javamail 1.4 thanks writing Ahsan
