Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-02 | [#625, #851] fixing log typo and adding test making sure encryption error ↵ | NavaL | |
does propagate to mails resources | |||
2016-11-23 | replace stdlib's unittest with trials's unittest for all unittest | Roald de Vries | |
2016-10-21 | [#797] reinstating use of the provided email body charstet encoding | NavaL | |
2016-10-19 | Adapted test now that leap.mail has a default charset | Bruno Wagner | |
2016-10-19 | Adapted logging in the UA to use twisted.logger | Bruno Wagner | |
2016-10-18 | Adapted imports to reflect new bitmask-dev dependency | Bruno Wagner | |
2016-10-07 | use test client in test case through composition instead of inheritance | Roald de Vries | |
2016-09-27 | Adds more tests for welcome mail. | Denis Costa | |
2016-05-27 | Issue #695: Show all recipients in mail sent folder | shabbyrobe | |
2016-05-19 | issue #685 remove duplicated email recipients | mfrankie | |
2016-05-19 | remove duplicated mails, wip | mfrankie | |
2016-04-04 | Migrate ImapAccount to Account | Tulio Casagrande | |
Migrate all usage of leap.ImapAccount to leap.Account We had to adapt some calls because of signature changes and, because we need the Account to be initialized before moving on, we are directly using the deferred initialization that the account has See: https://github.com/leapcode/leap_mail/pull/228 | |||
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-03-01 | Fix test: Add missing date field | Felix Hammerl | |
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 | 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-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 | 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-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 | 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-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-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-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 | 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 | Add test for mail deletion with invalid mail id | Folker Bernitt | |
- Issue #511 | |||
2015-11-18 | Issue #494 - Fixed reply when the replayer is the sender | Jefferson Stachelski | |
2015-11-17 | Issue #495 Giovane/Jeff: Fixed from undefined | Jefferson Stachelski | |
Sent mail doesn't have a from field, so now we are adding it | |||
2015-11-11 | removing dead code from InputMail | Victor Shyba | |
2015-11-10 | refactor unit test | sw00 | |
don't use initialize method of root_resource in test | |||
2015-11-04 | Issue #499 - removed the local SMTP | Jefferson Stachelski | |
2015-11-04 | Add error handling to MailSender | Folker Bernitt | |
- Issue #499 | |||
2015-11-04 | Change str email to twisted.mail.smtp.User | Folker Bernitt | |
- Issue #499 - leap.mail relies on this |