summaryrefslogtreecommitdiff
path: root/alot/db/envelope.py
Commit message (Expand)AuthorAge
* Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* Merge branch 'master' into py3kDylan Baker2018-03-05
|\
| * implement replied and passed tagsMichael J Gruber2018-03-05
* | fix sending encrypted messages in py3kDylan Baker2018-03-01
* | fix sending signed messages with py3kDylan Baker2018-03-01
* | repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* | py3k: remove basestring and unicode.Dylan Baker2018-03-01
|/
* alot/crypto: make keys required for detached_signature_forDylan Baker2017-08-17
* alot: replace email.Utils with email.utilsDylan Baker2017-08-16
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Port old doctests to unittest: alot.db.envelopeLucas Hoffmann2017-01-18
* db/envelope: add todoDylan Baker2016-12-27
* db/envelope: Don't call dunder method when not necessaryDylan Baker2016-12-27
* Use dict's iter methodsDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use raw strings with backslashesDylan Baker2016-12-21
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Further minor style fixesLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Remove braces after `del` and `return`Lucas Hoffmann2016-12-09
* Removed incorrect backslash-t substitution in envelope.Emmanuel Beffara2016-10-20
* pep8 fixesPatrick Totzke2015-12-16
* Move email_as_string function from crypto to helper moduleYann Rouillard2014-08-02
* ensure that Envelope.body is unicode stringPatrick Totzke2014-03-21
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* doc: fix Envelope.attachments docstringPatrick Totzke2013-06-02
* fix incorrect instanciations of GPGProblemPatrick Totzke2013-04-06
* fix 'attach' pseudo headerPatrick Totzke2013-04-02
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* fix #575Patrick Totzke2013-02-27
* fix Envelope __[sg]etitem__Patrick Totzke2013-02-22
* docs: for EnvelopePatrick Totzke2013-02-22
* pep8 fixesPatrick Totzke2013-02-19
* rmencrypt now accepts keyids/hints instead of indicesJohannes Kulick2013-02-19
* support multiple recipients in encryptionJohannes Kulick2013-02-19
* move key dissolving to commandJohannes Kulick2013-02-19
* give useful error message if key can't be foundJohannes Kulick2013-02-19
* pep8 correctionsJohannes Kulick2013-02-19
* add key parameter to encrypt commandJohannes Kulick2013-02-19
* create PGP/MIME mail, if encrypt flag is setJohannes Kulick2013-02-19
* add envelope.tagsPatrick Totzke2012-09-22
* interpret 'Attach' pseudo headerPatrick Totzke2012-09-16
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
* prevent accidental double sendoutPatrick Totzke2012-08-10
* Remove envelope tempfile on buffer cleanupKazuo Teramoto2012-08-02
* dont log complete plaintext at info levelPatrick Totzke2012-07-22
* Fix PGP/MIME attachmentsMichael Stapelberg2012-07-22