Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-16 | Moved account to after sync function #458 | Bruno Wagner | |
Imap account creation was firing post sync hooks and that was trying to use the mailboxes that were not synced yet. Just moved that for the after sync together with the incoming mail fetcher | |||
2015-09-16 | Fixed duplicate document error on reruns #458 | Bruno Wagner | |
Setting up the incoming mail fetcher checked for an INBOX before the first sync, that created an INBOX on every new machine and when you removed the leap folder. We moved that right after the initial sync, along the generation of the OpenPGP keys and adapted the tests | |||
2015-09-16 | Add fingerprints to exception on mismatch | Folker Bernitt | |
2015-09-10 | [test] leap_mailstore handles unknow uuid as empty | Victor Shyba | |
Given a unknown mailbox uuid, we should return an empty string as name. This will show the mail as in 'all mails' instead of a KeyError. This scenario is supposed to happen only if the mail comes before the mailbox, which is our current unicorn. Anyway, when the missing mailbox gets created it will read correctly or let the see under all mails instead of breaking the account. --Issue #444 | |||
2015-09-10 | [tests] remove lost fixture | Victor Shyba | |
--Issue #441 This file is not used anymore. | |||
2015-09-10 | Removed PixelatedMail class leftovers | Bruno Wagner | |
We removed Pixelated mail tests and adapted the remaining tests to use Leap mail instead of it. Completely removed that now | |||
2015-09-09 | Fix mixed encodings in mail subjects | Folker Bernitt | |
- Issue #450 | |||
2015-09-09 | Improved body decoding when parsing mails. | Folker Bernitt | |
- Issue #450 - does not fix 8bit encoded bodies - special chars are replaced before we are in pixelated code | |||
2015-09-09 | Remove soledad querier and last usages | Folker Bernitt | |
- Issue #432 | |||
2015-09-07 | Remove soledad_querier as parameter of PixelatedMail.from_soledad | kaeff | |
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-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 | 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 | 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 | [tests] fixes attachments tests for attribute rename | Victor Shyba | |
As #435 | |||
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-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] adapt MailboxIndexer to mail_store | Victor Shyba | |
-- Issue #439 | |||
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-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-19 | Remove poor person's debugging prints | kaeff | |
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 | Check for subject instead of mail id for deleted mails. | Folker Bernitt | |
2015-08-11 | Fixed unit test. | Folker Bernitt | |
2015-08-11 | Fixed unit and integration tests. | Folker Bernitt | |
2015-08-11 | Fixed test_search integration test. | Folker Bernitt | |
2015-08-11 | Fixed unit tests in test_leap_mailstore and test_mail_service. | 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 | Fix test_delete_mail by moving expectations onto mail_store | Folker Bernitt | |
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 | Merge test method SearchableMailstore.add_mail. | Folker Bernitt | |
Setup is the same & makes test consistent with other tests | |||
2015-08-11 | Implemented copy mail on indexing mails store. | Folker Bernitt | |
2015-08-11 | Added move mail to indexing mail store. | Folker Bernitt | |