bernhard: doc/raw-howtos speaking-imap-for-debugging.txt,1.5,1.6

cvs at kolab.org cvs at kolab.org
Thu Jul 6 20:23:36 CEST 2006


Author: bernhard

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

Modified Files:
	speaking-imap-for-debugging.txt 
Log Message:
Adding more examples: selecting a mailbox, getting and setting flags.


Index: speaking-imap-for-debugging.txt
===================================================================
RCS file: /kolabrepository/doc/raw-howtos/speaking-imap-for-debugging.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- speaking-imap-for-debugging.txt	15 Feb 2006 17:47:17 -0000	1.5
+++ speaking-imap-for-debugging.txt	6 Jul 2006 18:23:34 -0000	1.6
@@ -35,18 +35,30 @@
 
 3. Debugging commands
 
-	Do not forget to always prefix them with a or ann where nn is a number.
+	Do not forget to always prefix them with a or ann where nn is a number,
+	like in
 
 	a namespace 
     or
 	a004 namespace
+   
+    Some more examples:
 
     Listing all mailboxes:
 	a list "" *
 
     Listing all Kolab annotations:
 	a getannotation "*" "/vendor/kolab/*" "value"
-	
+
+    Select a mailbox (redo this if you want to see changes by others):
+    	a SELECT "INBOX/seenflagtest"
+
+    Get the flags of a range of messages:
+    	a FETCH 2:4 (FLAGS)
+
+    Add three flags to message number 3:
+    	a STORE 3 +FLAGS (\Seen \Answered \Flagged)
+       
 4. Close session
 	a logout
 






More information about the commits mailing list