Searched refs:tempBodyFile (Results 1 – 1 of 1) sorted by relevance
235 final File tempBodyFile = File.createTempFile("testAttachmentRoundTrip", ".eml", in testAttachmentRoundTrip() local238 final OutputStream bodyOut = new FileOutputStream(tempBodyFile); in testAttachmentRoundTrip()244 final InputStream bodyIn = new FileInputStream(tempBodyFile); in testAttachmentRoundTrip()251 if (!tempBodyFile.delete()) { in testAttachmentRoundTrip()