remove comment block
This commit is contained in:
parent
376fe4a7f5
commit
160ce3f649
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user