summaryrefslogtreecommitdiff
path: root/service/test/integration/test_leap_mailstore.py
AgeCommit message (Collapse)Author
2016-10-07use test client in test case through composition instead of inheritanceRoald de Vries
2016-06-17Issue #608: Fix lowercase attachment test to check the filenameTulio Casagrande
2016-06-17Issue #608: Add unit test for case-specific lookupFelix Hammerl
2016-06-16Fix UNNAMED attachment bugTulio Casagrande
Previously some attachments were being showed as UNNAMED. This change fix it and creates propers tests for attachments. See: #608
2016-06-16Stops filtering application/pgp-keys attachmentsTulio Casagrande
See: #608
2016-02-22Revert "Revert "Filter keys from attachments #608 w/ @deniscostadsc""Giovane
This reverts commit f92e802df2aeec9b2341ba5b4efea48356edf01f.
2016-02-20Revert "Filter keys from attachments #608 w/ @deniscostadsc"NavaL
This reverts commit f1b338e5564a8458c906f903ee7e0383dae86287.
2016-02-19Filter keys from attachments #608 w/ @deniscostadscGiovane
- Filtering attachments by content type application/pgp-keys
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user.
2016-01-13Removed unused logging imports and fixed maintenance logger during testBruno Wagner
2015-11-24Issue #494 - Bruno/Jeff Fixed the encoding testsJefferson Stachelski
2015-11-23Making explicit the goal for test that checks double deletionVictor Shyba
It had no assert, making it confusing. With a failure clause on the except handler we show that its not supposed to raise errors --Issue #512
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