This app scans your Gmail inbox for new emails and replies to messages that haven't been answered yet. It even sorts them with a special label to help you keep things organized.
- The app check for new emails in a given Gmail ID
- The app sends replies to Emails that have no prior replies
- The app adds a Label to the email and moves the email to the label
- The app repeats this sequence of steps 1-3 in random intervals of 45 to 120 seconds
-
Clone the repository:
git clone https://github.com/sumj25/OpenInAppGmail.git
-
Setup your google credentials.
-
Install dependencies:
npm install
-
Start Server
npm start