summaryrefslogtreecommitdiff
path: root/alot/crypto.py
Commit message (Expand)AuthorAge
* crypto: Fix list_keys docstringDylan Baker2017-07-15
* crypto: Make strings more readableDylan Baker2017-07-15
* crypto: Fix error handling of signed messagesDylan Baker2017-07-11
* Remove magic constantLucas Hoffmann2017-06-21
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Clean up importsLucas Hoffmann2016-12-09
* Fix typo.Lucas Hoffmann2016-03-30
* Implement key id validity checks for encrypt_by_default.Lucas Hoffmann2016-03-24
* Add and update several docstrings.Lucas Hoffmann2016-03-11
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* Move email_as_string function from crypto to helper moduleYann Rouillard2014-08-02
* Improve documentation for crypto.get_keyStanislav Ochotnicky2013-10-30
* crypto: eliminate invalid keys for gpgme.ERR_AMBIGUOUS_NAME in get_keyStanislav Ochotnicky2013-10-30
* Replace magic value in seek call with the appropriate constantJustus Winter2013-06-16
* Remove unused import of loggingJustus Winter2013-06-16
* Parse and decrypt OpenPGP encrypted dataJustus Winter2013-06-16
* Verify OpenPGP signatures and display the resultJustus Winter2013-06-16
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* validate keys already in get_key()Johannes Kulick2013-02-19
* add error codesJohannes Kulick2013-02-19
* better error messagesJohannes Kulick2013-02-19
* validate key before adding to encryption listJohannes Kulick2013-02-19
* pep8 fixesPatrick Totzke2013-02-19
* add function to list all keysJohannes Kulick2013-02-19
* rmencrypt now accepts keyids/hints instead of indicesJohannes Kulick2013-02-19
* support multiple recipients in encryptionJohannes Kulick2013-02-19
* pep8 correctionsJohannes Kulick2013-02-19
* add encryption functionJohannes Kulick2013-02-19
* doc: remove non-ascii char to hotfix manual buildPatrick Totzke2012-07-24
* fix maxlength issuePatrick Totzke2012-07-22
* fix regexPatrick Totzke2012-07-22
* fix issue with non-multipart messagesPatrick 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
* make CryptoContext.get_key fail if no key foundPatrick Totzke2012-05-13
* move alot.db.errors GPGProblem to alot.errorsPatrick Totzke2012-05-13
* lookup gpg key once during composePatrick Totzke2012-05-12
* Make togglesign accept an optional keyid (like 4AC8EE1D) which will be used f...Michael Stapelberg2012-05-04
* use sphinx markup for email_as_stringMichael Stapelberg2012-05-01
* remove custom passphrase cb, eliminate code duplicationMichael Stapelberg2012-04-23
* Implement signing outgoing messages (PoC)Michael Stapelberg2012-04-15