Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | re-introduced logout functionality for multi-user | NavaL | |
Issue #576 | |||
2016-01-22 | Add mutli-user mode to user-agent | Folker Bernitt | |
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld | |||
2016-01-19 | fixing build | NavaL | |
Issue #576 | |||
2016-01-19 | Make RootResource read account email from mail service | Folker Bernitt | |
- Issue #576 | |||
2016-01-18 | root resource now depends on the services factory -- and mail service, for ↵ | NavaL | |
now -- Issue #576 | |||
2016-01-18 | migrating feedback resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating mails resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating contact resources to use the services factory | NavaL | |
Issue #576 | |||
2016-01-18 | migrating AttachmentsResources to use the service factory | NavaL | |
Issue #576 | |||
2016-01-18 | Refactory KeyResource to get services from session | Folker Bernitt | |
- Issue #576 - Only first step (other services not changed yet) - Faked session access for now | |||
2016-01-18 | Move user folder logic up to Services | Folker Bernitt | |
- Issue #576 | |||
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 | Changed attachment error print with a logger | Bruno Wagner | |
2016-01-13 | Removed unused logging imports and fixed maintenance logger during test | Bruno Wagner | |
2016-01-12 | Issue #577 - Added namespace to search index path | 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-11 | renamed attachment_id attribute to ident on POST response, to conform with ↵ | NavaL | |
the GET attachment API Issue #548 | |||
2016-01-08 | Removed search engine from constant in Indexer | Bruno Wagner | |
The search engine was being passed as a constant to the Mail Indexer, that constrained the user agent to one user (because the search engine is user specific). I added the search engine as a parameter on the Mail Indexer initialization so that we can have the Indexer working for each user. | |||
2016-01-06 | added ft | 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 | |||
2016-01-06 | moving screenshots to a different folder -- to be saved as artifacts in snap | NavaL | |
2016-01-04 | Decouple test_feedback_service from dev provider | Folker Bernitt | |
- Mock request instead | |||
2015-12-29 | adding a step to toggle cc and bcc fields when forwarding emails -- fixing ↵ | NavaL | |
functional test Issue #563 | |||
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-23 | removes attachment feature toggle | Pixelated | |
Issue #548 | |||
2015-12-23 | Changed test not to test fixed content, but the existence of an error message | Bruno Wagner | |
2015-12-22 | decode to base64 the raw attachment that is in bytes... and renaming id to ↵ | NavaL | |
attachment_id in the mail POST Issue #548 | |||
2015-12-21 | added filename and size to the attachment endpoint post response | NavaL | |
Issue #548 | |||
2015-12-19 | moving custom to_unicode to pixelated.support | mnandri | |
2015-12-18 | adapting mail controllers POST and PUT to work with attachements | mnandri | |
Issue #548 | |||
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-18 | fixing unit test -- again WIP | mnandri | |
2015-12-18 | WIP: rename me later | mnandri | |
2015-12-18 | enabling backend for Attachment feature toggle | mnandri | |
Issue #548 | |||
2015-12-18 | backend that handles post of a single attachment file | mnandri | |
Issue #548 | |||
2015-12-07 | #454 added utf-8 encoding on message body, and corresponding query search term | mnandri | |
2015-11-26 | Issue #532 - Removing name from canonical address | Jefferson Stachelski | |
Now the canonical mail address are been parsed to a common one, but it is a Twisted smtp bug that should be fixed in the future | |||
2015-11-25 | Issue #515 - Removed the Bcc when sending email | Jefferson Stachelski | |
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 | Making explicit the goal for test that checks double deletion | Victor Shyba | |
It had no assert, making it confusing. With a failure clause on the except handler we show that its not supposed to raise errors --Issue #512 | |||
2015-11-23 | Removing test, since this scenario doesnt exists anymore | Victor Shyba | |
--Issue #512 | |||
2015-11-23 | Checking on deletion errors on drafts isnt needed | Victor Shyba | |
As delete_mail checks for mail_id there will be no more need to create errors. --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-23 | Add test for mail deletion with invalid mail id | Folker Bernitt | |
- Issue #511 |