summaryrefslogtreecommitdiff
path: root/alot/db/attachment.py
Commit message (Expand)AuthorAge
* db/attachment: use set_param() instead of recreating a headerDylan Baker2018-08-04
* db: encode Header objects to strDylan Baker2018-08-04
* Remove old __future__ importsLucas Hoffmann2018-06-19
* fix saving attachmentsDylan Baker2018-03-14
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* db/attachment: remove useless deleteDylan Baker2016-12-27
* db/attachment: replace all caps name with PEP8 like nameDylan Baker2016-12-27
* Clean up importsLucas Hoffmann2016-12-09
* pep8 fixesPatrick Totzke2015-12-16
* use magic on application/octetstream' attachmentsPatrick Totzke2014-11-22
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* fix maxlength issuePatrick Totzke2012-07-22
* add copyright statements to all source filesPatrick Totzke2012-06-14
* docs: minor fixesPatrick Totzke2012-05-29
* hotfix: forgot parameterPatrick Totzke2012-04-06
* Merge branch '0.3-fix-forward-attach' into stagingPatrick Totzke2012-04-06
|\
| * fix Attachment.get_filenamePatrick Totzke2012-04-05
* | introduce Attachment.writePatrick Totzke2012-03-28
|/
* forgot to add attachments.pyPatrick Totzke2012-03-11