bernhard: doc/raw-howtos speaking-imap-for-debugging.txt,1.1,1.2

cvs at intevation.de cvs at intevation.de
Mon Feb 21 15:02:53 CET 2005


Author: bernhard

Update of /kolabrepository/doc/raw-howtos
In directory doto:/tmp/cvs-serv12104

Modified Files:
	speaking-imap-for-debugging.txt 
Log Message:
Changed imap commands to lowercase a without number.


Index: speaking-imap-for-debugging.txt
===================================================================
RCS file: /kolabrepository/doc/raw-howtos/speaking-imap-for-debugging.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- speaking-imap-for-debugging.txt	16 Feb 2005 09:51:25 -0000	1.1
+++ speaking-imap-for-debugging.txt	21 Feb 2005 14:02:51 -0000	1.2
@@ -22,7 +22,7 @@
 
 Method a: the login command
 	type something like
-	A002 login PEA PASSWORD
+	a login PEA PASSWORD
 
 Method b: SASL PLAIN AUTH:
 
@@ -31,17 +31,18 @@
 		UEVBAFBFQQBQQVNTV09SRA==
 
 	Use it like this
-	A002 authenticate plain  UEVBAFBFQQBQQVNTV09SRA==
+	a authenticate plain  UEVBAFBFQQBQQVNTV09SRA==
 
 3. Debugging commands
 
-	Do not forget to always prefix them with Annn where nnn is a number
-	that you need to increase each time.
+	Do not forget to always prefix them with a or ann where nn is a number.
 
-	A004 namespace
+	a namespace 
+    or
+	a004 namespace
 
 	Listing all mailboxes:
-	A005 list "" *
+	a list "" *
 	
 4. Close session
-	A100 logout
+	a logout





More information about the commits mailing list