Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-25 | Changed date format to conform to mail RFC #438 | Bruno Wagner | |
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-21 | #442 Moves feedback url to environment variable. | Giovane | |
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-10 | [feat] handle missing mailbox as all mails | Victor Shyba | |
-- Issue #444 | |||
2015-09-10 | Removed bounced email contact removal (#441) | Bruno Wagner | |
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :) | |||
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-10 | Handle encoding errors in headers gracefully. | Folker Bernitt | |
- Issue #450 | |||
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-08 | Some progress on the issue #441 | Jefferson Stachelski | |
I added some comments and TODOs in some parts of the code where I think should be changed | |||
2015-09-08 | Revert "Kill SoledadQuerier with 🔥🔥🔥" | kaeff | |
This reverts commit 7deaefb939c833d65fd499aacb35502d6de1ac7e. | |||
2015-09-08 | Kill SoledadQuerier with 🔥🔥🔥 | kaeff | |
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 | |