• This function will fetch an email from gmail

    Author

    tharun634

    Parameters

    • req: Request<{
          email: string;
          messageId: string;
      }, {}, {}, {}, Record<string, any>>

      express request

    • res: Response<any, Record<string, any>>

      express response

    Returns Promise<Response<any, Record<string, any>>>

Generated using TypeDoc