summaryrefslogtreecommitdiffstats
path: root/to_sqldb.py
Commit message (Collapse)AuthorAgeFilesLines
* Parse and download attachments on importmongoAurélien Bompard2012-10-231-0/+76
|
* Use unicode strings in the import scriptAurélien Bompard2012-10-111-2/+2
|
* Fix archives import (interface changed)Aurélien Bompard2012-10-111-2/+16
|
* Sanitize variable namesAurélien Bompard2012-09-111-4/+4
|
* Be more precise when catching exceptionsAurélien Bompard2012-09-101-0/+2
|
* Improve message loadingAurélien Bompard2012-09-071-1/+2
|
* Add a Storm-based backendAurélien Bompard2012-09-071-4/+2
| | | | This backend will be the primary SQL backend, SQLAlchemy is deprecated.
* Handle non-ascii subjectAurélien Bompard2012-09-071-0/+6
|
* Fix some bugs in the import codeAurélien Bompard2012-09-071-1/+6
| | | | and add unit tests for these cases.
* Implement the Mailman interfaceAurélien Bompard2012-09-071-112/+14
|
* Some formatingPierre-Yves Chibon2012-05-171-1/+2
|
* Let's close the store's session at the end as wellPierre-Yves Chibon2012-04-271-0/+1
|
* No need to re-create the email object for each email -- that will speed ↵Pierre-Yves Chibon2012-04-261-2/+2
| | | | things up
* Adjust to the new API and modelPierre-Yves Chibon2012-04-261-21/+24
| | | | | | | - Adjust documentation - Make use of the store API - Adjust to the new model - Create the table on the fly
* Fix import in the upload scriptPierre-Yves Chibon2012-04-251-1/+1
|
* Make to_sqldb more EL6 friendlyPierre-Yves Chibon2012-04-251-1/+1
|
* Script used to upload the archives into a RDBMSPierre-Yves Chibon2012-04-251-0/+163