summaryrefslogtreecommitdiff
path: root/loader/load_message.py
AgeCommit message (Expand)Author
2019-01-03Fix incorrect importMagnus Hagander
2019-01-03Whitespace fixesMagnus Hagander
2019-01-03Fix indentationMagnus Hagander
2019-01-03Tabs to 4 spacesMagnus Hagander
2019-01-03Update loader scripts to use python3 syntaxMagnus Hagander
2018-11-29Use advisory lock around load_message.pyMagnus Hagander
2013-08-17Fix typoCédric Villemain
2013-01-05Centralize varnish purging in the loaderMagnus Hagander
2013-01-05Fix commentMagnus Hagander
2012-10-03Need to set host headerMagnus Hagander
2012-10-03Ugh, ugly typoMagnus Hagander
2012-10-03Attempt to do the purging from API instead of direct dbMagnus Hagander
2012-10-03Add support for proper varnish purging when loading messagesMagnus Hagander
2012-07-07Typo in another place - copy/pasted of course...Magnus Hagander
2012-07-07Rename INI files to archives.ini, makes more senseMagnus Hagander
2012-07-07Try to read the config file from the dir of the script..Magnus Hagander
2012-07-07Add status message in single message load modeMagnus Hagander
2012-07-07Remove useless dataMagnus Hagander
2012-07-07Use logger for errorMagnus Hagander
2012-07-07Stop hardcoding the connection stringMagnus Hagander
2012-07-06Include force-date in all analyze calls, now that we support itMagnus 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-01Ok, try once moreMagnus Hagander
2012-07-01again.. :PMagnus Hagander
2012-07-01One more tryMagnus Hagander
2012-07-01Don't die when we have to print something with strange charset (hopefuly)Magnus Hagander
2012-07-01Log the listid of failed loadsMagnus Hagander
2012-06-25Collect errors into a log table, so we can analyze it properly laterMagnus Hagander
2012-06-21Give error if a file is missing instead of saying 0 messagesMagnus Hagander
2012-06-21Remove hardcoded hostnameMagnus Hagander
2012-06-20Add verbose mode, off by default. Collect and print statisticsMagnus Hagander
2012-06-20Add ability to parse a mailbox directlyMagnus Hagander
2012-06-20Make exceptions sharedMagnus Hagander
2012-06-19Split parsing and storing into two different scriptsMagnus Hagander
2012-06-17Store list of which months have messages, use this to build index pagesMagnus Hagander
2012-06-17Materialize info on if a mail has attachments, to decrease queries.Magnus Hagander
2012-06-16Try harder to extract attachment filenamesMagnus Hagander
2012-06-16Properly decode all MIME headers that can be encodedMagnus Hagander
2012-06-11Add some basic support for attachmentsMagnus Hagander
2012-06-11Initial import, because i need somethingMagnus Hagander