This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: mailcap.getcaps() from given file(s)
Type: enhancement Stage: patch review
Components: email Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry, pacien, r.david.murray
Priority: normal Keywords: patch

Created on 2021-09-08 18:41 by pacien, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 28245 open pacien, 2021-09-08 21:51
Messages (1)
msg401420 - (view) Author: pacien (pacien) * Date: 2021-09-08 18:41
Currently, `mailcap.getcaps()` can only be used to load mailcap dictionaries
from files located at some specific hard-coded paths.

It is however also desirable to use the mailcap parser to load files located
elsewhere.

An optional parameter could be added to this function to explicitly specify
the mailcap file(s) to read.
History
Date User Action Args
2022-04-11 14:59:49adminsetgithub: 89304
2021-09-08 21:51:31paciensetkeywords: + patch
stage: patch review
pull_requests: + pull_request26664
2021-09-08 18:41:53paciencreate