Age | Commit message (Expand) | Author |
2016-02-28 | [bug] Use the right succeed function for passthrough encrypted email | Ruben Pollan |
2016-02-11 | [feat] Use cryptography instead of pycryptopp to reduce dependencies. | Ruben Pollan |
2016-02-11 | [feat] Remove debug from walk | Ruben Pollan |
2016-02-09 | [style] fix pep8 | Ruben Pollan |
2016-02-09 | [tests] fix missing pycryptopp dependency and mock async calls | Folker Bernitt |
2016-02-08 | [feat] Validate signature with attachments | Giovane |
2016-01-21 | [feat] Verify plain text signed email | Giovane |
2015-12-21 | [tests] make tests use dummy authentication | Kali Kaneko |
2015-12-18 | [feat] cred authentication for SMTP service | Kali Kaneko |
2015-12-15 | [style] pep8 | Kali Kaneko |
2015-12-15 | [fix] dummy credentials for tests | Kali Kaneko |
2015-12-15 | [feat] credentials handling: use twisted.cred | Kali Kaneko |
2015-12-10 | Fixed the get_body logic | Bruno Wagner |
2015-11-30 | [feat] make events multi-user aware | Kali Kaneko |
2015-10-01 | [bug] fix slow appends | Kali Kaneko |
2015-09-28 | [bug] fail gracefully if fetch fails | Kali Kaneko |
2015-09-24 | [bug] signal expired auth token to the GUI | Ruben Pollan |
2015-09-23 | [feat] disable local-only bind on docker container | Ivan Alejandro |
2015-09-23 | [docs] update interfaces documentation | Kali Kaneko |
2015-09-23 | [refactor] avoid circular import due to rfc3156 | Kali Kaneko |
2015-09-23 | [bug] Make _collection_mapping a instance variable | Folker Bernitt |
2015-09-22 | [style] fix pep8 warnings | Folker Bernitt |
2015-09-22 | [refactor] log the added key explicitely | Kali Kaneko |
2015-09-22 | [bug] don't extract openpgp header if valid attached key | Ruben Pollan |
2015-09-21 | [bug] filter out Nones in the sequence of messages | Kali Kaneko |
2015-09-21 | [doc] document return values | Kali Kaneko |
2015-09-16 | [style] clean up incoming/service.py | Ruben Pollan |
2015-09-16 | [bug] don't fail importing mismatched attached key | Ruben Pollan |
2015-09-16 | [feat] use async events api | Kali Kaneko |
2015-09-10 | Merge pixelated's X-Leap-Encryption into develop | Ruben Pollan |
2015-09-08 | [feature] improve getmail utility | Kali Kaneko |
2015-09-02 | [style] fixing pep8 warnings | Duda Dornelles |
2015-09-02 | [feat] adding encryption header to msg before saving | Duda Dornelles |
2015-08-21 | [tests] properly skip not implemented tests, do not raise | Kali Kaneko |
2015-08-11 | [docs] add folker to authors + pep8 | Kali Kaneko |
2015-08-11 | [bug] Fix missing _normailize_dict in DocumentWrapper constructor. | Folker Bernitt |
2015-08-11 | [bug] Fix typo in content-transfer-encoding in walk.py. | Folker Bernitt |
2015-08-04 | [style] pep8 fixes + pep8 script | Kali Kaneko |
2015-08-04 | [tests] Removed outdated test | Bruno Wagner |
2015-08-03 | [tests] Skipped tests that were not implemented | Bruno Wagner |
2015-07-29 | [bug] fixed syntax error in models.py | Folker Bernitt |
2015-07-21 | Changed imap tests and messages assigned lambdas to functions because of pep8 | Bruno Wagner |
2015-07-21 | Transformed assigned lambdas to functions in models and test_models because o... | Bruno Wagner |
2015-07-21 | Pep8 warns about lambdas being assigned to a variable, changed walk and sync_... | Bruno Wagner |
2015-07-21 | Updated pep8 and fixed import and line break warnings | Bruno Wagner |
2015-07-21 | Fixed all the pep8 warnings in the code | Bruno Wagner |
2015-07-13 | [tests] get REGRESSIONS_FOLDER from env var | Kali Kaneko |
2015-07-13 | [tests] add symlink to the nested sample file | Kali Kaneko |
2015-07-13 | [tests] new sample mail added | Kali Kaneko |
2015-07-13 | [style] slightly more meaningful test module name | Kali Kaneko |