Added myself. :)
[squirrelmail.git] / doc / Development / imap_servers.txt
index c4ac9593d0d07406571aac94a79096e4013acb71..b1523c3e7013ff5176df5f91ef11b24c68222194 100644 (file)
@@ -111,7 +111,7 @@ CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE
 
 PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)
 
-IMAP server supports server side sorting and threading. 1.0alpha1-4 versions
+IMAP server supports server side sorting and threading. 1.0alpha1-5 versions
 violate syntax of responses to UID commands. NAMESPACE is supported in 1.0alpha.
 Remote plain text logins are disabled by default.
 
@@ -144,9 +144,51 @@ GNU Mailutils IMAPD
 -------------------
 Part of GNU mail utility collection
 
-Site URL:
- http://savannah.gnu.org/projects/mailutils
- http://packages.debian.org/mailutils-imap4d
+Tested v.0.6.1 (Debian Sarge) and v.0.6.90
+
+CAPABILITY IMAP4rev1 NAMESPACE IDLE X-VERSION AUTH=GSSAPI AUTH=ANONYMOUS
+ AUTH=EXTERNAL AUTH=PLAIN AUTH=LOGIN AUTH=SECURID AUTH=DIGEST-MD5 AUTH=CRAM-MD5
+
+PERMANENTFLAGS (\Answered \Deleted \Seen)
+
+NAMESPACE (("" "/")) NIL NIL
+
+Can use UW preset. Server side sorting is not supported. IMAP folders can 
+store messages or subfolders. Can't create second level (mail/Folder/Subfolder/)
+subfolders. Invalid unseen message count, when \Seen flag is toggled manually. 
+Folder listing with non-default sort order issues are fixed in cvs version. 
+Use of server with SquirrelMail is not recommended and not supported.
+
+Site URL: http://savannah.gnu.org/projects/mailutils
+
+
+------------
+DBMail IMAPD
+------------
+IMAP server that is part of DBMail email suite. DBMail provides local delivery 
+agent, pop3 and imap servers. User information and emails are stored in
+database.
+
+Tested v.2.0.7
+Information provided by Muhd Zamri
+
+CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN ACL NAMESPACE SORT
+
+PERMANENTFLAGS (\Seen \Answered \Deleted \Flagged \Draft \Recent)
+
+NAMESPACE (("" "/")) (("#Users" "/")) (("#Public" "/"))
+
+IMAP server provides partial support of IMAP QUOTA extension. setquota command
+is not supported and QUOTA extension is not advertised in CAPABILITY. SORT 
+extension is broken in tested version.
+
+> A05 UID SORT (FROM) US-ASCII ALL
+A05 BAD syntax error in sort keys
+
+> A06 UID SORT (FROM) ISO-8859-1 ALL
+A06 BAD UID command received in invalid state
+
+Site URL: http://www.dbmail.org
 
 
 --------
@@ -185,6 +227,36 @@ Includes SIEVE (rfc3028) support.
 
 Site URL: http://www.process.com/tcpip/pmdf.html
 
+-----------------
+Merak IMAP server
+-----------------
+Proprietary IMAP server included in Merak Email Server Suite.
+
+Tested 8.3.0.r and 8.3.1 beta.
+
+CAPABILITY IMAP4rev1 AUTH=CRAM-MD5 AUTH=DIGEST-MD5 AUTH=LOGIN AUTH=PLAIN SORT
+ THREAD-ORDEREDSUBJECT UIDPLUS QUOTA ACL NAMESPACE STARTTLS
+
+PERMANENTFLAGS (\Seen \Answered \Flagged \Draft \Deleted)
+
+NAMESPACE (("" "/")) NIL NIL 
+
+INBOX folder is lowercased. IMAP folder names are case insensitive. Possible 
+issue with IMAP SORT extension.
+
+-----
+TEST_5 
+
+Request: 
+A005 UID SORT (DATE) ISO-8859-1 ALL  
+Response: 
+* UID SORT 1 2 
+UID SORT Completed
+-----
+SquirrelMail expects '* SORT 1 2'
+
+Site URL: http://www.icewarp.com
+
 
 -----------------------------
 IMAP server ready H mproxyus4