summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a script to manually update the DB schemav0.1.2Aurélien Bompard2012-11-262-0/+50
* Bump versionAurélien Bompard2012-11-261-1/+1
* Store the full email in a separate tableAurélien Bompard2012-11-265-10/+105
* Use the Storm base class in the modelAurélien Bompard2012-11-261-17/+15
* Improve the Thread model wrt the starting emailAurélien Bompard2012-11-254-13/+122
* Fix a stupid import typoAurélien Bompard2012-11-251-2/+2
* Bump versionAurélien Bompard2012-11-221-1/+1
* Behave properly when an attachment can't be downloadedAurélien Bompard2012-11-221-20/+33
* Make a few post-QA fixesAurélien Bompard2012-11-222-2/+2
* Update metadataAurélien Bompard2012-11-213-26/+21
* Prepare for releaseAurélien Bompard2012-11-218-12/+719
* Don't let the message scrubber add attachmentsAurélien Bompard2012-11-175-89/+107
* Handle dates without time zonesAurélien Bompard2012-11-171-2/+4
* Handle a missing subject headerAurélien Bompard2012-11-161-2/+3
* Add MySQL supportAurélien Bompard2012-11-145-9/+106
* Protect attachment import from duplicate emailsAurélien Bompard2012-11-131-0/+7
* Don't order on non-selected columnsAurélien Bompard2012-11-111-2/+2
* Add a thread object in the modelAurélien Bompard2012-11-094-69/+208
* Improve the import scriptAurélien Bompard2012-11-092-26/+47
* Importer: add an option to disable attachment downloadingAurélien Bompard2012-11-061-4/+10
* Pylint passAurélien Bompard2012-10-268-28/+23
* Import: make it possible to import duplicate emailsAurélien Bompard2012-10-261-7/+22
* Refactor the import scriptAurélien Bompard2012-10-251-100/+120
* Fix a few licensesAurélien Bompard2012-10-253-9/+39
* Rename and package the import scriptAurélien Bompard2012-10-252-5/+10
* Remove obsolete mongodb codeAurélien Bompard2012-10-254-377/+2
* Parse and download attachments on importmongoAurélien Bompard2012-10-231-0/+76
* Implement necessary methods for pipermail compatibilityAurélien Bompard2012-10-222-13/+41
* First PyLint passAurélien Bompard2012-10-129-3/+267
* Remove unused imports in the scrub moduleAurélien Bompard2012-10-121-17/+2
* Use unicode strings in the import scriptAurélien Bompard2012-10-111-2/+2
* Fix archives import (interface changed)Aurélien Bompard2012-10-112-4/+18
* Add a method to get the older and newer threadAurélien Bompard2012-10-091-0/+33
* Store the list display name in the DBAurélien Bompard2012-10-054-5/+25
* Use references for the attachments in the modelAurélien Bompard2012-10-041-0/+10
* Add forgotten testcase example messageAurélien Bompard2012-10-041-0/+97
* Adapt to the i18n filename bugAurélien Bompard2012-10-033-12/+42
* Fix text attachment handlingAurélien Bompard2012-10-032-1/+4
* Use the email.utils.unquote functionAurélien Bompard2012-10-023-4/+5
* Handle non-ascii chars in filenameAurélien Bompard2012-10-023-3/+116
* Handle dates without timezoneAurélien Bompard2012-10-022-1/+7
* Fix DB indexesAurélien Bompard2012-10-021-4/+2
* Improve charset handlingAurélien Bompard2012-10-026-65/+80
* Fix header decoding and associated testsAurélien Bompard2012-10-028-23/+43
* Improve scrubbingAurélien Bompard2012-10-012-42/+31
* Add some basic unit tests for the scrubberAurélien Bompard2012-09-286-91/+5577
* Fix some SQL queriesAurélien Bompard2012-09-262-20/+34
* Integrate the scrubber into the storeAurélien Bompard2012-09-264-40/+64
* Refactor the scrubbing functionAurélien Bompard2012-09-252-449/+298
* Start implementing the attachments tableAurélien Bompard2012-09-251-0/+10