Use OpenAI GPT to convert natural language search to gmail search syntax<p>Ex: It converts a query like
`from john in august 2020 about taxes` to
`from:john after:2020/07/31 before:2020/09/01 taxes`<p>* Only your search queries are sent to OpenAI.
* You need an OpenAI API key. Your API key is stored locally in your browser.<p>Source: <a href="https://github.com/j-manu/easy-peasy-gmail-search">https://github.com/j-manu/easy-peasy-gmail-search</a>