diff options
author | Kali Kaneko <kali@leap.se> | 2015-07-10 12:57:44 -0400 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-07-13 11:55:31 -0400 |
commit | 1646b018bda0d40b38c747932029a41b8a7c8536 (patch) | |
tree | 9c1e29ddab2e9f71bf93c6c7dfcb0aa90182a026 /mail/README.rst | |
parent | 965498360bf275035157bbe90eb85f4fd74e9ee3 (diff) |
[docs] add some documentation about imap regression tests
This is quite manual for the moment being, and it's not integrated into
the unittests. But it is useful to have it documented, with some luck we
can automate the process even more and add it to the CI quite soon.
Diffstat (limited to 'mail/README.rst')
-rw-r--r-- | mail/README.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/README.rst b/mail/README.rst index 317389a..81b4cec 100644 --- a/mail/README.rst +++ b/mail/README.rst @@ -24,3 +24,14 @@ fails:: trial -u leap.mail.imap Read the *trial* manpage for more options . + +imap regressions +---------------- + +For testing the IMAP server implementation, there are a couple of utilities. +From the ``leap.mail.imap.tests`` folder, and with an already initialized server +running:: + + ./regressions_mime_struct user@provider pass path_to_samples/ + +You can find several message samples in the ``leap/mail/tests`` folder. |