From 3b844d1113459d1101fe824c8dec39f5b4ceef0f Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 29 Dec 2005 08:24:21 +0000 Subject: [PATCH] information about dbmail imap git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10512 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/Development/imap_servers.txt | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/doc/Development/imap_servers.txt b/doc/Development/imap_servers.txt index 7cb8a37f..b1523c3e 100644 --- a/doc/Development/imap_servers.txt +++ b/doc/Development/imap_servers.txt @@ -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. @@ -162,6 +162,35 @@ 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 + + -------- Mac OS X -------- -- 2.25.1