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 java.util.concurrent.CompletableFuture<BodyStreamProcessor.MessageBodyData> |
processBody(Stream eml) |
public static final int BODY_VERSION
BodyStreamProcessor
produces from an
IMAP message.public static java.util.concurrent.CompletableFuture<BodyStreamProcessor.MessageBodyData> processBody(Stream eml)
public static BodyStreamProcessor.MessageBodyData parseBodyGetFullContent(com.google.common.io.CountingInputStream emlInput)
Copyright © 2021. All Rights Reserved.