Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-19 | Add copyright statements to all Python files that doesn't have it | Ola Bini | |
2016-10-18 | Adapted imports to reflect new bitmask-dev dependency | Bruno Wagner | |
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-11 | Fixed pep8 warning | Bruno Wagner | |
2016-04-11 | Removed general timings from methods | Bruno 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-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 in server side"" | NavaL | |
This reverts commit 91223543207c4a56370ff609df9912a5b11262d7. | |||
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-08 | Revert "Issue #549 - Implemented remove attachment in server side" | Felix Hammerl | |
This reverts commit 92f0e9887a216e0ec82355941655d3deebf2d422. | |||
2016-02-04 | Issue #549 - Implemented remove attachment in server side | Jefferson Stachelski | |
2016-02-04 | Issue #549 - Implemented remove attachment | Jefferson Stachelski | |
2016-02-02 | Log some times to identify very slow parts | 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-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. | |||
2015-12-18 | adapting mail controllers POST and PUT to work with attachements | 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 | backend that handles post of a single attachment file | mnandri | |
Issue #548 | |||
2015-11-27 | Permanently delete discarded drafts #512 w/ bwagner | Giovane | |
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 | Isse #515 - Refactored bcc login on send mail | Jefferson Stachelski | |
2015-11-25 | Issue #515 - Removed the Bcc when sending email | 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 | Removes DuplicatedDraftException | 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-19 | Move 'From' initialization to InputMail factory. w/ @bwagner #531 | Giovane | |
2015-11-18 | Issue #511 - Don't deleting if mail is None | 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-13 | Issue #523 - Created an archive mail button | Jefferson Stachelski | |
2015-11-11 | remove commented code | Victor Shyba | |
2015-11-09 | use mail_service to inject account_email into root_resource | sw00 | |
instead of using leap_session, mail_service can be used to get the account email. | |||
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 | |||
2015-11-04 | Instantiate new MailSender in Services | Folker Bernitt | |
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class | |||
2015-11-03 | Issue #499 - Fixed pep8 | Jefferson Stachelski | |
2015-11-03 | Issue #499 Moved remote smtp configuration | Bruno Wagner | |
We removed the common parts from the bitmask libraries smtp and adapted the tests. We also advanced the new mail sender implementation, but it is coupled to the twisted.mail.smtp.User currently and we need to adapt leap mail to remove this dependency | |||
2015-11-03 | Add new MailSender based on OutgoingMail | Folker Bernitt | |
- Issue #499 - No longer needs local smtp port | |||
2015-11-03 | Rename MailSender to LocalSmtpMailSender | Folker Bernitt | |
- Issue #499 | |||
2015-10-16 | Fixed the problem Need delete doc before delete | Pixelated | |
Removed this error from the logs, the logic already works | |||
2015-10-14 | issue #484 - Add welcome mail for new accounts | Jefferson Stachelski | |
Make a logic to add the welcome mail in INBOX when the user log into account at the first time | |||
2015-10-13 | Fix send welcome email service method #484 Giovane & Jeff | Giovane | |
2015-09-30 | #442 rename parameter on feedback service | Giovane | |
2015-09-25 | Issue #470 handling the update draft | Jefferson Stachelski | |
Deleting the new draft created if the old one was not found to fix the duplication drafts | |||
2015-09-21 | #442 Moves feedback url to environment variable. | Giovane | |
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |