public class BodyMailLoader
extends java.lang.Object
MSEmail from an imap uid.| Constructor and Description | 
|---|
BodyMailLoader(int collectionId,
              StoreClient store)  | 
| Modifier and Type | Method and Description | 
|---|---|
AirSyncBaseResponse | 
fetch(int messageId,
     BodyOptions options)  | 
protected java.lang.String | 
textPart(org.apache.james.mime4j.dom.TextBody pb)  | 
public BodyMailLoader(int collectionId,
                      StoreClient store)
bf - the body factory used to process the body partsbs - collectionId - used to encode unique identifiers for attachmentsstore - must be in selected statepublic AirSyncBaseResponse fetch(int messageId, BodyOptions options) throws java.io.IOException
java.io.IOExceptionprotected java.lang.String textPart(org.apache.james.mime4j.dom.TextBody pb)
                             throws java.io.IOException
java.io.IOExceptionCopyright © 2021. All Rights Reserved.