Reference
=========

Gmail
^^^^^

.. automodule:: gmailer.gmail
   :members:
   :undoc-members:

Views
^^^^^

.. automodule:: gmailer.views
   :members:
   :undoc-members:

Settings
^^^^^^^^

GMAIL_USER
----------

`Default:` **Django Mail Admin**

This settings is the name of admin which shows up inside mail received by user

GMAIL_SECRET
------------

`Default:` **google_client_secret.json**

This settings is the name of admin which shows up inside mail received by user

GMAIL_SCOPES
------------

`Default:` **[ https://www.googleapis.com/auth/gmail.metadata, https://www.googleapis.com/auth/gmail.send ]**

This settings is the name of admin which shows up inside mail received by user

GMAIL_REDIRECT
--------------

`Default:` **http://localhost:8000/gmailer/verify**

This settings is the name of admin which shows up inside mail received by user
