added UNSEEN to notations
[org.ibex.mail.git] / src / org / ibex / mail / protocol / IMAP.java
index 89e0a5b..43a071e 100644 (file)
@@ -313,6 +313,7 @@ public class IMAP {
                         println("* FLAGS (\\Answered \\Flagged \\Deleted \\Seen \\Draft)");
                         println("* " + api.count(mailbox)  + " EXISTS");
                         println("* " + api.recent(mailbox) + " RECENT");
+                        println("* OK [UNSEEN " + api.unseen(mailbox) + "]");
                         println("* OK [UIDVALIDITY " + api.uidValidity(mailbox) + "] UIDs valid");
                         println("* OK [UIDNEXT " + api.uidNext(mailbox) + "]");
                         println("* OK [PERMANENTFLAGS (\\Seen \\Draft \\Answered \\Deleted)]");