Reading mail from Lotus Notes
843830Aug 1 2006 — edited Aug 1 2006Can anyone help on the issue belows, I am trying to read the mail from lotus notes using POP3 connection. Is there any POP3 setting in lotus notes?
Anyone know what is this exception thrown for:
javax.mail.MessagingException: Connect failed;
nested exception is:
java.net.SocketException: Connection reset
at com.sun.mail.pop3.POP3Store.protocolConnect
(POP3Store.java:106)
at javax.mail.Service.connect(Service.java:234)
at com.fujitsu.pd.utl.UtlPop3.readMail(UtlPop3.java:220)
at com.fujitsu.pd.svc.SvcVRReceive.receiveVr
(SvcVRReceive.java:306)
at
com.fujitsu.pd.service.ServiceThreadVmiVRReceiving.excecuteMain(Servi
ceThreadVmiVRReceiving.java:87)
at com.fujitsu.pd.service.ServiceThread.run
(ServiceThread.java:292)
ServiceThreadVmiVRReceiving error
Connect failed;
nested exception is:
java.net.SocketException: Connection reset
javax.mail.MessagingException: Connect failed;
nested exception is:
java.net.SocketException: Connection reset
at com.sun.mail.pop3.POP3Store.protocolConnect
(POP3Store.java:106)
at javax.mail.Service.connect(Service.java:234)
at com.fujitsu.pd.utl.UtlPop3.readMail(UtlPop3.java:220)
at com.fujitsu.pd.svc.SvcVRReceive.receiveVr
(SvcVRReceive.java:306)
at
com.fujitsu.pd.service.ServiceThreadVmiVRReceiving.excecuteMain(Servi
ceThreadVmiVRReceiving.java:87)
at com.fujitsu.pd.service.ServiceThread.run
(ServiceThread.java:292)?
Thanks in advance.