Revision: 91
http://svn.sourceforge.net/nmailserver/?rev=91&view=rev
Author: tmyroadctfig
Date: 2006-11-23 03:09:39 -0800 (Thu, 23 Nov 2006)
Log Message:
-----------
Removed unused file.
Modified Paths:
--------------
NMail/trunk/NMail.ImapService/NMail.ImapService.csproj
Removed Paths:
-------------
NMail/trunk/NMail.ImapService/Response/ContinuationCompleteResponse.cs
Modified: NMail/trunk/NMail.ImapService/NMail.ImapService.csproj
===================================================================
--- NMail/trunk/NMail.ImapService/NMail.ImapService.csproj 2006-11-23 11:08:00 UTC (rev 90)
+++ NMail/trunk/NMail.ImapService/NMail.ImapService.csproj 2006-11-23 11:09:39 UTC (rev 91)
@@ -213,9 +213,6 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="Response\AclResponse.cs" />
- <Compile Include="Response\ContinuationCompleteResponse.cs">
- <SubType>Code</SubType>
- </Compile>
<Compile Include="Response\ContinuationResponse.cs">
<SubType>Code</SubType>
</Compile>
Deleted: NMail/trunk/NMail.ImapService/Response/ContinuationCompleteResponse.cs
===================================================================
--- NMail/trunk/NMail.ImapService/Response/ContinuationCompleteResponse.cs 2006-11-23 11:08:00 UTC (rev 90)
+++ NMail/trunk/NMail.ImapService/Response/ContinuationCompleteResponse.cs 2006-11-23 11:09:39 UTC (rev 91)
@@ -1,29 +0,0 @@
-/*
- * Copyright 2004-2006 Luke Quinane and Daniel Frampton
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
-using System;
-
-namespace NMail.ImapService.Response {
- /// <summary>
- /// This signals the end of interpreting data as raw data from the client.
- /// </summary>
- public class ContinuationCompleteResponse : AbstractResponse {
- public override void WriteResponse(ImapServiceConnection connection) {
- // Nothing to output: this is an internal control response
- }
- }
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|