public class BodyStreamProcessor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BodyStreamProcessor.MessageBodyData |
Modifier and Type | Field and Description |
---|---|
static int |
BODY_VERSION
The version of the DB body this
BodyStreamProcessor produces from an
IMAP message. |
Constructor and Description |
---|
BodyStreamProcessor() |
Modifier and Type | Method and Description |
---|---|
static BodyStreamProcessor.MessageBodyData |
parseBodyGetFullContent(com.google.common.io.CountingInputStream emlInput) |
static BodyStreamProcessor.MessageBodyData |
processBody(io.netty.buffer.ByteBufInputStream stream) |
public static final int BODY_VERSION
BodyStreamProcessor
produces from an
IMAP message.public static BodyStreamProcessor.MessageBodyData processBody(io.netty.buffer.ByteBufInputStream stream) throws java.lang.Exception
java.lang.Exception
public static BodyStreamProcessor.MessageBodyData parseBodyGetFullContent(com.google.common.io.CountingInputStream emlInput)
Copyright © 2021. All Rights Reserved.