Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | replace stdlib's unittest with trials's unittest for all unittest | Roald de Vries | |
2016-03-01 | Fix test: Add missing date field | Felix Hammerl | |
2016-01-18 | Move user folder logic up to Services | Folker Bernitt | |
- Issue #576 | |||
2016-01-12 | Issue #577 - Added namespace to search index path | Bruno Wagner | |
2015-12-19 | moving custom to_unicode to pixelated.support | mnandri | |
2015-12-07 | #454 added utf-8 encoding on message body, and corresponding query search term | mnandri | |
2015-09-02 | Move index key to SearchIndexStorageKey | Folker Bernitt | |
- Issue #449 - next step: replace querier in services with this implementation | |||
2015-08-11 | Fixed pep8. | Folker Bernitt | |
2015-08-11 | Fixed unit and integration tests. | Folker Bernitt | |
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-04 | [feat] async index writer to avoid locking #404 | Victor Shyba | |
This commit changes index writer to use AsyncWriter. It should avoid locking on our code and speed up things for now. | |||
2015-03-20 | Added missing file for previous commit. | Folker Bernitt | |
- Issue #248 | |||
2015-03-20 | Added support for encoded To, Cc and Bcc headers. | Folker Bernitt | |
- Issue #248 | |||
2015-03-18 | cleaning import * from integration and unit tests | Victor Shyba | |
2015-03-17 | Lock index on index_mail. | Folker Bernitt | |
- Issue #330 |