summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
Commit message (Expand)AuthorAge
...
* Use with blocks to write to temp filesLucas Hoffmann2016-12-18
* use open() as context managerDylan Baker2016-12-14
* Fix except syntaxLucas 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
* Remove encryption keys from envelope if encryption flag is unset.Lucas Hoffmann2016-03-24
* Add --trusted option to envolope commands encrypt and toggleencrypt.Lucas Hoffmann2016-03-24
* Fix unsign command for envelope buffers.Lucas Hoffmann2016-03-24
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16
* Move email_as_string function from crypto to helper moduleYann Rouillard2014-08-02
* envelope: add a .eml suffix to the temp mailGonéri Le Bouder2013-11-12
* Fix missing space in error messageStanislav Ochotnicky2013-10-30
* handle errors caused by trying to index mails...Patrick Totzke2013-07-07
* add 'unattach' command for envelope modePatrick Totzke2013-05-26
* changed repeatability default to False and reconsider repeatability of all Co...Sebastian Jeltsch2013-05-26
* Repeatability class property, mark more cmds as non-repeatableSebastian Jeltsch2013-05-26
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* add missing help strings for crypto commandsPatrick Totzke2013-02-19
* if :encrypt doesn't find any recipient set encrypt=FalseJohannes Kulick2013-02-19
* if key hint is ambiguous ask for key with choiceJohannes Kulick2013-02-19
* validate keys already in get_key()Johannes Kulick2013-02-19
* add error codesJohannes Kulick2013-02-19
* ignore empty strings for auto key lookupJohannes Kulick2013-02-19
* better error messagesJohannes Kulick2013-02-19
* validate key before adding to encryption listJohannes Kulick2013-02-19
* pep8 fixesPatrick Totzke2013-02-19
* handle more error codesJohannes Kulick2013-02-19
* if all encryption keys are removed set flag to falseJohannes Kulick2013-02-19
* automatically fill in recipients as encryption recipientsJohannes Kulick2013-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
* add docJohannes Kulick2013-02-19
* pep8 correctionsJohannes Kulick2013-02-19
* add unencrypt and toggleencrypt commandsJohannes Kulick2013-02-19
* add key parameter to encrypt commandJohannes Kulick2013-02-19
* add encrypt commandJohannes Kulick2013-02-19
* Merge remote-tracking branch 'origin/0.3.3-feature-bounce-524'Patrick Totzke2012-11-07
|\
| * pep8 fixesPatrick Totzke2012-09-22
| * fix issue with initial tagsPatrick Totzke2012-09-22
| * make sure SendCommand works with mail parameter...Patrick Totzke2012-09-22
| * Let SendCommand respect envelope/mail parametersPatrick Totzke2012-09-22
* | Make error notification on SendingMailFailed and StoreMailError blockingBenjamin2012-10-04
|/
* add envelope.tagsPatrick Totzke2012-09-22
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
* catch exceptions raised by account.store_mailPatrick Totzke2012-08-21
* SendCommand: add some inline docsPatrick Totzke2012-08-10
* prevent accidental double sendoutPatrick Totzke2012-08-10
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10