summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-26also install gpg-key for the leap/experimental repoChristoph Kluenter
2015-08-25[tests] skip bounced while issue #441Victor Shyba
-- Issue #441 skipped until migration of this feature is done.
2015-08-25[refactor] goodbye mailboxes.py and mailbox.pyVictor Shyba
All responsabilities are now provided by mail_store. -- Issue #440
2015-08-25[refactor] remove mailbox referencesVictor Shyba
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440
2015-08-25only use another builddir only if $GO_BUILDDIR is setChristoph Kluenter
2015-08-25build in /tmp to fix too long path in shebangChristoph Kluenter
the virtualenv files are created in a directory that is too long to be used in a shebang. we need to force a shorter path by hardcoding the builddir to /tmp/build/
2015-08-24[bug] start mailboxes properlyVictor Shyba
mail_store is needed as parameter, not querier --- Issue #439
2015-08-24[bug] adapt MailboxIndexer to mail_storeVictor Shyba
-- Issue #439
2015-08-24[bug] add support for nested attachmentsVictor Shyba
2015-08-24[test] add case for nested attachmentsVictor Shyba
This is possible and just dicovered it sending 2 attachments + signature using Thunderbird. This test cover the new case.
2015-08-24Allow bower to be executed as root - needed by pdebuild.Folker Bernitt
2015-08-21Small refactoring of previous merge.Folker Bernitt
- Issue #374
2015-08-21Merge branch 'display-sent-emails-as-read' of ↵Folker Bernitt
https://github.com/rdoh/pixelated-user-agent
2015-08-21Eli: Marking sent emails as readEli Mydlarz
2015-08-20[tests] test_soledad_querier no longer neededVictor Shyba
2015-08-20[docs] fix snap badge image and repo linkVictor Shyba
2015-08-20[pep8] E402 module level import not at top of fileVictor Shyba
2015-08-20[tests] fixes test_Contacts performanceVictor Shyba
Missing crochet code to start new deferred web client.
2015-08-20Added debian/pixelated-user-agent.links.Folker Bernitt
2015-08-20Enable pixpybuild buildsystem.Folker Bernitt
2015-08-20Upgrade pip and setuptools when logging into the dev boxkaeff
Doing the upgrade while ssh'ing into the box because 1) The virtualenv is loaded already 2) Happends right before pip is used the first time See https://github.com/pixelated/pixelated-user-agent/pull/436
2015-08-20Attempt to make user agent package buildable again.Folker Bernitt
- See https://github.com/pixelated/project-issues/issues/133 - Removed pacakge dependencies as they should now be part of the package - Uses pixpybuild to build the debian package
2015-08-20Added mailstore package to setup.py packages.Folker Bernitt
- Issue https://github.com/pixelated/project-issues/issues/133
2015-08-20Yield call to soledad when doing `maintenance reset`kaeff
- Issue: 421
2015-08-19Remove poor person's debugging printskaeff
2015-08-19Fixes maintenance.py from throwing due to method signature mismatchkaeff
2015-08-18pep8kaeff
2015-08-18Delete mail after attachments FT to avoid false negativekaeff
Since attachments.feature didn't clean up after itself, search_and_destroy failed afterwards (relied on an empty mailbox)
2015-08-17pep8kaeff
2015-08-172 attempts against flakiness of checkboxes_and_mailboxeskaeff
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-17Read encoding from attachment info instead of headerskaeff
Clean up by removing now unused headers from attachment info, and add a unit test for attachment rendering
2015-08-17[wip] Expose attachments again after migrationkaeff
- 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-17Bind only local interface for server when running functionalskaeff
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-17Describe in README how to run a single functional testkaeff
2015-08-12Spend 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-12Try longer 20s timeout for functional tests on snap-ci.Folker Bernitt
2015-08-11Fixed pep8.Folker Bernitt
2015-08-11Check for subject instead of mail id for deleted mails.Folker Bernitt
2015-08-11Add integration test for DraftService.Folker Bernitt
2015-08-11Fixed unit test.Folker Bernitt
2015-08-11Added test to ensure mail with same content can be added.Folker Bernitt
- as long as each one has a unique message id
2015-08-11Fixed unit and integration tests.Folker Bernitt
2015-08-11Fixed test_search integration test.Folker Bernitt
2015-08-11Fixed test_tags integration test.Folker Bernitt
2015-08-11Fixed test_leap_mailstore integration test.Folker Bernitt
2015-08-11Fixed unit tests in test_leap_mailstore and test_mail_service.Folker Bernitt
2015-08-11Worked on integration tests.Folker Bernitt
2015-08-11Make indexing recepients work again by fixing serialization bugKlaus Fl
2015-08-11Fix test_delete_mail by moving expectations onto mail_storeFolker Bernitt
2015-08-11Changed test_delete_mail.py integration test to new mail store.Folker Bernitt
- intermediate state, some tests are broken