summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Expand)Author
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
2015-08-11migrates smtp, workingVictor Shyba
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11fix integration test_searchVictor Shyba
2015-08-11fix test_contacts on integrationVictor Shyba
2015-08-11unfortunately, this is still to be fixed yet. Re-adding FIXME warningVictor Shyba
2015-08-11fix test_soledad_querierVictor Shyba
2015-08-11Use mbox instead of mbox_uuid as mailbox_name.Folker Bernitt
2015-08-11Some more yields.Folker Bernitt
2015-08-11fixing querier integration testsVictor Shyba
2015-08-11Fixing integration tests.Folker Bernitt
2015-08-11Fixed unit tests.Folker Bernitt
2015-08-11Fixed pep8.Folker Bernitt
2015-08-11look for public key, avoid duplication with unsync dbVictor Shyba
2015-08-11keymanager reenabledVictor Shyba
2015-08-11Get single mail endpoint works.Folker Bernitt
2015-08-11All mails now displays mails.Folker Bernitt
2015-08-11prepare mailbox tests, missing property functionality on mail.py onlyVictor Shyba
2015-08-11attachment now supports deferredVictor Shyba
2015-08-11fix test_soledad_querierVictor Shyba
2015-08-11reenable background jobsVictor Shyba
2015-08-11fix test_sessionVictor Shyba