From dbeda07f7babf9795393300677659a14adfb411a Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 3 Jun 2018 15:27:20 +0200 Subject: [PATCH] Add minimal README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..80764f1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This script was written ages ago. I don't know if it still works. All I know is that it requires imaplib2 to work. You can install it like this: + +`pip install imaplib2`