Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-24 | Issue #557 - Fixed REGEX to receive attachments from Apple Mail. | Gislene Pereira | |
2015-12-19 | moving custom to_unicode to pixelated.support | mnandri | |
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-12-07 | #454 added utf-8 encoding on message body, and corresponding query search term | mnandri | |
2015-11-24 | Issue #494 - Bruno/Jeff Fixed the encoding tests | Jefferson Stachelski | |
2015-11-23 | Return 422 if deletion failed | Victor Shyba | |
This is needed for protecting against concurrent saves on drafts. --Issue #512 | |||
2015-11-23 | Simplify controller logic on PUT draft | Victor Shyba | |
It was checking for mail existence, but thats redundant since its also checking if draft_id was being sent. Also, its service responsibility to ensure operation consistency, not the controller. --Issue #512 | |||
2015-11-23 | No more 'need to create before delete' | Victor Shyba | |
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512 | |||
2015-11-19 | Move 'From' initialization to InputMail factory. w/ @bwagner #531 | Giovane | |
2015-11-18 | Issue #494 - Fixed reply when the replayer is the sender | Jefferson Stachelski | |
2015-11-16 | Issue #525 - Fixed the space on mail address | Jefferson Stachelski | |
Doing a trim on every recipient string | |||
2015-11-10 | Fix the problem when leap doesn't found body_phash | Jefferson Stachelski | |
2015-11-03 | [#508] Making search also work with substrings - pairing w/ @pereiragislene | Giovane | |
2015-10-19 | Remove debug output | Folker Bernitt | |
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-10-09 | issue #473 - Fixed the encode problem | Jefferson Stachelski | |
2015-10-07 | Make unicode string explicit | Folker Bernitt | |
- Issue #473 - problem had been caused by auto-convert of str to unicode | |||
2015-10-05 | issue #473 - Removed ipdb commited by mistake | Jefferson Stachelski | |
2015-10-05 | issue #473 - Fixed the encoding problem | Jefferson Stachelski | |
Encoding all the strings that are been concatenaded | |||
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-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 | 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-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-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 | 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 | Decode encoded mail headers to unicode | Folker Bernitt | |
- Issue #446 | |||
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-24 | [bug] add support for nested attachments | Victor Shyba | |
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 | Worked on integration tests. | Folker Bernitt | |
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |