diff options
author | Kali Kaneko <kali@leap.se> | 2013-04-15 16:22:39 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-17 03:31:57 +0900 |
commit | 0a97738430e6c487a4b76bc0b2f726be8d4942fe (patch) | |
tree | 2942c3503e29abd53dfe6b9e3abf060e03dc6fbe /mail/README.rst | |
parent | b17d57d763e2d206e6dcff7b3e245b3dc6b480c4 (diff) |
Functional SoledadBackedAccount and LeapMailboxes
The imap service is launched from the tac file,
and still needs some information to be provided in separate
config files that stub much of the initialization parameters.
working fetch and store methods.
tested with offlineimap and thunderbird.
several mailboxes might be broken.
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 92a4fa67..7224cba5 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 |