浏览代码

information about dbmail imap

tokul 19 年之前
父节点
当前提交
18503f4b2e
共有 1 个文件被更改,包括 30 次插入1 次删除
  1. 30 1
      doc/Development/imap_servers.txt

+ 30 - 1
doc/Development/imap_servers.txt

@@ -111,7 +111,7 @@ CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE
 
 
 PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)
 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.
 violate syntax of responses to UID commands. NAMESPACE is supported in 1.0alpha.
 Remote plain text logins are disabled by default.
 Remote plain text logins are disabled by default.
 
 
@@ -162,6 +162,35 @@ Use of server with SquirrelMail is not recommended and not supported.
 Site URL: http://savannah.gnu.org/projects/mailutils
 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
+
+
 --------
 --------
 Mac OS X
 Mac OS X
 --------
 --------