Add mutt and offlineimap config to edit mails on the terminal easily

This commit is contained in:
2025-10-10 13:18:18 +02:00
parent c1430386c0
commit 4c0c743a33
9 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python
from subprocess import check_output
def get_gmail_pass(account):
return check_output("gmail-app-credentials pass " + account, shell=True).splitlines()[0]