Using soap-2_2/lib/soap.jar and invoking SMTP2HTTPBridge, I get the following error: java -classpath C:/src/mandingo/lib/soap-2_2/lib/soap.jar org.apache.soap.server.SMTP2HTTPBridge java.lang.NoClassDefFoundError: com/ibm/network/mail/pop3/event/MessageListener
My guess is that either that class is not actively maintained or that the issue has been fixed in a later build. I would also guess that either * com.ibm.network.mail.pop3.event.MessageListener is in an external package that happened to already be in the classpath of people using SMTP2HTTPBridge or * the class hierarchy for com.ibm.network.mail.pop3.event.MessageListener has been renamed into the org.apache hierarchy. Thoughts, workarounds, suggestions? Thanks in advance. - Lucas Gonze
