Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-01 | Encode headers in InputMail when generating mime multipart from it. | Folker Bernitt | |
- Issue #360 | |||
2015-09-01 | Decode encoded mail headers to unicode | Folker Bernitt | |
- Issue #446 | |||
2015-09-01 | Move TestLeapMail into its own file | Folker Bernitt | |
- Issue #360 | |||
2015-08-31 | Ensure MailboxIndexerListener does not let exceptions escape. | Folker Bernitt | |
- Issue #445 | |||
2015-08-30 | [refactor] Move search mails into searchable_mailstore | Victor Shyba | |
This is needed in order to be able to remove search engine from mail_service. As #430 | |||
2015-08-30 | [bug] NotImplemented (typo)-> NotImplementedError | Victor Shyba | |
2015-08-30 | updating index after remove is unnecessary now | Victor Shyba | |
2015-08-30 | [tests] fixes attachments tests for attribute rename | Victor Shyba | |
As #435 | |||
2015-08-30 | [bug] fixes download attachment by querier | Victor Shyba | |
Will be migrated to leap_mailstore, but the feature is back working now, just a content field change. As #435 | |||
2015-08-30 | [refactor] use mailstore to delete mails forever | Victor Shyba | |
It was using querier, which is being deprecates as #432 | |||
2015-08-30 | mail_exists should not fetch body | Victor Shyba | |
While checking for existence of a mail, we dont need to fetch all stuff, just a positive hit is enough. | |||
2015-08-30 | [tests] reduce flakiness in test_incoming_mail | Victor Shyba | |
It was adding messages with notify_just_mdoc set to True (default). leap.mail suggests that this flag is set to True for performance, but it is unsafe. I was getting a lot of false negatives on tests, now it is not flaky anymore. -- Issue #445 | |||
2015-08-30 | [tests] Soledad have no plans of readding this | Victor Shyba | |
need_sync is not part of api anymore and will not be any time sooner. Removing unnecessary skipped test. | |||
2015-08-30 | [bug] Do not send failure to user, send a msg | Victor Shyba | |
Failure was being returned when user expect just a status message. -- Issue #369 | |||
2015-08-27 | Cleaned up MailboxInboxListener. | Folker Bernitt | |
- Issue #445 | |||
2015-08-27 | Added integration test for MailboxInboxListener. | Folker Bernitt | |
- Issue #445 | |||
2015-08-26 | create /.config in advance | Christoph Kluenter | |
zmq tries to create ~/.config, but $HOME is empty. So we create a symlink from /.config to /mnt/user/ because the user-agent is allowed to write to /mnt/user but not to / | |||
2015-08-26 | clean up Dockerfile | Christoph Kluenter | |
we don't need most of the packages because we provide everything inside pixelated-user-agent now. | |||
2015-08-26 | also install gpg-key for the leap/experimental repo | Christoph Kluenter | |
2015-08-25 | [tests] skip bounced while issue #441 | Victor Shyba | |
-- Issue #441 skipped until migration of this feature is done. | |||
2015-08-25 | [refactor] goodbye mailboxes.py and mailbox.py | Victor Shyba | |
All responsabilities are now provided by mail_store. -- Issue #440 | |||
2015-08-25 | [refactor] remove mailbox references | Victor Shyba | |
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440 | |||
2015-08-25 | only use another builddir only if $GO_BUILDDIR is set | Christoph Kluenter | |
2015-08-25 | build in /tmp to fix too long path in shebang | Christoph 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 properly | Victor Shyba | |
mail_store is needed as parameter, not querier --- Issue #439 | |||
2015-08-24 | [bug] adapt MailboxIndexer to mail_store | Victor Shyba | |
-- Issue #439 | |||
2015-08-24 | [bug] add support for nested attachments | Victor Shyba | |
2015-08-24 | [test] add case for nested attachments | Victor Shyba | |
This is possible and just dicovered it sending 2 attachments + signature using Thunderbird. This test cover the new case. | |||
2015-08-24 | Allow bower to be executed as root - needed by pdebuild. | Folker Bernitt | |
2015-08-21 | Small refactoring of previous merge. | Folker Bernitt | |
- Issue #374 | |||
2015-08-21 | Merge branch 'display-sent-emails-as-read' of ↵ | Folker Bernitt | |
https://github.com/rdoh/pixelated-user-agent | |||
2015-08-21 | Eli: Marking sent emails as read | Eli Mydlarz | |
2015-08-20 | [tests] test_soledad_querier no longer needed | Victor Shyba | |
2015-08-20 | [docs] fix snap badge image and repo link | Victor Shyba | |
2015-08-20 | [pep8] E402 module level import not at top of file | Victor Shyba | |
2015-08-20 | [tests] fixes test_Contacts performance | Victor Shyba | |
Missing crochet code to start new deferred web client. | |||
2015-08-20 | Added debian/pixelated-user-agent.links. | Folker Bernitt | |
2015-08-20 | Enable pixpybuild buildsystem. | Folker Bernitt | |
2015-08-20 | Upgrade pip and setuptools when logging into the dev box | kaeff | |
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-20 | Attempt 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-20 | Added mailstore package to setup.py packages. | Folker Bernitt | |
- Issue https://github.com/pixelated/project-issues/issues/133 | |||
2015-08-20 | Yield call to soledad when doing `maintenance reset` | kaeff | |
- Issue: 421 | |||
2015-08-19 | Remove poor person's debugging prints | kaeff | |
2015-08-19 | Fixes maintenance.py from throwing due to method signature mismatch | kaeff | |
2015-08-18 | pep8 | kaeff | |
2015-08-18 | Delete mail after attachments FT to avoid false negative | kaeff | |
Since attachments.feature didn't clean up after itself, search_and_destroy failed afterwards (relied on an empty mailbox) | |||
2015-08-17 | pep8 | kaeff | |
2015-08-17 | 2 attempts against flakiness of checkboxes_and_mailboxes | kaeff | |
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-17 | Read encoding from attachment info instead of headers | kaeff | |
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 migration | kaeff | |
- Issue: #433 - Still missing: In JS, use encoding directly from the attachment object, insted of headers. Then remove headers again (see failing unit test) |