You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Michael Betzel <m....@morgenundmorgen.de> on 2001/09/10 13:04:54 UTC

soap mail client polldelay

hi,

trying to figure out how to make RPCs via email
i had to realize that the SOAPSMTPConnection class
does not wait the specified number of millis before it 
polls the next request to the mail server.

the constructor does not initiate the instance variable
popPollDelay, so the line

this.popPollDelay = popPollDelay;

should be added to the constructor of SOAPSMTPConnection.java

best greetings

Mischa