summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* db/manager: use threads instead of reactor.callInThreadDylan Baker2018-07-26
* add setter for (notmuch) configs to database managerPatrick Totzke2018-07-24
* add getter for named queries to DB managerPatrick Totzke2018-07-24
* use email.message_from_bytesMichael J Gruber2018-07-11
* rename message_from_ functionsMichael J Gruber2018-07-11
* Remove old __future__ importsLucas Hoffmann2018-06-19
* db/utils: remove unused importDylan Baker2018-05-15
* alot/db/utils: improve unknown CTE messageDylan Baker2018-05-15
* Add support for binary Content-Transfer-EncodingDylan Baker2018-05-07
* This merges Pazz split of the extract_body functionDylan Baker2018-04-24
|\
| * refactor db/utils.extract_bodyPatrick Totzke2018-04-24
* | db/utils: fix bad merge conflict resolutionDylan Baker2018-04-24
* | Merge remote-tracking branch 'bignose/wip/issue/python3-codeclimate' into py3kDylan Baker2018-04-24
|\ \
| * | Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
| * | Extract a level of nested conditionals for tag command.Ben Finney2018-04-23
* | | db/utils: handle mail with bogus encodingsDylan Baker2018-04-24
* | | db/utils: correctly handle 8bit encoded mailDylan Baker2018-04-24
|/ /
* | Fix 8bit some moreDylan Baker2018-04-10
* | db/utils: correctly handle 8bit encodings.Dylan Baker2018-04-10
* | db/utils: attempt to unwrap Content-Transfer-Encodings manuallyDylan Baker2018-04-10
* | fix saving attachmentsDylan Baker2018-03-14
* | db/utils: decoded_headers will be passed str not bytesDylan Baker2018-03-12
* | db/utils: Update docstring for message_from_bytesDylan Baker2018-03-06
* | USe get_payload.decode instead of decoding ourselves.Dylan Baker2018-03-06
* | utils: Fix types for add_signature_headerDylan Baker2018-03-06
* | Merge branch 'master' into py3kDylan Baker2018-03-05
|\|
| * implement replied and passed tagsMichael J Gruber2018-03-05
* | When writing a file for mailcap write it in as bytesDylan Baker2018-03-02
* | fix base64, 8bit, and quoted-printable properly.Dylan Baker2018-03-01
* | Revert "If there are errors in the decoding the content replace"Dylan Baker2018-03-01
* | possibly fix opening emails encoded as non-ascii/non-unicodeDylan Baker2018-03-01
* | If there are errors in the decoding the content replaceDylan Baker2018-03-01
* | fix messages with content transfer encoding in py3kDylan Baker2018-03-01
* | fix sending encrypted messages in py3kDylan Baker2018-03-01
* | fix sending signed messages with py3kDylan Baker2018-03-01
* | fix tagging and untagging.Dylan Baker2018-03-01
* | fix a bunch of utils tests for py3kDylan Baker2018-03-01
* | alot/db/message: fix for py3kDylan Baker2018-03-01
* | hack alot.db.utils.decode_header until it works.Dylan Baker2018-03-01
* | repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* | py3k: remove basestring and unicode.Dylan Baker2018-03-01
* | py3k: use StringIO from io module instead of cStringIODylan Baker2018-03-01
|/
* mention unredered HTML parts in message body textPatrick Totzke2018-01-16
* ignore multipart subparts when extracting contentPatrick Totzke2018-01-02
* mark inline part as attachment if no mailcap entry is foundPatrick Totzke2018-01-02
* interpret exclude_tagsPatrick Totzke2017-10-01
* db/message: Try to use the 'Sender' header if the 'From' header is nullDylan Baker2017-09-06
* db/message: Don't set sender to ''Dylan Baker2017-09-06
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01