Author: norman Date: Wed May 31 02:13:36 2006 New Revision: 410475 URL: http://svn.apache.org/viewvc?rev=410475&view=rev Log: -create a AddHeaderHandler class which extends on SetMimeHeaderHandler and mark it as deprecated. See JAMES-513
Added: james/server/trunk/src/java/org/apache/james/smtpserver/AddHeaderHandler.java Added: james/server/trunk/src/java/org/apache/james/smtpserver/AddHeaderHandler.java URL: http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/smtpserver/AddHeaderHandler.java?rev=410475&view=auto ============================================================================== --- james/server/trunk/src/java/org/apache/james/smtpserver/AddHeaderHandler.java (added) +++ james/server/trunk/src/java/org/apache/james/smtpserver/AddHeaderHandler.java Wed May 31 02:13:36 2006 @@ -0,0 +1,28 @@ +/*********************************************************************** + * Copyright (c) 2006 The Apache Software Foundation. * + * All rights reserved. * + * ------------------------------------------------------------------- * + * 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. * + ***********************************************************************/ + +package org.apache.james.smtpserver; + +/** + * + * @see org.apache.james.smtpserver.SetMimeHeaderHandler + * @deprecated This class was replaced by SetMimeHeaderHandler and is only here for + * backwards compatibly. It will be removed in next stable release + */ +public class AddHeaderHandler { + +} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]