summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/mail_resource.py
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-04-13Issue #431: ReviewFelix Hammerl
* Remove GenericDeferredErrorHandler class * Convert static method generic_error_handling to function instead
2016-04-08Issue #431: extractes the generic handling for error callbacks in init and ↵Zara Gebru
handles login, logout, mail and tags resources
2016-01-18migrating feedback resources to use services factoryNavaL
Issue #576
2016-01-18migrating mail resources to use services factoryNavaL
Issue #576
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-11-17Issue #495 Giovane/Jeff: Fixed from undefinedJefferson Stachelski
Sent mail doesn't have a from field, so now we are adding it
2015-08-11Fixed test_delete_mail integration test.Folker Bernitt
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11Fixed pep8.Folker Bernitt
2015-08-11Get single mail endpoint works.Folker Bernitt
2015-02-04Refactoring more of resource logic into service. No more search engine on ↵Duda Dornelles
mail(s) resource
2015-01-27#184 not creating empty tags of any length (as opposed to only empty strings ↵Duda Dornelles
with len==0)
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles