encoder.doEncode(message, composer, new FakeImapSession());
}
@Test
public void testShouldNotAddExtensionsWithEncodingBodyStructure() throws Exception {
FetchResponse message = new FetchResponse(100, flags, new Long(72),
null, null, null, null, stubStructure, null);
final Map<String, String> parameters = new HashMap<String, String>();
parameters.put("CHARSET", "US-ASCII");
final List<String> parameterList= new ArrayList<String>();
parameterList.add("CHARSET");