SusiMail: Close POP3 socket on error

synch isConnected()
This commit is contained in:
zzz
2018-01-25 15:56:28 +00:00
parent 42f8b98b03
commit c098e5602d
3 changed files with 60 additions and 12 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 25;
public final static long BUILD = 26;
/** for example "-test" */
public final static String EXTRA = "-rc";