summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/mails_resource.py
AgeCommit message (Expand)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-12-02[#625, #851] fixing log typo and adding test making sure encryption error do...NavaL
2016-11-02Fix logger variable nameTulio Casagrande
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-06-28Normalize i18n keysTulio Casagrande
2016-04-12Removed time logging from mails_resourceBruno Wagner
2016-04-11Removed general timings from methodsBruno Wagner
2016-02-23Improve error message if send mail failsFolker Bernitt
2016-02-19Fixed arity of two event callbacksFolker Bernitt
2016-02-02Merge branch 'load', the load testing codeVictor Shyba
2016-02-02Log some times to identify very slow partsFolker Bernitt
2016-02-02WIPNavaL
2016-01-18migrating mails resources to use services factoryNavaL
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
2016-01-11renamed attachment_id attribute to ident on POST response, to conform with th...NavaL
2015-12-22decode to base64 the raw attachment that is in bytes... and renaming id to at...NavaL
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
2015-12-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-11-23Return 422 if deletion failedVictor Shyba
2015-11-23Simplify controller logic on PUT draftVictor Shyba
2015-11-13Issue #523 - Created python test for arhive mailJefferson Stachelski
2015-11-13Issue #523 - Created an archive mail buttonJefferson Stachelski
2015-11-11unhandled errors were not being logged and generated no response backVictor Shyba
2015-09-25Issue #470 handling the update draftJefferson Stachelski
2015-08-30[bug] Do not send failure to user, send a msgVictor Shyba
2015-08-25[refactor] remove mailbox referencesVictor Shyba
2015-08-19Remove poor person's debugging printskaeff
2015-08-11Changed test_delete_mail.py integration test to new mail store.Folker Bernitt
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11Fixed test_delete_mail integration test.Folker Bernitt
2015-08-11Fixed test_mark_as_read_unread.py.Folker Bernitt
2015-08-11Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying implementa...Folker Bernitt
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11Fixed pep8.Folker Bernitt
2015-08-11All mails now displays mails.Folker Bernitt
2015-08-11/mails resource handle deferredsVictor Shyba
2015-08-11trying out a new migrationVictor Shyba
2015-06-05Added creation of input mail from python messageBruno Wagner
2015-04-09pepa8, adding extra blank lineRoberto Soares
2015-04-09listening event 'recoverMany'Roberto Soares
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-02-05(Re-)added error handling for twisted smtp sender.Folker Bernitt
2015-02-04Refactoring more of resource logic into service. No more search engine on mai...Duda Dornelles
2015-02-03removes unused importsPatrick Maia
2015-02-03Movinge MailsResource#render_POST logic to MailService and some search_engine...Duda Dornelles
2015-02-03Moving mails_resouce render_GET logic to mail_serviceDuda Dornelles
2015-01-30249 Implemented a feature that send an email when something was wrong to send...Jefferson Stachelski
2015-01-29#249 removed unecessary returnJefferson Stachelski