summaryrefslogtreecommitdiff
path: root/alot/db/envelope.py
Commit message (Expand)AuthorAge
* 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
* add copyright statements to all source filesPatrick Totzke2012-06-14
* switch from pyme to gpgmeMichael Stapelberg2012-05-21
* strip spaces when parsing email headersMichael Stapelberg2012-05-21
* Revert "split key/header by ': ', not ':'"Patrick Totzke2012-05-21
* Merge branch '0.3-feature-pyme' into stagingPatrick Totzke2012-05-17
|\
| * move alot.db.errors GPGProblem to alot.errorsPatrick Totzke2012-05-13
| * lookup gpg key once during composePatrick Totzke2012-05-12
| * add sign_by_default account setting to enable GPG signatures by default, use ...Michael Stapelberg2012-05-11
| * Make togglesign accept an optional keyid (like 4AC8EE1D) which will be used f...Michael Stapelberg2012-05-04
| * rename ConstructMailError to GPGProblemMichael Stapelberg2012-05-04
| * properly check for GPG_AGENT_INFO (handle unset and empty)Michael Stapelberg2012-05-04
| * bugfix: use has_key for checking if GPG_AGENT_INFO is setMichael Stapelberg2012-05-01
| * move ConstructMailError to alot.db.errorsMichael Stapelberg2012-05-01
| * Properly handle GPG errorsMichael Stapelberg2012-04-23
| * remove last reference to twisted threadsMichael Stapelberg2012-04-23
| * add togglesign command to toggle an envelope’s sign flagMichael Stapelberg2012-04-23
| * remove custom passphrase cb, eliminate code duplicationMichael Stapelberg2012-04-23
| * Implement signing outgoing messages (PoC)Michael Stapelberg2012-04-15
* | split key/header by ': ', not ':'Patrick Totzke2012-05-11
|/
* refactor: header utilities into db.utilsPatrick Totzke2012-03-11
* refactor: Attachment in its own filePatrick Totzke2012-03-11
* refactor: Envelope in its own filePatrick Totzke2012-03-11