information about MailSite
[squirrelmail.git] / doc / Development / imap_servers.txt
index f3e03caf1b5733cc0fa812e43e0b945ae0178c03..e9e645fd4f337fe0f1d112395e7c8c3a86792cfc 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,7 +144,7 @@ GNU Mailutils IMAPD
 -------------------
 Part of GNU mail utility collection
 
-Tested v.0.6.1 and v.0.6.90
+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
@@ -156,21 +156,56 @@ 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 is broken (UID FETCH Bogus message
-set: message number out of range). Use of server with SquirrelMail is not 
-recommended and not supported.
-
------
-TEST_6
-Request:
-UID FETCH 1:* (FLAGS BODY[HEADER.FIELDS (FROM DATE TO)])
-Response:
-BAD UID FETCH Bogus message set: message number out of range
------
+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
+
+
+----
+Bejy
+----
+HTTP and email server written in Java. User information is stored in database. 
+SELECT response is in rfc 2060 format.
+
+Tested v.1.4.1.58b
+
+CAPABILITY IMAP4rev1
+
+PERMANENTFLAGS - missing
+FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
+
+Site URL: http://www.bejy.net
+
 --------
 Mac OS X
 --------
@@ -238,6 +273,25 @@ SquirrelMail expects '* SORT 1 2'
 Site URL: http://www.icewarp.com
 
 
+--------------------
+MailSite IMAP server
+--------------------
+Commercial email server for Windows.
+
+Tested 6.1.22.1 version.
+
+CAPABILITY IMAP4rev1 ACL NAMESPACE UIDPLUS AUTH=NTLM AUTH=SCRAM-MD5
+ AUTH=CRAM-MD5 
+
+PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)
+
+NAMESPACE (("" "/")) (("#shared/" "/")) NIL 
+
+FETCH response to UID STORE command violates RFC 3501.
+
+Site URL: http://www.rockliffe.com/
+
+
 -----------------------------
 IMAP server ready H mproxyus4
 -----------------------------