laravel-gmail icon indicating copy to clipboard operation
laravel-gmail copied to clipboard

Feat/added new helpful functionalities for labels

Open mohammedtalal opened this issue 2 years ago • 0 comments

  • Added the labelsList method to enable developers to list existing labels to know label ids.
  • Added the createLabel method to facilitate creating labels by name.
  • Added the firstOrCreateLabel method to facilitate getting a label if exists or creating a new one.
  • Updated the readme file to facilitate the use of the new functions.

mohammedtalal avatar Jun 29 '22 02:06 mohammedtalal