email/pop3andsmtpmtm/servermtmutils/src/imcvrecv.cpp
branchRCL_3
changeset 42 1367103c24e2
parent 9 1d7827e39b52
child 54 fa1df4b99609
equal deleted inserted replaced
33:94cccd85bd25 42:1367103c24e2
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  3974 		if ( ParseRfc2047ParameterInfoL(param, rBuffer) == EFalse )
  3974 		if ( ParseRfc2047ParameterInfoL(param, rBuffer) == EFalse )
  3975 			{
  3975 			{
  3976 			iLex.UnGetToMark(initMark);
  3976 			iLex.UnGetToMark(initMark);
  3977 			ParseRfc2231ParameterInfoL(aTag, rBuffer, offset );
  3977 			ParseRfc2231ParameterInfoL(aTag, rBuffer, offset );
  3978 			}
  3978 			}
  3979 			CleanupStack::Pop(rBuffer8);
  3979 		if( param.Length() > 0 )
       
  3980 		    {
       
  3981             CleanupStack::Pop(rBuffer8);
       
  3982 		    }
       
  3983 			
  3980 		}
  3984 		}
  3981 	}
  3985 	}
  3982 
  3986 
  3983 
  3987 
  3984 // Detect encoding of form =?charset?Q?" Text "?=
  3988 // Detect encoding of form =?charset?Q?" Text "?=