Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapcode/leap_mail
This repo is deprecated. Check https://0xacab.org/leap/bitmask-dev
https://github.com/leapcode/leap_mail
Last synced: 4 days ago
JSON representation
This repo is deprecated. Check https://0xacab.org/leap/bitmask-dev
- Host: GitHub
- URL: https://github.com/leapcode/leap_mail
- Owner: leapcode
- License: gpl-3.0
- Created: 2013-03-20T17:00:41.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2017-10-26T09:09:55.000Z (about 7 years ago)
- Last Synced: 2024-10-01T16:39:10.052Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.69 MB
- Stars: 26
- Watchers: 16
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - leapcode/leap_mail - This repo is deprecated. Check https://0xacab.org/leap/bitmask-dev (others)
README
Deprecation Notice
==================This code is deprecated, the current version of Bitmask is developed in the `bitmask-dev`_ repo.
.. _`bitmask-dev`: https://0xacab.org/leap/bitmask-dev
leap.mail
=========
Mail services for the LEAP Client... image:: https://badge.fury.io/py/leap.mail.svg
:target: http://badge.fury.io/py/leap.mail.. image:: https://readthedocs.org/projects/leapmail/badge/?version=latest
:target: http://leapmail.readthedocs.org/en/latest/
:alt: Documentation StatusMore 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.