summaryrefslogtreecommitdiff
path: root/service/pixelated
AgeCommit message (Collapse)Author
2015-08-20Yield call to soledad when doing `maintenance reset`kaeff
- Issue: 421
2015-08-19Remove poor person's debugging printskaeff
2015-08-19Fixes maintenance.py from throwing due to method signature mismatchkaeff
2015-08-17Read encoding from attachment info instead of headerskaeff
Clean up by removing now unused headers from attachment info, and add a unit test for attachment rendering
2015-08-17[wip] Expose attachments again after migrationkaeff
- Issue: #433 - Still missing: In JS, use encoding directly from the attachment object, insted of headers. Then remove headers again (see failing unit test)
2015-08-11Fixed pep8.Folker Bernitt
2015-08-11Fixed unit test.Folker Bernitt
2015-08-11Added test to ensure mail with same content can be added.Folker Bernitt
- as long as each one has a unique message id
2015-08-11Fixed unit and integration tests.Folker Bernitt
2015-08-11Fixed test_search integration test.Folker Bernitt
2015-08-11Fixed test_tags integration test.Folker Bernitt
2015-08-11Worked on integration tests.Folker Bernitt
2015-08-11Make indexing recepients work again by fixing serialization bugKlaus Fl
2015-08-11Changed test_delete_mail.py integration test to new mail store.Folker Bernitt
- intermediate state, some tests are broken
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
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-11Removed XSALSA20 dependency.Folker Bernitt
- Use crypto algorithm prefered by soledad instead
2015-08-11Reverted changes to get tests green.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
2015-08-11Added mailbox name to leap mails.Folker Bernitt
2015-08-11Implemented get_mailbox_names in MailStore.Folker Bernitt
2015-08-11Fixed test_mailboxes.py test.Folker Bernitt
2015-08-11Added move message in new data model.Folker Bernitt
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11[refactor] Extracts get_key logic, sharing itVictor Shyba
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422
2015-08-11Added mail store to mail service.Folker Bernitt
2015-08-11Added mail_store to LeapSession.Folker Bernitt
- Issue #420
2015-08-11Fixed maintenance.py initialization.Folker Bernitt
- Issue #420 - Initialize mail store - load-mails works with new data model
2015-08-11Adapted maintenace.load_mails to new data model.Folker Bernitt
- Issue #420
2015-08-11Fixed load-mails for empty case.Folker Bernitt
- Issue #420
2015-08-11Moved MailStore interface to extra file.Folker Bernitt
- Issue #420
2015-08-11mailbox collision shouldnt cancel operationVictor Shyba
2015-08-11Added delete_mailbox to leap mail store.Folker Bernitt
2015-08-11Added tests to get mails within a mailbox.Folker Bernitt
2015-08-11Added delete mail to mail store.Folker Bernitt
- Fix for empty mails returned by leap_mail.
2015-08-11Added actual assert to add_mail mail store test.Folker Bernitt
2015-08-11Added add mailbox and add message behaviour.Folker Bernitt
- Add message does not yet mail index
2015-08-11Added all_mails to LeapMailStore.Folker Bernitt
2015-08-11Fix: reordered code and added missing yield.Folker Bernitt
2015-08-11Added leap mailstore integration test.Folker Bernitt
2015-08-11Added include_body to get_mail.Folker Bernitt
2015-08-11Added to_dict and get_mails to mail storage.Folker Bernitt
2015-08-11Started work on MailStore abstraction.Folker Bernitt
2015-08-11Skipped test_welcome_mail integration test.Folker Bernitt
- Fixed test_mailbox.py
2015-08-11Fixed test_delete_mail integration test.Folker Bernitt
2015-08-11Fixed attachments_resource.py.Folker Bernitt