first (incomplete) livetest

This commit is contained in:
Mathieu Agopian
2013-03-19 15:21:14 +01:00
parent 21607e7315
commit 34e8906bcc
11 changed files with 173 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
"""Settings used by the live tests to connect and login to an IMAP server."""
# mandatory
HOST = 'your host here'
USERNAME = 'your username here'
PASSWORD = 'your password here'
# optional
# check http://imapclient.readthedocs.org/en/latest/#imapclient.IMAPClient
PORT = None
USE_UID = True
SSL = False
STREAM = False