This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to log in and link your GitHub username to your profile.
For more information, see this post about the migration.

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 2021-09-08 21:51 by pacien.

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
2021-09-08 21:51:31paciensetkeywords: + patch
stage: patch review
pull_requests: + pull_request26664
2021-09-08 18:41:53paciencreate