Skip to content

"Bundles" gmails up based on label(s) and generates simple CSV file from the gathered data.

License

Notifications You must be signed in to change notification settings

rudzen/GmailBundler

Repository files navigation

GmailBundler

"Bundles" gmails up based on label(s) and generates simple CSV file from the gathered data.

appsettings.user.json example

To allow the application, you need to configure a Google API.

  • Create a file named appsettings.user.json
{
  "GoogleApi": {
    "ClientId": "xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
    "ClientSecret": "XXXXXX-XXXXXXXXXXX-XXXXXXXXXXXXXXXX",
    "Labels": ["Github", "GmailBundler"]  
  }
}

Copy over the ClientId and the ClientSecret from the developer json file accessible from the google developer page.

Edit the labels you wish to process.

About

"Bundles" gmails up based on label(s) and generates simple CSV file from the gathered data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages