dont add ID capability for IMAP; we dont support it
[org.ibex.mail.git] / src / org / ibex / mail / IMAP.java
index 288a312..ea08055 100644 (file)
@@ -155,7 +155,7 @@ public class IMAP {
             }
         }
 
-        public String[] capability() { return new String[] { "IMAP4rev1" , "UNSELECT", "ID" }; }
+        public String[] capability() { return new String[] { "IMAP4rev1" , "UNSELECT" /*, "ID"*/ }; }
         public Hashtable id(Hashtable clientId) {
             Hashtable response = new Hashtable();
             response.put("name", IMAP.class.getName());