fix drop cleanup
This commit is contained in:
parent
a03e5fc26c
commit
93f02d8247
|
@ -12,9 +12,6 @@ N = 500
|
||||||
if not os.path.isdir('notes'):
|
if not os.path.isdir('notes'):
|
||||||
os.mkdir('notes')
|
os.mkdir('notes')
|
||||||
|
|
||||||
# def clean(text):
|
|
||||||
# return "".join(c if c.isalnum() else "_" for c in text)
|
|
||||||
|
|
||||||
imap = imaplib.IMAP4_SSL(imapserver)
|
imap = imaplib.IMAP4_SSL(imapserver)
|
||||||
imap.login(username, password)
|
imap.login(username, password)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue