Small service to communicate with gmail service
- Clone this repository or use it in your project in any other way
- Open https://developers.google.com/gmail/api/quickstart/java link, press 'Enable the Gmail API' button and download created credentials file
- Move the credentials file from previous step to the 'src/main/resources/gmailcredentials' directory
- Go to the GmailUsers enum, located in 'src/main/java/enums' and create your own(Check out the 'EXAMPLE' for an example)
- On the first usage of gmail service, generating authentication token page, will be opened in your browser, follow instruction to generate token