|
|
|
|
|
by stuartcw
469 days ago
|
|
One way to do this, but before the mails arrive, is to use a service like IFTTT or Zapier that can both read your mails that match a search and write to Google Sheets. Then you can configure them to save any mails that match the criteria automatically. However, that would be for future mails only. You can definitely make a Python script do this using the Gmail and Sheets API libraries to do this or use Google Apps Script to do it. ChatGTP and/or Claude can probably write the code for you to do it if you know enough programming to understand and debug it. |
|
I wrote a script in .net3 for outlook once, so I could probably do it again.
But I suspect someone already has something.