summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
Commit message (Expand)AuthorAge
...
| * let SendmailAccount.send_mail cast the mail to strPatrick Totzke2017-08-16
| * send complete addresses to settings.get_account_by_addressPatrick Totzke2017-08-16
* | alot: replace email.Utils with email.utilsDylan Baker2017-08-16
|/
* just use the OpenPGP fingerprint instead of inventing "hash_key"Daniel Kahn Gillmor2017-08-14
* envelope: Allow signing if address is in "name <email>" formDylan Baker2017-08-11
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* command/envelope: Prompt before sending an encrypted message with BccDylan Baker2017-07-27
* settings/manager: Extend the get_account_by_address with return_defaultDylan Baker2017-07-27
* commands/envelope: Fall back to account for signing keyDylan Baker2017-07-19
* Also save envelope tags with :saveLucas Hoffmann2017-07-11
* Display tags in envelope bufferLucas Hoffmann2017-07-11
* Add :tag commands in envelope buffersLucas Hoffmann2017-07-11
* commands/envelope: remove unreachable codeDylan Baker2017-01-31
* Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Encrypt for the CC addresses tooRuben Pollan2017-01-01
* fix odd continuation and indentationDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* Don't use dict.keys when not necessaryDylan Baker2016-12-21
* Use dict's iter methodsDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* 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