Hallo Andreas,

in der JavaMail.java im root Verzeichnis steht unter Message Exception 101 :
if (realException instanceof javax.mail.MessagingException)
return 101;
else if (realException instanceof java.net.ConnectException)
return 102;
else if (realException instanceof java.net.UnknownHostException)
return 103;

}catch(Exception e){
// filename is not found
//e.printStackTrace();
return 999;
}
return 0;

Wo kann man noch nachsehen ?

Gruß,

Thomas