forked from I2P_Developers/i2p.i2p
Tweaked default value of lastLine in susimail to make a no-response error clearer to users
This commit is contained in:
@@ -42,7 +42,7 @@ public class POP3MailBox {
|
|||||||
|
|
||||||
private String host = null, user = null, pass = null;
|
private String host = null, user = null, pass = null;
|
||||||
|
|
||||||
private String lastLine = "-ERR", lastError = null;
|
private String lastLine = "-ERR No response from server", lastError = null;
|
||||||
|
|
||||||
private int port = 0, mails = 0, read = 0;
|
private int port = 0, mails = 0, read = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user