summaryrefslogtreecommitdiff
path: root/loader/lib/parser.py
AgeCommit message (Expand)Author
2023-04-11Add JIS encodings to message loadingCélestin Matte
2022-04-01Fix bytes/str handling of secondary text parts in messagesMagnus Hagander
2020-08-11Updaate regexp escaping syntax to please pep8Magnus Hagander
2020-08-11Update exception catching syntax to please pep8Magnus Hagander
2020-04-01Mark all ForeignKeys as on_delete=CASCADEMagnus Hagander
2019-01-08Fix date parsing to be even more forgivingMagnus Hagander
2019-01-04Fix comparison operatorsMagnus Hagander
2019-01-04Fix bad multi-command linesMagnus Hagander
2019-01-04Whitespace fixesMagnus Hagander
2019-01-04Fix indentationMagnus Hagander
2019-01-04Tabs to 4 spacesMagnus Hagander
2019-01-04Trap internal AssertionError from python librariesMagnus Hagander
2019-01-03Update loader scripts to use python3 syntaxMagnus Hagander
2019-01-03Use "in" syntax instead of has_key()Magnus Hagander
2018-11-30Switch to using tidylib rather than tidyMagnus Hagander
2018-11-20Remove spaces in messageidsMagnus Hagander
2018-11-20One more round of header replacement fixesMagnus Hagander
2018-11-20Add another strange timezone offset formatMagnus Hagander
2017-04-10Fix silly overlook in importsMagnus Hagander
2017-04-10Try to decode attachment filenames when escapedMagnus Hagander
2016-12-17Exclude pkcs7 signatures in attachmentsMagnus Hagander
2016-03-02Forcibly remove \0 at the end of a decoded messageMagnus Hagander
2016-02-14Actually store the raw data in rawtxtMagnus Hagander
2013-08-17Properly recurse into multipart/sign:ed email partsCédric Villemain
2013-01-09Turn any non-first text/plain parts into attachmentsMagnus Hagander
2013-01-05Properly parse attachments of type=text/plain, content-disposition=attachmentMagnus Hagander
2012-08-12Another typo, i thinkMagnus Hagander
2012-08-12Missing object referenceMagnus Hagander
2012-08-09More forgiving parsing of emails with broken header encodingMagnus Hagander
2012-07-10Turn rawtxt into a bytea, since w edon't know the encodingMagnus Hagander
2012-07-09Fail date parsing on empty datesMagnus Hagander
2012-07-09Store the raw text of messages.Magnus Hagander
2012-07-07Oops.. Misisng a reference there, are we.. :)Magnus Hagander
2012-07-07Attempt to get rid of the postgresql specific mail footer on all listsMagnus Hagander
2012-07-06Parsing didn't work, and it's not enough messages to really care about..Magnus Hagander
2012-07-06Specify encoding of fileMagnus Hagander
2012-07-06Badly encoded name of encoding :OMagnus Hagander
2012-07-06Support filtering a single email out of mbox/directory for reloadingMagnus Hagander
2012-07-06Add parameter to override the date of a messageMagnus Hagander
2012-07-06typoMagnus Hagander
2012-07-06more date stuffMagnus Hagander
2012-07-06Strange spelling of gmt..Magnus Hagander
2012-07-06More timezonesMagnus Hagander
2012-07-06Silly - needs to be lowercase :SMagnus Hagander
2012-07-06Remove dead codeMagnus Hagander
2012-07-06Handle empty bodies instead of giving an errorMagnus Hagander
2012-07-06Work around more broken datesMagnus Hagander
2012-07-06One more round of encodingsMagnus Hagander
2012-07-05Don't crash on non-multipart messages that appeaer to be multipartMagnus Hagander
2012-07-05Clean up UTF surrogate points in unicode dataMagnus Hagander