summaryrefslogtreecommitdiff
path: root/alot/db/envelope.py
Commit message (Expand)AuthorAge
...
* 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