summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Expand)Author
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
2015-08-11Install develop HEAD dependencies on ./go setup.Folker Bernitt
2015-08-11Fixed invalid crochet import.Folker Bernitt
2015-08-11Fixed all functional tests using crochet.Folker Bernitt
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
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
2015-08-11Added integration test for LeapMailStore.all_mails.Folker Bernitt
2015-08-11Added all_mails to LeapMailStore.Folker Bernitt
2015-08-11Fix: reordered code and added missing yield.Folker Bernitt
2015-08-11Refactored test_leap_mailstore.py.Folker Bernitt
2015-08-11Run integration tests sequentially.Folker Bernitt
2015-08-11Added leap mailstore integration test.Folker Bernitt
2015-08-11Added include_body to get_mail.Folker Bernitt
2015-08-11Added to_dict and get_mails to mail storage.Folker Bernitt
2015-08-11Started work on MailStore abstraction.Folker Bernitt
2015-08-11Skipped test_welcome_mail integration test.Folker Bernitt
2015-08-11Fixed test_delete_mail integration test.Folker Bernitt
2015-08-11Fixed attachments_resource.py.Folker Bernitt
2015-08-11Fixed test_mark_as_read_unread.py.Folker Bernitt
2015-08-11Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying implementa...Folker Bernitt
2015-08-11Added some calls to super for tests based on test_abstract_leap.py.Folker Bernitt
2015-08-11Temporary fix: INBOX as default mailbox name.Folker Bernitt
2015-08-11fix testing on draft while sending mailsVictor Shyba
2015-08-11Fixed missing yield in test_mail.py.Folker Bernitt
2015-08-11Fixed relative file resource in test_mail.py.Folker Bernitt
2015-08-11Removed broken, outdated test from test_soledad_querier.py.Folker Bernitt
2015-08-11Fixed relative file import in test_soledad_querier.py.Folker Bernitt
2015-08-11Fixed get_lastuid in test_soledad_querier.py.Folker Bernitt
2015-08-11fix unit tests for soledad.need_sync method, its goneVictor Shyba
2015-08-11fix unit tests for nicknymVictor Shyba
2015-08-11pep8Victor Shyba
2015-08-11yields and small changes to make incoming mail fetching workVictor Shyba
2015-08-11disable mark all as recent and remove duplicates for now as they need reviewVictor Shyba
2015-08-11always sending pubkey to nicknym for nowVictor Shyba
2015-08-11Wait for account to become ready before access.Folker Bernitt
2015-08-11fix initialize_leapVictor Shyba
2015-08-11Enable initial sync and background jobs.Folker Bernitt
2015-08-11fixes mail fetcherVictor Shyba