Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-07 | Remove soledad_querier as parameter of PixelatedMail.from_soledad | kaeff | |
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 | Remove SoledadQuerier from Services | kaeff | |
- Issues: #449, #432 | |||
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] do not encode None as str | Victor Shyba | |
Issue #448 | |||
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-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 | [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-27 | Added integration test for MailboxInboxListener. | Folker Bernitt | |
- Issue #445 | |||
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-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-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-19 | Remove poor person's debugging prints | kaeff | |
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) | |||
2015-08-11 | Fixed pep8. | Folker Bernitt | |
2015-08-11 | Fixed unit test. | Folker Bernitt | |
2015-08-11 | Added test to ensure mail with same content can be added. | Folker Bernitt | |
- as long as each one has a unique message id | |||
2015-08-11 | Fixed unit and integration tests. | Folker Bernitt | |
2015-08-11 | Fixed test_search integration test. | Folker Bernitt | |
2015-08-11 | Fixed test_tags integration test. | Folker Bernitt | |
2015-08-11 | Worked on integration tests. | Folker Bernitt | |
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
2015-08-11 | Changed test_delete_mail.py integration test to new mail store. | Folker Bernitt | |
- intermediate state, some tests are broken | |||
2015-08-11 | Made LeapMail compatible with SearchEngine. | Folker Bernitt | |
2015-08-11 | Test that delete mailbox is not yet supported by indexing mail store. | Folker Bernitt | |
2015-08-11 | Implemented copy mail on indexing mails store. | Folker Bernitt | |
2015-08-11 | Added move mail to indexing mail store. | Folker Bernitt | |
2015-08-11 | Reverted changes to get tests green. | Folker Bernitt | |
2015-08-11 | implemented add, delete and update of mails in searchable mail store. | Folker Bernitt | |
2015-08-11 | Assert return value for add_mail and that a LeapMail instance is passed to ↵ | Folker Bernitt | |
search engine. | |||
2015-08-11 | Started work on searchable mail store. | Folker Bernitt | |
2015-08-11 | Added mailbox name to leap mails. | Folker Bernitt | |
2015-08-11 | Implemented get_mailbox_names in MailStore. | Folker Bernitt | |
2015-08-11 | Fixed test_mailboxes.py test. | Folker Bernitt | |