Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mailcap is deprecated in Python 3.11 and will be removed in 3.13 #1632

Open
chayleaf opened this issue Nov 4, 2023 · 2 comments
Open

mailcap is deprecated in Python 3.11 and will be removed in 3.13 #1632

chayleaf opened this issue Nov 4, 2023 · 2 comments
Labels

Comments

@chayleaf
Copy link

chayleaf commented Nov 4, 2023

Is your feature request related to a problem? Please describe.
See Python docs - mailcap module is deprecated

Describe the solution you'd like
Writing a custom mailcap file loader that doesn't rely on the standard library is a good solution. Additionally, I think a non-standard extension of loading mailcap from alot config dir or $XDG_CONFIG_DIR/mailcap would be a good idea.

Describe alternatives you've considered

  1. Ditching mailcap files completely, opting for a mix of custom config (e.g. for html viewing) and mime associations (for opening files) and breaking backwards compatibility
  2. Telling users to stay at Python 3.12 till the end of time
@pazz
Copy link
Owner

pazz commented Nov 10, 2023

Unfortunately it seems you are right :D
Writing a custom viewer sounds like the least attractive option to me. We could just ship a copy of the latest mailcap module or indeed, use a local mapping instead of mailcaps. In the end this mainly requires a handler for html messages and a call to xdg-open for opening attachments..

@jelly
Copy link

jelly commented Oct 6, 2024

FYI: Python 3.13 is about to be released this week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants