summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/mailstore/body_parser.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.
2016-10-21[#797] reinstating use of the provided email body charstet encodingNavaL
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-01-20Some work around that fixed jeffhsta wazokazi accountJefferson Stachelski
2015-10-12Log problem when ignoring charactersFolker Bernitt
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists
2015-10-09issue #473 - Fixed the encode problemJefferson Stachelski
2015-10-07Make unicode string explicitFolker Bernitt
- Issue #473 - problem had been caused by auto-convert of str to unicode
2015-10-05issue #473 - Removed ipdb commited by mistakeJefferson Stachelski
2015-10-05issue #473 - Fixed the encoding problemJefferson Stachelski
Encoding all the strings that are been concatenaded
2015-09-09Improved body decoding when parsing mails.Folker Bernitt
- Issue #450 - does not fix 8bit encoded bodies - special chars are replaced before we are in pixelated code
2015-08-11Fixed pep8.Folker Bernitt
2015-08-11Fixed test_search integration test.Folker Bernitt