diff --git a/pep-0594.rst b/pep-0594.rst index 127d85970..15866d226 100644 --- a/pep-0594.rst +++ b/pep-0594.rst @@ -145,6 +145,7 @@ audio processing. chunk,3.11,3.13,1999,no,\- crypt,3.11,3.13,1994,**yes (inactive)**,"legacycrypt_, bcrypt_, argon2-cffi_, hashlib_, passlib_" imghdr,3.11,3.13,1992,no,"filetype_, puremagic_, python-magic_" + mailmap,3.11,3.13,1995,no,\- msilib,3.11,3.13,2006,no,\- nntplib,3.11,3.13,1992,no,\- nis,3.11 (3.0\*),3.13,1992,no,\- @@ -470,6 +471,17 @@ security engine like SELinux or AppArmor. Misc modules ------------ +mailcap +~~~~~~~ + +The `mailcap `__ package +reads *mail capability* files to assist in handling a file attachment in +an email. In most modern OSs the email client itself handles reacting to +file attachments. Operating systems also have their own way to register +handling files by their file name extension. Finally, the module has +`CVE-2015-20107 `__ filed +against it while having no maintainer to help fix it. + msilib ~~~~~~