Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-21 | added filename and size to the attachment endpoint post response | NavaL | |
Issue #548 | |||
2015-12-18 | adapting mail controllers POST and PUT to work with attachements | mnandri | |
Issue #548 | |||
2015-12-18 | fixing unit test -- again WIP | mnandri | |
2015-12-18 | WIP: rename me later | mnandri | |
2015-12-18 | backend that handles post of a single attachment file | mnandri | |
Issue #548 | |||
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 | Removing test, since this scenario doesnt exists anymore | Victor Shyba | |
--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-19 | Fixing tests #531 | Giovane | |
2015-11-18 | Issue #494 - Fixed reply when the replayer is the sender | Jefferson Stachelski | |
2015-10-20 | Refactored the welcome mail logic and add a test | Jefferson Stachelski | |
2015-10-13 | Add tests for welcome mail. | Giovane | |
2015-09-21 | #442 Moves feedback url to environment variable. | Giovane | |
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-10 | Removed 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-08 | Some progress on the issue #441 | Jefferson Stachelski | |
I added some comments and TODOs in some parts of the code where I think should be changed | |||
2015-09-02 | [feature] adding security_casing to LeapMail so we can show in the UI the ↵ | Duda Dornelles | |
signature and encryption status | |||
2015-09-02 | Download attachments from mail store instead of querier | Folker Bernitt | |
- Issue #435 - Improved error handling of attachment resource | |||
2015-08-30 | [tests] fixes attachments tests for attribute rename | Victor Shyba | |
As #435 | |||
2015-08-30 | [tests] reduce flakiness in test_incoming_mail | Victor Shyba | |
It was adding messages with notify_just_mdoc set to True (default). leap.mail suggests that this flag is set to True for performance, but it is unsafe. I was getting a lot of false negatives on tests, now it is not flaky anymore. -- Issue #445 | |||
2015-08-27 | Cleaned up MailboxInboxListener. | Folker Bernitt | |
- Issue #445 | |||
2015-08-27 | Added integration test for MailboxInboxListener. | Folker Bernitt | |
- Issue #445 | |||
2015-08-25 | [tests] skip bounced while issue #441 | Victor Shyba | |
-- Issue #441 skipped until migration of this feature is done. | |||
2015-08-20 | [tests] test_soledad_querier no longer needed | Victor Shyba | |
2015-08-19 | Remove poor person's debugging prints | kaeff | |
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 | Fixed pep8. | Folker Bernitt | |
2015-08-11 | Check for subject instead of mail id for deleted mails. | Folker Bernitt | |
2015-08-11 | Add integration test for DraftService. | 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 unit and integration tests. | Folker Bernitt | |
2015-08-11 | Fixed test_search integration test. | Folker Bernitt | |
2015-08-11 | Fixed test_tags integration test. | Folker Bernitt | |
2015-08-11 | Fixed test_leap_mailstore integration test. | Folker Bernitt | |
2015-08-11 | Worked on integration tests. | Folker Bernitt | |
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
2015-08-11 | Changed test_delete_mail.py integration test to new mail store. | Folker Bernitt | |
- intermediate state, some tests are broken | |||
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 | First steps migrating mail service to new data model. | Folker Bernitt | |
2015-08-11 | Removed relative import of test resources. | Folker Bernitt | |
- test_contacts.py and test_commands.py | |||
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 | fix attachment integration test | Victor Shyba | |
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 | |