summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/mailstore
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-10-21[#797] reinstating use of the provided email body charstet encodingNavaL
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-06-16Fix UNNAMED attachment bugTulio Casagrande
Previously some attachments were being showed as UNNAMED. This change fix it and creates propers tests for attachments. See: #608
2016-06-16Stops filtering application/pgp-keys attachmentsTulio Casagrande
See: #608
2016-06-07Update keymanager calls due api updateCaio Carrara
Some keymanager api was updated, so we needed to update some calls.
2016-04-11Removed general timings from methodsBruno Wagner
I kept the logging functions so we can log times for tests and to investigate issues, but I removed all usages of them until someone needs them
2016-03-02adding default date if not given in the mail header, for search index -- ↵NavaL
fixing build
2016-03-01Fix tests after change on OpenPGPKey.get_json APIGiovane
- 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-22Renames filtering method #608 w/ @deniscostadscGiovane
2016-02-22Revert "Revert "Filter keys from attachments #608 w/ @deniscostadsc""Giovane
This reverts commit f92e802df2aeec9b2341ba5b4efea48356edf01f.
2016-02-20Revert "Filter keys from attachments #608 w/ @deniscostadsc"NavaL
This reverts commit f1b338e5564a8458c906f903ee7e0383dae86287.
2016-02-19Filter keys from attachments #608 w/ @deniscostadscGiovane
- Filtering attachments by content type application/pgp-keys
2016-02-12attachments are only un-linked from emails but not deleted in soledadJefferson Stachelski
- removed backend delete of attachments - JS unit tests - Functional test Issue #549
2016-02-12Revert "Revert "Issue #549 - Implemented remove attachment""NavaL
This reverts commit 3c6b905d7e5b78e521b2e7692e5e32b7b0c226bc.
2016-02-08Revert "Issue #549 - Implemented remove attachment"Felix Hammerl
This reverts commit 9442be5c230e286073244451189ffc05ae6c8083.
2016-02-04Issue #549 - Implemented remove attachmentJefferson Stachelski
2016-02-02Log some times to identify very slow partsFolker Bernitt
2016-02-02Log time to load mail lists from mailstoreFolker Bernitt
2016-02-02Don't load attachments when just listing mailsFolker Bernitt
2016-01-25Fix: Ignore missing mail data error when creating search indexFolker 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-20Some work around that fixed jeffhsta wazokazi accountJefferson Stachelski
2016-01-15Remove unused method and rename private oneFolker Bernitt
- See issue #578
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
- 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-12Refactor AttachmentInfo: Remove knowledge about part map structureFolker Bernitt
2016-01-11fixed filesize bugNavaL
Issue #573
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
Issue #548
2016-01-06Support attachments without name in Content-Disposition headerFolker Bernitt
- Issue 557 - along the way also added support for signatures and attached keys
2015-12-29Issue #562 - Capture inline attachments from Content Disposition.Gislene Pereira
2015-12-24Issue #557 - Fixed REGEX to receive attachments from Apple Mail.Gislene Pereira
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-18ensuring the same file is not saved twicemnandri
Issue #548
2015-12-18extracted 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 termmnandri
2015-11-24Issue #494 - Bruno/Jeff Fixed the encoding testsJefferson Stachelski
2015-11-23Return 422 if deletion failedVictor Shyba
This is needed for protecting against concurrent saves on drafts. --Issue #512
2015-11-23Simplify controller logic on PUT draftVictor 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-23No more 'need to create before delete'Victor Shyba
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512
2015-11-19Move 'From' initialization to InputMail factory. w/ @bwagner #531Giovane
2015-11-18Issue #494 - Fixed reply when the replayer is the senderJefferson Stachelski
2015-11-16Issue #525 - Fixed the space on mail addressJefferson Stachelski
Doing a trim on every recipient string
2015-11-10Fix the problem when leap doesn't found body_phashJefferson Stachelski
2015-11-03[#508] Making search also work with substrings - pairing w/ @pereiragisleneGiovane
2015-10-19Remove debug outputFolker Bernitt
2015-10-14Support reply to mail sent by meFolker Bernitt
- Issue #491
2015-10-14Parse address before filtering for replyFolker Bernitt
- Issue #491 - Now supports whitespaces, names before the address and encoded addresses
2015-10-12Log problem when ignoring charactersFolker Bernitt
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists
2015-10-09issue #473 - Fixed the encode problemJefferson Stachelski