summaryrefslogtreecommitdiff
path: root/src/leap/mail/utils.py
AgeCommit message (Collapse)Author
2014-01-22Add find_charset helper and use where is needed.Ivan Alejandro
2014-01-17Add custom json.loads method.Ivan Alejandro
This allows us to support the use of an `str` parameter that won't be converted to unicode. So in the case of a string containing bytes with different encodings this won't break.
2014-01-08move utility to its ownKali Kaneko