summaryrefslogtreecommitdiff
path: root/alot/utils/mailcap.py
Commit message (Collapse)AuthorAge
* commands/thread: auto-page copiousoutput mailcap handlersAnton Khirnov2021-11-20
|
* utils/mailcap: fix filename handlingAnton Khirnov2021-11-20
| | | | | It is only relevant for the sanitize_attachment_filename hook, so never got triggered.
* Rewrite mailcap handling.Anton Khirnov2021-01-26
Add a class that encapsulates the handler and is responsible for managing the temporary file, if one is needed. Use this class for both rendering inline content and displaying attachments externally. External attachments are now wrapped in an asyncio task that is added to a pool of tasks managed by ui.