summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Collapse)AuthorAge
...
* | introduce Attachment.writePatrick Totzke2012-03-28
|/ | | | | that writes out its content to a given filehandle. this is also used internally for save.
* db: count_threadsPatrick Totzke2012-03-18
| | | | | | | | this introduces a new method `count_threads` for DBManager that uses a recently introduced getter of the same name in the bindings. We also adjust the dependencies for the bindings accordingly issue #178
* docs: fix build warningsPatrick Totzke2012-03-17
|
* backport mailcap handling to extract_bodyPatrick Totzke2012-03-17
| | | | | | | | | this makes db.urils.extract_body correctly respect mailcap as decumented in `man mailcap`: it respects nametemplate, replaces %s and %t and custom parameters like %{charset} issues #365, #406
* pep8 fixesPatrick Totzke2012-03-15
|
* forgot to add attachments.pyPatrick Totzke2012-03-11
|
* pep8 fixesPatrick Totzke2012-03-11
|
* docs: for db.utilsPatrick Totzke2012-03-11
|
* refactor: header utilities into db.utilsPatrick Totzke2012-03-11
|
* remove unnecessary importsPatrick Totzke2012-03-11
|
* refactor: Attachment in its own filePatrick Totzke2012-03-11
|
* docs: corrected pointers to db.message.MessagePatrick Totzke2012-03-11
|
* refactor: Envelope in its own filePatrick Totzke2012-03-11
|
* refacor: move db errors to separate filePatrick Totzke2012-03-11
|
* refactor db: move into submodulePatrick Totzke2012-03-11
this moves messages into the new submodule alot.db which from now on also contains Threads in a separate file