From 860e1fc6a9c179ca4e3655ebbb9756050a9f23bf Mon Sep 17 00:00:00 2001 From: hubobel Date: Sat, 26 Jul 2025 16:17:05 +0200 Subject: [PATCH] initial Commit --- PrintBring.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PrintBring.py b/PrintBring.py index 27ca235..c586f95 100644 --- a/PrintBring.py +++ b/PrintBring.py @@ -123,6 +123,7 @@ for (uid, message) in messages: mail.delete(uid) for filename in os.listdir('Post'): + print(filename) os.remove('Post/'+filename) mail.logout() \ No newline at end of file