[csmaild-cvs] csmaild/src/TestClient/bin Commands.xml,1.1,1.2
Brought to you by:
tamc
|
From: <ta...@us...> - 2003-07-26 01:44:10
|
Update of /cvsroot/csmaild/csmaild/src/TestClient/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv906/src/TestClient/bin
Modified Files:
Commands.xml
Log Message:
UIDs, UIDVALIDITYs, and literal sizes can all be uint.MaxValue big
Finished up parenthesized list parser, it should work for all commands that need it except SEARCH for now
Quite a bit of fixing yet to do to handle buffer overruns and large transmissions, but for small things (can fit into memory), we should be alright for now
Index: Commands.xml
===================================================================
RCS file: /cvsroot/csmaild/csmaild/src/TestClient/bin/Commands.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Commands.xml 25 Jul 2003 19:30:28 -0000 1.1
--- Commands.xml 25 Jul 2003 23:35:24 -0000 1.2
***************
*** 17,21 ****
</Commands>
<Commands>
! <Command>LOGOUT</Command>
</Commands>
</NewDataSet>
--- 17,21 ----
</Commands>
<Commands>
! <Command>FETCH (item1 item2 (item3 item4))</Command>
</Commands>
</NewDataSet>
|