From f4e755af0c58b7f0591dedf7cd67a538ef8fa0a5 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 18 Nov 2019 12:52:56 +0100 Subject: [PATCH] remove settings file --- .hgignore | 2 +- test/imap_settings.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 test/imap_settings.py diff --git a/.hgignore b/.hgignore index d07e17b..3333b2e 100644 --- a/.hgignore +++ b/.hgignore @@ -18,7 +18,7 @@ test/Library test/Phone test/TestInbox test/lib -test/sync_settings.py +test/imap_settings.py venv launch.json settings.json \ No newline at end of file diff --git a/test/imap_settings.py b/test/imap_settings.py deleted file mode 100644 index 7c288c7..0000000 --- a/test/imap_settings.py +++ /dev/null @@ -1,5 +0,0 @@ -IMAP_HOST = 'exchange.peptest.ch' -IMAP_PORT = '993' -IMAP_USER = r'testnet\test046' -IMAP_PWD = 'pEpdichauf5' -IMAP_EMAIL = 'test046@exchange.peptest.ch' \ No newline at end of file