Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Fix tests after change on OpenPGPKey.get_json API | Giovane | |
- The main identifier of a key now is the fingerprint, not the id anymore - The address is not required anymore when creating the json | |||
2016-02-12 | attachments are only un-linked from emails but not deleted in soledad | Jefferson Stachelski | |
- removed backend delete of attachments - JS unit tests - Functional test Issue #549 | |||
2016-02-12 | Revert "Revert "Issue #549 - Implemented remove attachment"" | NavaL | |
This reverts commit 3c6b905d7e5b78e521b2e7692e5e32b7b0c226bc. | |||
2016-02-08 | Revert "Issue #549 - Implemented remove attachment" | Felix Hammerl | |
This reverts commit 9442be5c230e286073244451189ffc05ae6c8083. | |||
2016-02-04 | Issue #549 - Implemented remove attachment | Jefferson Stachelski | |
2016-01-25 | Fix: Ignore missing mail data error when creating search index | Folker Bernitt | |
- Should fix accounts that can currently not log in because of mails where part of the docs are missing - Does only fix the symptoms | |||
2016-01-15 | Removes InputMail.FROM_EMAIL_ADDRESS constant #578 | Giovane | |
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user. | |||
2016-01-13 | Removed unused logging imports and fixed maintenance logger during test | Bruno Wagner | |
2016-01-12 | Refactor AttachmentInfo: Remove knowledge about part map structure | Folker Bernitt | |
2016-01-11 | fixed filesize bug | NavaL | |
Issue #573 | |||
2016-01-11 | matching POST response and GET of an attachment -- API specification | NavaL | |
Issue #548 | |||
2016-01-06 | Support attachments without name in Content-Disposition header | Folker Bernitt | |
- Issue 557 - along the way also added support for signatures and attached keys | |||
2015-12-29 | Issue #562 - Capture inline attachments from Content Disposition. | Gislene Pereira | |
2015-12-24 | Issue #557 - Fixed REGEX to receive attachments from Apple Mail. | Gislene Pereira | |
2015-12-18 | ensuring the same file is not saved twice | mnandri | |
Issue #548 | |||
2015-12-18 | extracted a leap attachment store, handling all attachment responsibilities, ↵ | mnandri | |
including saving attachments. Issue #548 | |||
2015-11-24 | Issue #494 - Bruno/Jeff Fixed the encoding tests | Jefferson Stachelski | |
2015-11-18 | Issue #494 - Fixed reply when the replayer is the sender | Jefferson Stachelski | |
2015-10-14 | Support reply to mail sent by me | Folker Bernitt | |
- Issue #491 | |||
2015-10-14 | Parse address before filtering for reply | Folker Bernitt | |
- Issue #491 - Now supports whitespaces, names before the address and encoded addresses | |||
2015-10-12 | Log problem when ignoring characters | Folker Bernitt | |
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists | |||
2015-09-25 | Add repair to pixelated maintenance | Folker Bernitt | |
- Issue #468 - Call with: pixelated-maintenance repair | |||
2015-09-25 | Add SoledadMaintenace repair for mixed up keys | Folker Bernitt | |
- Issue #468 | |||
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-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-02 | [feature] adding security_casing to LeapMail so we can show in the UI the ↵ | Duda Dornelles | |
signature and encryption status | |||
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 | 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-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-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 | 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 | 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 | |
2015-08-11 | Renamed test class to TestSearchableMailStore. | Folker Bernitt | |
2015-08-11 | implemented add, delete and update of mails in searchable mail store. | Folker Bernitt | |