113114115116117118119120121122123
String decodedStr = MimeUtility.decodeText(word.toString()); StringValue str = env.createStringOld(MimeUtility.unfold(decodedStr)); return str.toBinaryValue(charset); } public static Value encodeMime(Env env, StringValue name, StringValue value,
112113114115116117118119120121122
String decodedStr = MimeUtility.decodeText(word.toString()); StringValue str = env.createString(MimeUtility.unfold(decodedStr)); return str.toBinaryValue(charset); } public static Value encodeMime(Env env, StringValue name, StringValue value,
244245246247248249250251252253254
StringValue groupName = entry.getValue(); if (_isUnicode) { } else if (isUTF8()) groupName.toBinaryValue("UTF-8"); _groupNames[entry.getKey().intValue()] = groupName; } }
238239240241242243244245246247248
246247248249250251252253254255256