diff options
author | Kali Kaneko <kali@leap.se> | 2015-08-31 14:21:50 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-08-31 14:21:50 -0400 |
commit | 974511645819ef2559fb0c064fdea4bcc926e6d8 (patch) | |
tree | edecfd6c6a3b9bdadaea45de150990a40acaca96 /README.rst | |
parent | 67b738c2f5922dbc5cf105e9617ce6d1d5e4e8e3 (diff) | |
parent | 43c920f38d1c114e9044d2da15d4a05d5faab79d (diff) |
Merge tag '0.4.0rc2' into debian/0.4.0rc2
Tag leap.mail version 0.4.0rc2
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |