summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-11Changed test_delete_mail.py integration test to new mail store.Folker Bernitt
- intermediate state, some tests are broken
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11Test that delete mailbox is not yet supported by indexing mail store.Folker Bernitt
2015-08-11Merge test method SearchableMailstore.add_mail.Folker Bernitt
Setup is the same & makes test consistent with other tests
2015-08-11Implemented copy mail on indexing mails store.Folker Bernitt
2015-08-11Added move mail to indexing mail store.Folker Bernitt
2015-08-11Renamed test class to TestSearchableMailStore.Folker Bernitt
2015-08-11Removed XSALSA20 dependency.Folker Bernitt
- Use crypto algorithm prefered by soledad instead
2015-08-11Reverted changes to get tests green.Folker Bernitt
2015-08-11implemented add, delete and update of mails in searchable mail store.Folker Bernitt
2015-08-11Assert return value for add_mail and that a LeapMail instance is passed to ↵Folker Bernitt
search engine.
2015-08-11Started work on searchable mail store.Folker Bernitt
2015-08-11Fixed LeapMailStore integration test.Folker Bernitt
- ensured INBOX exists
2015-08-11Added mailbox name to leap mails.Folker Bernitt
2015-08-11Implemented get_mailbox_names in MailStore.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-11Fixed test_mailboxes.py test.Folker Bernitt
2015-08-11Added move message in new data model.Folker Bernitt
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11[tests] mock update to reflect deferreds returnedVictor Shyba
Calls to get_key now returns deferreds, so mocks need to do the same. Also, underlying call changed. -- Issue #422
2015-08-11[refactor] Extracts get_key logic, sharing itVictor Shyba
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422
2015-08-11Added mail store to mail service.Folker Bernitt
2015-08-11Added mail_store to LeapSession.Folker Bernitt
- Issue #420
2015-08-11Fixed maintenance.py initialization.Folker Bernitt
- Issue #420 - Initialize mail store - load-mails works with new data model
2015-08-11Removed unused code from test_commands.py.Folker Bernitt
2015-08-11Adapted maintenace.load_mails to new data model.Folker Bernitt
- Issue #420
2015-08-11Fixed load-mails for empty case.Folker Bernitt
- Issue #420
2015-08-11Moved MailStore interface to extra file.Folker Bernitt
- Issue #420
2015-08-11Removed relative import of test resources.Folker Bernitt
- test_contacts.py and test_commands.py
2015-08-11Start events server before running functional tests.Folker Bernitt
- Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests"
2015-08-11move events diabling to AppTestClient for functional testsVictor Shyba
2015-08-11reenabled parallelism on integration testsVictor Shyba
2015-08-11mailbox collision shouldnt cancel operationVictor Shyba
2015-08-11specify branch develop on requirementsVictor Shyba
2015-08-11fix typo in importVictor Shyba
2015-08-11disable events for integration testsVictor Shyba
2015-08-11patch leap.common for unit testingVictor Shyba
2015-08-11reinstall to latest gnupg on go scriptVictor Shyba
2015-08-11Fixed pep8 warnings in environment.py.Folker Bernitt
- Issue #420
2015-08-11Install develop HEAD dependencies on ./go setup.Folker Bernitt
- Allows to build user agent using latest dependencies - does not need extra pypi server with packages
2015-08-11Fixed invalid crochet import.Folker Bernitt
- Issue #420
2015-08-11Fixed all functional tests using crochet.Folker Bernitt
- Issue #420 - Added crochet as a test dependency - crochet now executes twisted in same process, in a background thread
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 actual assert to add_mail mail store test.Folker Bernitt
2015-08-11fix attachment integration testVictor Shyba
2015-08-11Removed unused code from test_leap_mailstore.py.Folker Bernitt
2015-08-11Added add mailbox and add message behaviour.Folker Bernitt
- Add message does not yet mail index