information about Mailutils IMAPD
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Nov 2005 20:33:26 +0000 (20:33 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Nov 2005 20:33:26 +0000 (20:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10419 7612ce4b-ef26-0410-bec9-ea0150e637f0

doc/Development/imap_servers.txt

index 7f01551ec45ea7589002f5db63348ede5c68fe31..f3e03caf1b5733cc0fa812e43e0b945ae0178c03 100644 (file)
@@ -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
 
 
 --------