Age | Commit message (Expand) | Author |
2015-08-11 | Fix: reordered code and added missing yield. | Folker Bernitt |
2015-08-11 | Refactored test_leap_mailstore.py. | Folker Bernitt |
2015-08-11 | Run integration tests sequentially. | Folker Bernitt |
2015-08-11 | Added leap mailstore integration test. | Folker Bernitt |
2015-08-11 | Added include_body to get_mail. | Folker Bernitt |
2015-08-11 | Added to_dict and get_mails to mail storage. | Folker Bernitt |
2015-08-11 | Started work on MailStore abstraction. | Folker Bernitt |
2015-08-11 | Skipped test_welcome_mail integration test. | Folker Bernitt |
2015-08-11 | Fixed test_delete_mail integration test. | Folker Bernitt |
2015-08-11 | Fixed attachments_resource.py. | Folker Bernitt |
2015-08-11 | Fixed test_mark_as_read_unread.py. | Folker Bernitt |
2015-08-11 | Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying implementa... | Folker Bernitt |
2015-08-11 | Added some calls to super for tests based on test_abstract_leap.py. | Folker Bernitt |
2015-08-11 | Temporary fix: INBOX as default mailbox name. | Folker Bernitt |
2015-08-11 | fix testing on draft while sending mails | Victor Shyba |
2015-08-11 | Fixed missing yield in test_mail.py. | Folker Bernitt |
2015-08-11 | Fixed relative file resource in test_mail.py. | Folker Bernitt |
2015-08-11 | Removed broken, outdated test from test_soledad_querier.py. | Folker Bernitt |
2015-08-11 | Fixed relative file import in test_soledad_querier.py. | Folker Bernitt |
2015-08-11 | Fixed get_lastuid in test_soledad_querier.py. | Folker Bernitt |
2015-08-11 | fix unit tests for soledad.need_sync method, its gone | Victor Shyba |
2015-08-11 | fix unit tests for nicknym | Victor Shyba |
2015-08-11 | pep8 | Victor Shyba |
2015-08-11 | yields and small changes to make incoming mail fetching work | Victor Shyba |
2015-08-11 | disable mark all as recent and remove duplicates for now as they need review | Victor Shyba |
2015-08-11 | always sending pubkey to nicknym for now | Victor Shyba |
2015-08-11 | Wait for account to become ready before access. | Folker Bernitt |
2015-08-11 | fix initialize_leap | Victor Shyba |
2015-08-11 | Enable initial sync and background jobs. | Folker Bernitt |
2015-08-11 | fixes mail fetcher | Victor Shyba |
2015-08-11 | migrates smtp, working | Victor Shyba |
2015-08-11 | fix integration.test_drafts | Victor Shyba |
2015-08-11 | fixing integration.test_tags | Victor Shyba |
2015-08-11 | fix integration test_search | Victor Shyba |
2015-08-11 | fix test_contacts on integration | Victor Shyba |
2015-08-11 | unfortunately, this is still to be fixed yet. Re-adding FIXME warning | Victor Shyba |
2015-08-11 | fix test_soledad_querier | Victor Shyba |
2015-08-11 | Use mbox instead of mbox_uuid as mailbox_name. | Folker Bernitt |
2015-08-11 | Some more yields. | Folker Bernitt |
2015-08-11 | fixing querier integration tests | Victor Shyba |
2015-08-11 | Fixing integration tests. | Folker Bernitt |
2015-08-11 | Fixed unit tests. | Folker Bernitt |
2015-08-11 | Fixed pep8. | Folker Bernitt |
2015-08-11 | look for public key, avoid duplication with unsync db | Victor Shyba |
2015-08-11 | keymanager reenabled | Victor Shyba |
2015-08-11 | Get single mail endpoint works. | Folker Bernitt |
2015-08-11 | All mails now displays mails. | Folker Bernitt |
2015-08-11 | prepare mailbox tests, missing property functionality on mail.py only | Victor Shyba |
2015-08-11 | attachment now supports deferred | Victor Shyba |
2015-08-11 | fix test_soledad_querier | Victor Shyba |