Update of /cvsroot/csmaild/csmaild/src/Imap
In directory sc8-pr-cvs1:/tmp/cvs-serv8950/src/Imap
Modified Files:
Imap.2002.csproj Imap.csproj
Log Message:
Updated 2002 project files for people using legacy IDE's ;)
Added initial POP project, no code, just a project
Changes to the mail store to support DELETE, RENAME, CREATE commands
Nearly finished with said commands, more testing needed
Moved NetworkManager to common, so POP can use it
Index: Imap.2002.csproj
===================================================================
RCS file: /cvsroot/csmaild/csmaild/src/Imap/Imap.2002.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Imap.2002.csproj 25 Jul 2003 14:50:31 -0000 1.1
--- Imap.2002.csproj 29 Jul 2003 00:46:29 -0000 1.2
***************
*** 143,151 ****
/>
<File
- RelPath = "Commands\ExamineCommand.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "Commands\ExpungeCommand.cs"
SubType = "Code"
--- 143,146 ----
***************
*** 198,202 ****
/>
<File
! RelPath = "Commands\SelectCommand.cs"
SubType = "Code"
BuildAction = "Compile"
--- 193,197 ----
/>
<File
! RelPath = "Commands\SelectExamineCommand.cs"
SubType = "Code"
BuildAction = "Compile"
***************
*** 229,247 ****
<File
RelPath = "Commands\UnsubscribeCommand.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NetworkManager\Connection.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NetworkManager\Listener.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NetworkManager\NetworkManager.cs"
SubType = "Code"
BuildAction = "Compile"
--- 224,227 ----
Index: Imap.csproj
===================================================================
RCS file: /cvsroot/csmaild/csmaild/src/Imap/Imap.csproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Imap.csproj 27 Jul 2003 17:26:22 -0000 1.6
--- Imap.csproj 29 Jul 2003 00:46:29 -0000 1.7
***************
*** 234,252 ****
BuildAction = "Compile"
/>
- <File
- RelPath = "NetworkManager\Connection.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NetworkManager\Listener.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NetworkManager\NetworkManager.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
</Include>
</Files>
--- 234,237 ----
|