Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-01 | Move TestLeapMail into its own file | Folker Bernitt | |
- Issue #360 | |||
2015-08-31 | Ensure MailboxIndexerListener does not let exceptions escape. | Folker Bernitt | |
- Issue #445 | |||
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-30 | [tests] Soledad have no plans of readding this | Victor Shyba | |
need_sync is not part of api anymore and will not be any time sooner. Removing unnecessary skipped test. | |||
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-25 | [refactor] goodbye mailboxes.py and mailbox.py | Victor Shyba | |
All responsabilities are now provided by mail_store. -- Issue #440 | |||
2015-08-25 | [refactor] remove mailbox references | Victor Shyba | |
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440 | |||
2015-08-24 | [bug] adapt MailboxIndexer to mail_store | Victor Shyba | |
-- Issue #439 | |||
2015-08-24 | [test] add case for nested attachments | Victor Shyba | |
This is possible and just dicovered it sending 2 attachments + signature using Thunderbird. This test cover the new case. | |||
2015-08-21 | Small refactoring of previous merge. | Folker Bernitt | |
- Issue #374 | |||
2015-08-21 | Merge branch 'display-sent-emails-as-read' of ↵ | Folker Bernitt | |
https://github.com/rdoh/pixelated-user-agent | |||
2015-08-21 | Eli: Marking sent emails as read | Eli Mydlarz | |
2015-08-20 | [tests] test_soledad_querier no longer needed | Victor Shyba | |
2015-08-20 | [pep8] E402 module level import not at top of file | Victor Shyba | |
2015-08-20 | [tests] fixes test_Contacts performance | Victor Shyba | |
Missing crochet code to start new deferred web client. | |||
2015-08-19 | Remove poor person's debugging prints | kaeff | |
2015-08-18 | pep8 | kaeff | |
2015-08-18 | Delete mail after attachments FT to avoid false negative | kaeff | |
Since attachments.feature didn't clean up after itself, search_and_destroy failed afterwards (relied on an empty mailbox) | |||
2015-08-17 | pep8 | kaeff | |
2015-08-17 | 2 attempts against flakiness of checkboxes_and_mailboxes | kaeff | |
1) Explicitly load inbox to avoid test fails before mail appears 2) Use "loading..." notification to check whether deleting mail has already been completed checkboxes_and_mailboxes.feature spends a lot time waiting (even if the step is already executed logically) as one can see when running tests in Firefox. This test is a good candidate for speed optimization. | |||
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-17 | Bind only local interface for server when running functionals | kaeff | |
When running on Mac OSX with the system's firewall enabled, binding all interfaces prompts the firewall. The pop-up is very annoying, esp. since the tests don't block before you allowed the server to start. | |||
2015-08-12 | Spend some time in twisted reactor before accessing page. | Folker Bernitt | |
- Increase likelihood that page and related resources got delivered before asserting changes using selenium. | |||
2015-08-12 | Try longer 20s timeout for functional tests on snap-ci. | Folker Bernitt | |
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 | Fixed unit tests in test_leap_mailstore and test_mail_service. | 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 | Fix test_delete_mail by moving expectations onto mail_store | Folker Bernitt | |
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 | Test that delete mailbox is not yet supported by indexing mail store. | Folker Bernitt | |
2015-08-11 | Merge test method SearchableMailstore.add_mail. | Folker Bernitt | |
Setup is the same & makes test consistent with other tests | |||
2015-08-11 | Implemented copy mail on indexing mails store. | Folker Bernitt | |
2015-08-11 | Added move mail to indexing mail store. | Folker Bernitt | |
2015-08-11 | Renamed test class to TestSearchableMailStore. | Folker Bernitt | |
2015-08-11 | Removed XSALSA20 dependency. | Folker Bernitt | |
- Use crypto algorithm prefered by soledad instead | |||
2015-08-11 | Reverted changes to get tests green. | Folker Bernitt | |
2015-08-11 | implemented add, delete and update of mails in searchable mail store. | Folker Bernitt | |