Thanks I installed the app but after filling the fields and pressing "OK" I got errors like "connection closed by peer" and sometime the app just gets stuck. did you have trouble with it also ? what should I fill in the proxy host field in the settings ?
thank you for replying what info should I get from this file ?
I found an example using a Socket and converted it into SocketConnection , the problem is that I cant open the Socket : String url = "mail.company.com:25"; // also tried "socket://mail.company.com:25" ... mailSocket= (SocketConnection)Connector.open(url); // here I get an exception do you know what I should change here ?
Forum posts: 13
You can have a look at Mail4ME APIs at following website:
http://mail4me.objectweb.org/
Hope this helps,
Vijay
Forum posts: 145
I installed the app but after filling the fields and pressing "OK" I got errors like "connection closed by peer"
and sometime the app just gets stuck.
did you have trouble with it also ?
what should I fill in the proxy host field in the settings ?
Forum posts: 13
Vijay
Forum posts: 145
what info should I get from this file ?
I found an example using a Socket and converted it into SocketConnection ,
the problem is that I cant open the Socket :
String url = "mail.company.com:25"; // also tried "socket://mail.company.com:25" ...
mailSocket= (SocketConnection)Connector.open(url); // here I get an exception
do you know what I should change here ?
Forum posts: 13
Vijay