summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/services
AgeCommit message (Collapse)Author
2017-03-15|#997| Sriram + Denis | Log recipients while sending messageSriram Viswanathan
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-05-27Issue #695: Show all recipients in mail sent foldershabbyrobe
2016-05-19issue #685 remove duplicated email recipientsmfrankie
2016-05-19remove duplicated mails, wipmfrankie
2016-04-11Fixed pep8 warningBruno Wagner
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-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 in server side""NavaL
This reverts commit 91223543207c4a56370ff609df9912a5b11262d7.
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-08Revert "Issue #549 - Implemented remove attachment in server side"Felix Hammerl
This reverts commit 92f0e9887a216e0ec82355941655d3deebf2d422.
2016-02-04Issue #549 - Implemented remove attachment in server sideJefferson Stachelski
2016-02-04Issue #549 - Implemented remove attachmentJefferson Stachelski
2016-02-02Log some times to identify very slow partsFolker 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-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.
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
Issue #548
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ↵mnandri
including saving attachments. Issue #548
2015-12-18fixing unit test -- again WIPmnandri
2015-12-18WIP: rename me latermnandri
2015-12-18backend that handles post of a single attachment filemnandri
Issue #548
2015-11-27Permanently delete discarded drafts #512 w/ bwagnerGiovane
2015-11-26Issue #532 - Removing name from canonical addressJefferson 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-25Isse #515 - Refactored bcc login on send mailJefferson Stachelski
2015-11-25Issue #515 - Removed the Bcc when sending emailJefferson Stachelski
2015-11-23Return 422 if deletion failedVictor Shyba
This is needed for protecting against concurrent saves on drafts. --Issue #512
2015-11-23Removes DuplicatedDraftExceptionVictor Shyba
--Issue #512
2015-11-23Checking on deletion errors on drafts isnt neededVictor Shyba
As delete_mail checks for mail_id there will be no more need to create errors. --Issue #512
2015-11-19Move 'From' initialization to InputMail factory. w/ @bwagner #531Giovane
2015-11-18Issue #511 - Don't deleting if mail is NoneJefferson Stachelski
2015-11-17Issue #495 Giovane/Jeff: Fixed from undefinedJefferson Stachelski
Sent mail doesn't have a from field, so now we are adding it
2015-11-13Issue #523 - Created an archive mail buttonJefferson Stachelski
2015-11-11remove commented codeVictor Shyba
2015-11-09use mail_service to inject account_email into root_resourcesw00
instead of using leap_session, mail_service can be used to get the account email.
2015-11-04Issue #499 - removed the local SMTPJefferson Stachelski
2015-11-04Add error handling to MailSenderFolker Bernitt
- Issue #499
2015-11-04Change str email to twisted.mail.smtp.UserFolker Bernitt
- Issue #499 - leap.mail relies on this
2015-11-04Instantiate new MailSender in ServicesFolker Bernitt
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class
2015-11-03Issue #499 - Fixed pep8Jefferson Stachelski
2015-11-03Issue #499 Moved remote smtp configurationBruno 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-03Add new MailSender based on OutgoingMailFolker Bernitt
- Issue #499 - No longer needs local smtp port
2015-11-03Rename MailSender to LocalSmtpMailSenderFolker Bernitt
- Issue #499
2015-10-16Fixed the problem Need delete doc before deletePixelated
Removed this error from the logs, the logic already works
2015-10-14issue #484 - Add welcome mail for new accountsJefferson Stachelski
Make a logic to add the welcome mail in INBOX when the user log into account at the first time
2015-10-13Fix send welcome email service method #484 Giovane & JeffGiovane
2015-09-30#442 rename parameter on feedback serviceGiovane
2015-09-25Issue #470 handling the update draftJefferson 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