Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MLParser

Namespace containing the code for Parsing the mail list.

Index

Interfaces

Functions

Functions

parseMails

  • Encrypts and appends data to SecureVault. Also writes data to transaction log using @function writeTransaction

    Parameters

    • config: any

      Reference to config object. This Function uses the following variables: inFileMail -> String reference to mail list force -> Boolean value. If true all mails are resent. usedMails -> Array of Strings. Specifies already served mail adresses.

    • dataSafe: SecureVault

      Reference to safe object. This is needed for writing to the vault.log file

    Returns Promise<MLItem[]>

    Returns an array of all parsed mail adresses as promise

Generated using TypeDoc