Interface MessageReaderOptions

interface MessageReaderOptions {
    charset?: _MessageBufferEncoding;
    contentDecoder?: ContentDecoder;
    contentDecoders?: ContentDecoder[];
    contentTypeDecoder?: ContentTypeDecoder;
    contentTypeDecoders?: ContentTypeDecoder[];
}

Properties

charset?: _MessageBufferEncoding
contentDecoder?: ContentDecoder
contentDecoders?: ContentDecoder[]
contentTypeDecoder?: ContentTypeDecoder
contentTypeDecoders?: ContentTypeDecoder[]