• Parses an email message from raw data and an envelope object.

    Parameters

    • rawData: string | Readable

      The raw email message content.

    • envelope: object

      The envelope containing sender/recipient metadata.

    Returns Promise<Email>

    A parsed email object.

    0.0.1