summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* db/utils: strip cte before comparingDylan Baker2018-10-19
* crypto: Use session-key to decrypt messages if present in the indexRuben Pollan2018-10-08
* Don't try to add Content-Disposition header to email that already has oneDylan Baker2018-08-13
* Set the policy for email.message_from_*Dylan Baker2018-08-06
* db/utils: remove unused Header importDylan Baker2018-08-06
* db/attachment: use set_param() instead of recreating a headerDylan Baker2018-08-04
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* db: encode Header objects to strDylan Baker2018-08-04
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* db/manager: Append underscore to method named asyncJohannes Löthberg2018-08-01
* 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