Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-24 | Issue #494 - Bruno/Jeff Fixed the encoding tests | Jefferson Stachelski | |
2015-11-23 | Making explicit the goal for test that checks double deletion | Victor 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-23 | No more 'need to create before delete' | Victor Shyba | |
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512 | |||
2015-11-18 | Issue #494 - Fixed reply when the replayer is the sender | Jefferson 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 migration | kaeff | |
- 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-11 | Check for subject instead of mail id for deleted mails. | Folker Bernitt | |
2015-08-11 | Fixed unit test. | Folker Bernitt | |
2015-08-11 | Added test to ensure mail with same content can be added. | Folker Bernitt | |
- as long as each one has a unique message id | |||
2015-08-11 | Fixed test_leap_mailstore integration test. | Folker Bernitt | |
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
2015-08-11 | Made LeapMail compatible with SearchEngine. | Folker Bernitt | |
2015-08-11 | pep8 | Victor Shyba | |
2015-08-11 | Added common LeapMailStore to soledad test base. | Folker Bernitt | |
- provides instance to all integration tests | |||
2015-08-11 | Added delete_mailbox to leap mail store. | Folker Bernitt | |
2015-08-11 | Added tests to get mails within a mailbox. | Folker Bernitt | |
2015-08-11 | Added delete mail to mail store. | Folker Bernitt | |
- Fix for empty mails returned by leap_mail. | |||
2015-08-11 | Added add mailbox and add message behaviour. | Folker Bernitt | |
- Add message does not yet mail index | |||
2015-08-11 | Added integration test for LeapMailStore.all_mails. | Folker Bernitt | |
2015-08-11 | Fix: reordered code and added missing yield. | Folker Bernitt | |
2015-08-11 | Refactored test_leap_mailstore.py. | Folker Bernitt | |
2015-08-11 | Added leap mailstore integration test. | Folker Bernitt | |