Home
last modified time | relevance | path

Searched refs:bodyDecoded (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DSimpleContentHandler.java56 public abstract void bodyDecoded(BodyDescriptor bd, InputStream is) throws IOException; in bodyDecoded() method in SimpleContentHandler
91 bodyDecoded(bd, new Base64InputStream(is)); in body()
94 bodyDecoded(bd, new QuotedPrintableInputStream(is)); in body()
97 bodyDecoded(bd, is); in body()