summaryrefslogtreecommitdiff
path: root/service/test/integration/test_leap_mailstore.py
AgeCommit message (Collapse)Author
2015-11-23No more 'need to create before delete'Victor Shyba
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512
2015-11-18Issue #494 - Fixed reply when the replayer is the senderJefferson Stachelski
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the ↵Duda Dornelles
signature and encryption status
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-11Check for subject instead of mail id for deleted mails.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 test_leap_mailstore integration test.Folker Bernitt
2015-08-11Make indexing recepients work again by fixing serialization bugKlaus Fl
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11pep8Victor Shyba
2015-08-11Added common LeapMailStore to soledad test base.Folker Bernitt
- provides instance to all integration tests
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 add mailbox and add message behaviour.Folker Bernitt
- Add message does not yet mail index
2015-08-11Added integration test for LeapMailStore.all_mails.Folker Bernitt
2015-08-11Fix: reordered code and added missing yield.Folker Bernitt
2015-08-11Refactored test_leap_mailstore.py.Folker Bernitt
2015-08-11Added leap mailstore integration test.Folker Bernitt