I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7a443085 authored by str4d's avatar str4d
Browse files

Tweaked default value of lastLine in susimail to make a no-response error clearer to users

parent 6bd40e25
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ public class POP3MailBox { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment