diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/download_emails.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/download_emails.py b/python/download_emails.py index 4c41dd2e..8b383345 100644 --- a/python/download_emails.py +++ b/python/download_emails.py @@ -15,11 +15,6 @@ from send_email import get_gmail_service import argparse import logging -SCOPES = 'https://www.googleapis.com/auth/gmail.readonly' -CLIENT_SECRET_FILE = 'secret.json' -APPLICATION_NAME = 'Swaptions' - - def ListMessagesWithLabels(service, user_id, label_ids=[]): """List all Messages of the user's mailbox with label_ids applied. |
