[csmaild-cvs] csmaild/src/TestClient/bin Commands.xml,1.4,1.5
Brought to you by:
tamc
From: <ta...@us...> - 2003-08-08 22:39:30
|
Update of /cvsroot/csmaild/csmaild/src/TestClient/bin In directory sc8-pr-cvs1:/tmp/cvs-serv18360/src/TestClient/bin Modified Files: Commands.xml Log Message: Updated VS.NET 2002 project files to reflect currect VS.NET 2003 project Moved message flags into a FlagList class (this makes flag extensions easier to support) Modified the TestClient for easier debugging of the server Added BASE64 decoder to common library Moved argument parsing from ImapCommand into the newly created types (representing various arguments parsed from the client) Added support for AUTHENTICATE PLAIN Added TODO document in the docs !!Some stuff surely has been broken with all this code moving around, it'll compile and run, but some functionality hasn't been verified yet!! Index: Commands.xml =================================================================== RCS file: /cvsroot/csmaild/csmaild/src/TestClient/bin/Commands.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Commands.xml 26 Jul 2003 23:55:47 -0000 1.4 --- Commands.xml 8 Aug 2003 22:39:27 -0000 1.5 *************** *** 6,38 **** </Commands> <Commands> ! <Command>2 LOGIN csmaild_test csmaild_test</Command> <Process>False</Process> </Commands> <Commands> ! <Command>2 LOGIN "csmaild_test" "csmaild_test"</Command> ! <Process>True</Process> </Commands> <Commands> ! <Command>2 LOGIN {12}</Command> <Process>False</Process> </Commands> <Commands> ! <Command>csmaild_test {12}</Command> <Process>False</Process> </Commands> <Commands> ! <Command>csmaild_test</Command> <Process>False</Process> </Commands> <Commands> ! <Command>3 SELECT INBOX</Command> <Process>True</Process> </Commands> <Commands> ! <Command>4 FETCH 1 (BODY[HEADER.FIELDS (To From)])</Command> <Process>False</Process> </Commands> <Commands> ! <Command>5 FETCH 1 (BODY[]<0.1500>)</Command> <Process>True</Process> </Commands> --- 6,62 ---- </Commands> <Commands> ! <Command>2 LOGIN "csmaild_test" "csmaild_test"</Command> ! <Process>True</Process> ! </Commands> ! <Commands> ! <Command>2 AUTHENTICATE PLAIN</Command> <Process>False</Process> </Commands> <Commands> ! <Command>AGNzbWFpbGRfdGVzdABjc21haWxkX3Rlc3Q=</Command> ! <Process>False</Process> </Commands> <Commands> ! <Command>A LSUB "" "*"</Command> <Process>False</Process> </Commands> <Commands> ! <Command>A SUBSCRIBE "INBOX/Test"</Command> <Process>False</Process> </Commands> <Commands> ! <Command>A LSUB "" "*"</Command> <Process>False</Process> </Commands> <Commands> ! <Command>A LSUB "" "%"</Command> ! <Process>False</Process> ! </Commands> ! <Commands> ! <Command>B SELECT Drafts</Command> <Process>True</Process> </Commands> <Commands> ! <Command>3 UID fetch 1:* (FLAGS)</Command> ! <Process>True</Process> ! </Commands> ! <Commands> ! <Command>C UID STORE 1:2,4 +FLAGS.SILENT (\Deleted \Seen)</Command> <Process>False</Process> </Commands> <Commands> ! <Command>B SELECT "INBOX"</Command> ! <Process>False</Process> ! </Commands> ! <Commands> ! <Command>C UID FETCH 1:* (BODY.PEEK[HEADER.FIELDS (References X-Ref X-Priority X-MSMail-Priority X-MSOESRec Newsgroups)] ENVELOPE RFC822.SIZE UID FLAGS INTERNALDATE)</Command> ! <Process>False</Process> ! </Commands> ! <Commands> ! <Command>A STATUS "INBOX" (MESSAGES UNSEEN)</Command> ! <Process>False</Process> ! </Commands> ! <Commands> ! <Command>D LOGOUT</Command> <Process>True</Process> </Commands> |