From bd25ff39c966d8a1303714117cecb36a1c7a09dd Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 28 Nov 2005 20:33:26 +0000 Subject: [PATCH] information about Mailutils IMAPD git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10419 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/Development/imap_servers.txt | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/doc/Development/imap_servers.txt b/doc/Development/imap_servers.txt index 7f01551e..f3e03caf 100644 --- a/doc/Development/imap_servers.txt +++ b/doc/Development/imap_servers.txt @@ -144,9 +144,31 @@ 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 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 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 +----- + +Site URL: http://savannah.gnu.org/projects/mailutils -------- -- 2.25.1