summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/mailstore/test_searchable_mailstore.py
AgeCommit message (Collapse)Author
2015-08-11Test that delete mailbox is not yet supported by indexing mail store.Folker Bernitt
2015-08-11Merge test method SearchableMailstore.add_mail.Folker Bernitt
Setup is the same & makes test consistent with other tests
2015-08-11Implemented copy mail on indexing mails store.Folker Bernitt
2015-08-11Added move mail to indexing mail store.Folker Bernitt
2015-08-11Renamed test class to TestSearchableMailStore.Folker Bernitt
2015-08-11implemented add, delete and update of mails in searchable mail store.Folker Bernitt
2015-08-11Assert return value for add_mail and that a LeapMail instance is passed to ↵Folker Bernitt
search engine.
2015-08-11Started work on searchable mail store.Folker Bernitt