Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 634 Bytes

File metadata and controls

17 lines (13 loc) · 634 Bytes

gmail-util

A util to search emails in gmail

This project contains utility which:

  1. Searches for email in the specified folder (e.g Inbox), containing the specified keyword in the Subject.
  2. It waits for specified amount of time for email before checking.
  3. You can specify, if you only want to search emails sent after a certain date or within certain new email range.

Steps:

  1. Get the code
  2. Change username and password for gmail test account
  3. Enable "Allow less secure apps" setting of gmail account: Account settings --> Security --> Less secure app access --> Turn on access
  4. Run code

<---- Happy coding ---->