summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
Commit message (Expand)AuthorAge
* commands/envelope: refactor deriving headers to be editedAnton Khirnov2021-11-20
* mail/envelope: add a special class for headersAnton Khirnov2021-11-20
* commands/envelope: fix accessing the attachment filenameAnton Khirnov2021-05-15
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* Fix access to Attachment filename.Anton Khirnov2021-02-01
* db/attachment: simplify the Attachment classAnton Khirnov2021-01-30
* db/envelope: move to a new module "mail"Anton Khirnov2021-01-30
* db/envelope: switch to the "new" (EmailMessage) python APIAnton Khirnov2021-01-30
* SendCommand: stop using an instance attribute unnecessarilyAnton Khirnov2021-01-29
* SendCommand: remove unnecessary instance attributeAnton Khirnov2021-01-29
* commands/envelope: remove unused SendCommand parametersAnton Khirnov2021-01-29
* account: stop using call_cmd_async() to run sendmailAnton Khirnov2021-01-26
* Use super() where applicable.Anton Khirnov2021-01-21
* db: make write operations asyncAnton Khirnov2021-01-20
* helper: get rid of decode_string()Anton Khirnov2021-01-16
* More missed list->set conversions for tagsAnton Khirnov2020-07-01
* buffer: drop the ui parameter when not neededAnton Khirnov2020-04-25
* ui: rewrite notification/status bar handlingAnton Khirnov2020-04-23
* envelope: do not add another Date header if one is already presentpacien2019-11-23
* commands/envelope: keep editable headers orderpacien2019-11-23
* Remove unicode escape codesLucas Hoffmann2019-11-06
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* 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