Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-04 | #432 - Adding test_mark_as_read and refactoring existing test_mark_as_read ↵ | Gislene Pereira | |
in TestMailService - Gil/Shyba | |||
2015-09-04 | Prepare removing SoledadQuerier from Mail | kaeff | |
Discovered that Mail#save was still using SoledadQuerier. There were 3 methods using it: - update_tags: Covered by MailService -> moved test & fixed impl - mark_as_read: Already implemented on MailService -> removed - mark_as_unread: Still needs to be moved - remove_all_tags: Unused -> deleted - mark_as_not_recent: Unused -> deleted Issue: #432 | |||
2015-09-04 | #304 Include CSP header support to more browsers | Giovane | |
2015-09-04 | Remove SoledadQuerier from Services | kaeff | |
- Issues: #449, #432 | |||
2015-09-04 | Use SearchIndexStorageKey in favor of SoledadQuerier | kaeff | |
2015-09-03 | fix forgoten javascript semicolon | Giovane | |
2015-09-03 | #304 Adds PixelatedSite class to hold custom request configuration and ↵ | Giovane | |
remove foundation inline javascript. | |||
2015-09-02 | [feature] adding security_casing to LeapMail so we can show in the UI the ↵ | Duda Dornelles | |
signature and encryption status | |||
2015-09-02 | Revert "[refactor] Move search mails into searchable_mailstore" | Victor Shyba | |
This reverts commit 97b50f5b886928c70edcbcea149ced10f7065f19. | |||
2015-09-02 | Move index key to SearchIndexStorageKey | Folker Bernitt | |
- Issue #449 - next step: replace querier in services with this implementation | |||
2015-09-02 | Download attachments from mail store instead of querier | Folker Bernitt | |
- Issue #435 - Improved error handling of attachment resource | |||
2015-09-01 | [bug] set from mail address as first step | Victor Shyba | |
This is needed while indexing mail and other logic can use it. Setting it as soon as it is possible. | |||
2015-09-01 | [bug] do not encode None as str | Victor Shyba | |
Issue #448 | |||
2015-09-01 | remove links to our old repositories | Christoph Kluenter | |
we ship everything ourself now. We don't need to ship the old dependencies. This is related to #133 | |||
2015-09-01 | Added get_mail_attachment to MailStore and LeapMailStore. | Folker Bernitt | |
- Issue #435 | |||
2015-09-01 | Encode mail addresses when replying | Folker Bernitt | |
- Issue #448 | |||
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 | |