@hiraokahypertools/pst_to_eml - v0.5.0-alpha.2
    Preparing search index...

    Interface MsgConverterOptions

    interface MsgConverterOptions {
        allowNestedEml?: boolean;
        altBoundary?: string;
        baseBoundary?: string;
        messageId?: string;
    }
    Index

    Properties

    allowNestedEml?: boolean

    Whether to allow nested EML. If this is false, nested EML will be treated as attachments with .eml extension. This is because some email clients do not support nested EML.

    altBoundary?: string

    fixed altBoundary for EML for testing

    baseBoundary?: string

    fixed baseBoundary for EML for testing

    messageId?: string

    fixed messageId for EML for testing