remove comment block

This commit is contained in:
Jan Grewe 2019-08-21 20:28:27 +02:00
parent 376fe4a7f5
commit 160ce3f649

View File

@ -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