HomeSort by relevance Sort by last modified time
    Searched full:tempis (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/
MimeStreamParser.java 150 MimeBoundaryInputStream tempIs =
152 handler.preamble(new CloseShieldInputStream(tempIs));
153 tempIs.consume();
155 while (tempIs.hasMoreParts()) {
156 tempIs = new MimeBoundaryInputStream(is, bd.getBoundary());
157 parseBodyPart(tempIs);
158 tempIs.consume();
159 if (tempIs.parentEOF()) {

Completed in 419 milliseconds