19 #include "stringutil.h"
20 #include "kmmsgbase.h"
28 #ifndef KMAIL_UNITTESTS
32 result = TQString::fromLatin1( KMMsgBase::encodeRFC2047String( str,
34 result = KURL::encode_string( result );
41 result = KURL::decode_string( url.latin1() );
42 result = KMMsgBase::decodeRFC2047String( result.latin1() );
|