From 160ce3f6494246d86271d51b11fd4e2b1e09a251 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Wed, 21 Aug 2019 20:28:27 +0200 Subject: [PATCH] remove comment block --- email_client.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/email_client.py b/email_client.py index d6c5622..7440590 100644 --- a/email_client.py +++ b/email_client.py @@ -1,13 +1,5 @@ #!/usr/bin/env python3 -# -# Very basic example of using Python 3 and IMAP to iterate over emails in a -# gmail folder/label. This code is released into the public domain. -# -# This script is example code from this blog post: -# http://www.voidynullness.net/blog/2013/07/25/gmail-email-with-python-via-imap/ -# -# This is an updated version of the original -- modified to work with Python 3.4. -# + import sys import imaplib import os