summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
Commit message (Expand)AuthorAge
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* attach accounts to envelopesvrs2018-12-10
* make bounce command use the correct sender accountMichael J Gruber2018-11-15
* Check set of encryption keys before sendingAndre Bianchi2018-10-16
* Set the policy for email.message_from_*Dylan Baker2018-08-06
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* ui: Convert apply_command to a coroutineDylan Baker2018-07-26
* command/envelope: Don't use a deferred, use awaitDylan Baker2018-07-26
* account: Convert send_mail function to coroutineDylan Baker2018-07-26
* command/envelope: use asyncio coroutines instead of twisted inlineCallbacksDylan Baker2018-07-26
* commands/envelope: check that self.envelope is not NoneDylan Baker2018-07-26
* Capitalize option and command descriptions consistentlyAlexander Shpilkin2018-07-25
* update gpg keys only if envelope asks for encryptionPatrick Totzke2018-06-21
* rename function that updates gpg keys in envelopesPatrick Totzke2018-06-21
* Merge pull request #1228 from dcbaker/auto-encrypt-newPatrick Totzke2018-06-19
|\
| * envelope: Update encryption keys when CC, To, or From is changedDylan Baker2018-03-12
* | Remove old __future__ importsLucas Hoffmann2018-06-19
* | Merge branch 'master' into py3kDylan Baker2018-03-05
|\|
| * implement replied and passed tagsMichael J Gruber2018-03-05
* | alot/command/envelope: py3k fixesDylan Baker2018-03-01
* | fix rebasing errorsDylan Baker2018-03-01
* | py3k: Replace 'e.message' with 'str(e)' when handling exceptionsDylan Baker2018-03-01
* | py3k: convert email.Utils to email.utilsDylan Baker2018-03-01
|/
* commands/envelope: Acknowledge keyids param on encryptRuben Pollan2017-09-25
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* Merge pull request #1115 from pazz/fix-account-selectionDylan Baker2017-08-17
|\
| * 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