Skip to content

leapcode/leap_mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 26, 2017
ced16d1 · Oct 26, 2017
Aug 1, 2016
Sep 23, 2015
Jul 5, 2016
Aug 1, 2016
Aug 23, 2013
Jun 5, 2015
Aug 12, 2015
May 13, 2016
Apr 18, 2016
Aug 27, 2013
Apr 26, 2016
Oct 26, 2017
Apr 1, 2016
May 18, 2016
Apr 1, 2016

Repository files navigation

Deprecation Notice

This code is deprecated, the current version of Bitmask is developed in the bitmask-dev repo.

leap.mail

Mail services for the LEAP Client.

Documentation Status

More info: https://leap.se

running tests

Use trial to run the test suite:

trial leap.mail

... and all its goodies. To run all imap tests in a loop until some of them 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.