Small POP3 improvements

This commit is contained in:
M66B
2019-09-27 15:04:16 +02:00
parent 58bff541bd
commit 4c5e81e7f9
3 changed files with 6 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
@NonNull
public Boolean notify = false;
@NonNull
public Boolean browse = true; // Leave messages on server
public Boolean browse = true; // POP3: Leave messages on server
@NonNull
public Boolean auto_seen = true;
public Character separator;