From a703c6dfdc47959b15a8184ece5681501924944e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 28 Jun 2021 13:22:21 +0200 Subject: Remove email; update readme --- email/aux/offlineimap.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 email/aux/offlineimap.py (limited to 'email/aux') diff --git a/email/aux/offlineimap.py b/email/aux/offlineimap.py deleted file mode 100644 index 8fdfddd..0000000 --- a/email/aux/offlineimap.py +++ /dev/null @@ -1,7 +0,0 @@ -import subprocess - -def passwd(name): - print("pass '" + name + "'") - return subprocess.\ - check_output("pass '" + name + "'", shell='/bin/bash').\ - splitlines()[0].strip() -- cgit v1.2.3