Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-02 | adding default date if not given in the mail header, for search index -- ↵ | NavaL | |
fixing build | |||
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-22 | Renames filtering method #608 w/ @deniscostadsc | Giovane | |
2016-02-22 | Revert "Revert "Filter keys from attachments #608 w/ @deniscostadsc"" | Giovane | |
This reverts commit f92e802df2aeec9b2341ba5b4efea48356edf01f. | |||
2016-02-20 | Revert "Filter keys from attachments #608 w/ @deniscostadsc" | NavaL | |
This reverts commit f1b338e5564a8458c906f903ee7e0383dae86287. | |||
2016-02-19 | Filter keys from attachments #608 w/ @deniscostadsc | Giovane | |
- Filtering attachments by content type application/pgp-keys | |||
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-02-02 | Log some times to identify very slow parts | Folker Bernitt | |
2016-02-02 | Log time to load mail lists from mailstore | Folker Bernitt | |
2016-02-02 | Don't load attachments when just listing mails | Folker Bernitt | |
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-20 | Some work around that fixed jeffhsta wazokazi account | Jefferson Stachelski | |
2016-01-15 | Remove unused method and rename private one | Folker Bernitt | |
- See issue #578 | |||
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-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-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 |