mimekit-ts - v1.0.0
    Preparing search index...

    Class MimeVisitor

    Base visitor for traversing MIME messages and entities.

    Index
    • Visits a MIME entity and dispatches to the most specific visit method.

      Parameters

      Returns void

      entity is null or undefined.

    • Visits an application/pkcs7-mime MIME entity.

      The concrete ApplicationPkcs7Mime type lives in the optional S/MIME subsystem (crypto-free core), so this dispatch is typed structurally and degrades to visitMimePart.

      Parameters

      Returns void