blob: 88e413b84f6ccbd4dbce6d31a71064b82b7d0241 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
leap.mail
=========
Mail services for the LEAP Client.
.. image:: https://pypip.in/v/leap.mail/badge.png
:target: https://crate.io/packages/leap.mail
More info: https://leap.se
running tests
-------------
You'll need to have installed nose_progressive
* nosetests --with-progressive leap.mail.imap.tests.test_imap
* trial leap.mail.smtp
|