/**
 * This script is a utility for testing email verification on an EML file.
 * You can quickly run this script to verify the integrity and authenticity of the email's DKIM signature.
 *
 * Usage:
 * 1. Place the desired EML file in the `eml` directory or any other directory of your choice.
 * 2. Update the `filePath` variable to point to your new EML file.
 * 3. Execute the script by running the `npm run tester` command.
 *
 * Note:
 * - If no output is produced, it means the verification was successful.
 * - If an error is thrown, it indicates a problem with the verification process.
 *
 * This script is primarily for debugging purposes and experimenting with different EML files using the emailVerify provable function.
 *
 * Additionally, this script has highlighted some limitations in helper functions,
 * such as support issues for certain email providers like Hotmail and ProtonMail.
 */
export {};
