summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/mailstore/searchable_mailstore.py
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2015-11-23Return 422 if deletion failedVictor Shyba
This is needed for protecting against concurrent saves on drafts. --Issue #512
2015-09-10Removed bounced email contact removal (#441)Bruno Wagner
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :)
2015-09-08Some progress on the issue #441Jefferson Stachelski
I added some comments and TODOs in some parts of the code where I think should be changed
2015-09-02Revert "[refactor] Move search mails into searchable_mailstore"Victor Shyba
This reverts commit 97b50f5b886928c70edcbcea149ced10f7065f19.
2015-08-30[refactor] Move search mails into searchable_mailstoreVictor Shyba
This is needed in order to be able to remove search engine from mail_service. As #430
2015-08-30[bug] NotImplemented (typo)-> NotImplementedErrorVictor Shyba
2015-08-11Test that delete mailbox is not yet supported by indexing mail store.Folker Bernitt
2015-08-11Implemented copy mail on indexing mails store.Folker Bernitt
2015-08-11Added move mail to indexing mail store.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