B4J Question POP3 does not seem to do anything

ottercat

Member
Licensed User
I have added the jnet library and tried many variations of the sample code but it never actually downloads the messages. The pop3 object only initializes if I manually put it in a click button event or in the main form start. It does not initialize if I put it in the activity sub. Even if it does initialize in for example the click event a call to list messages does nothing. Nothing in log etc.

Update: I seem to have fixed it by installing the x86 version of the JDK instead of the x64 version. Now it works fine. I am extremely impressed by this product. I will be using it for a large project soon.
 
Last edited:
Top