summaryrefslogtreecommitdiff
path: root/alot/db/utils.py
Commit message (Expand)AuthorAge
* db/utils: move formataddr to helperAnton Khirnov2020-03-05
* db/utils: move is_subdir_of() to the single place it is used inAnton Khirnov2020-03-05
* db/utils: move clear_my_address/ensure_unique_address to their usage placeAnton Khirnov2020-03-05
* db/utils: move message body extraction code into db/messageAnton Khirnov2020-03-05
* db/utils: move message decryption code into db/messageAnton Khirnov2020-03-05
* db/utils: drop extract_headers()Anton Khirnov2020-03-04
* db/utils: drop decode_header()Anton Khirnov2020-03-04
* Let python decode the message transfer encoding.Anton Khirnov2020-02-03
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* fix display of HTML-only mailsMichael J Gruber2019-09-06
* unused imports and variablesPatrick Totzke2019-08-15
* retire Message.accumulate_bodyPatrick Totzke2019-08-15
* update docstringsPatrick Totzke2019-08-15
* Update to new (3.6) email message APIPatrick Totzke2019-08-15
* refactor ReplyCommandPatrick Totzke2019-06-02
* fix formataddrPatrick Totzke2019-06-02
* do not remove quotes around realname partsPatrick Totzke2019-05-27
* restore lenient libmagic decodingMichael J Gruber2019-02-07
* refactor alot.db.utils.remove_ctePatrick Totzke2018-12-07
* Add test for #1301Lucas Hoffmann2018-12-03
* 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/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
* 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
* | | 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
* | 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
* | 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