The goal of this project is to forward an email from a given label to a list of recipients and move the email after to a new label.
./gradlew clean build jar
java -jar gforwarder-1.0.jar credentials.json recipients.json reviewer reviewer/forwarded
Go to https://console.cloud.google.com/apis/credentials and create an OAuth 2 Client ID and download the json.
{
"to": ["[email protected]", "[email protected]"]
}