Browse Source

remove settings file

PYADPT-55
David 6 years ago
parent
commit
f4e755af0c
  1. 2
      .hgignore
  2. 5
      test/imap_settings.py

2
.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

5
test/imap_settings.py

@ -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'
Loading…
Cancel
Save