diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-05-21 10:00:19 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-05-21 10:00:19 -0300 |
commit | 598cdfdc1b691006ffea1849bfe105817c428589 (patch) | |
tree | c36839bd65238d9bc6cdac2300d613657f4315d2 /mail/README.rst | |
parent | 13e87a826de68488c96960f611825a375bfe34b1 (diff) | |
parent | 153ebc65ecce97aa58f0c8e5655c17be9e6efcd8 (diff) |
Merge remote-tracking branch 'kali/feature/imap-service2' into develop
Conflicts:
pkg/requirements.pip
src/leap/mail/imap/tests/test_imap.py
Diffstat (limited to 'mail/README.rst')
-rw-r--r-- | mail/README.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/README.rst b/mail/README.rst index 92a4fa6..7224cba 100644 --- a/mail/README.rst +++ b/mail/README.rst @@ -1,5 +1,11 @@ leap.mail ========= -Mail services for the LEAP CLient. +Mail services for the LEAP Client. More info: https://leap.se + +running tests +------------- + +* nosetests --with-progressive leap.mail.imap.test_imap +* trial leap.mail.smtp |