@@ -145,6 +145,7 @@ audio processing.
145
145
chunk,3.11,3.13,1999,no,\-
146
146
crypt,3.11,3.13,1994,**yes (inactive)**,"legacycrypt _, bcrypt _, argon2-cffi _, hashlib _, passlib _"
147
147
imghdr,3.11,3.13,1992,no,"filetype _, puremagic _, python-magic _"
148
+ mailmap,3.11,3.13,1995,no,\-
148
149
msilib,3.11,3.13,2006,no,\-
149
150
nntplib,3.11,3.13,1992,no,\-
150
151
nis,3.11 (3.0\* ),3.13,1992,no,\-
@@ -470,6 +471,17 @@ security engine like SELinux or AppArmor.
470
471
Misc modules
471
472
------------
472
473
474
+ mailcap
475
+ ~~~~~~~
476
+
477
+ The `mailcap <https://docs.python.org/3/library/mailcap.html >`__ package
478
+ reads *mail capability * files to assist in handling a file attachment in
479
+ an email. In most modern OSs the email client itself handles reacting to
480
+ file attachments. Operating systems also have their own way to register
481
+ handling files by their file name extension. Finally, the module has
482
+ `CVE-2015-20107 <https://nvd.nist.gov/vuln/detail/CVE-2015-20107 >`__ filed
483
+ against it while having no maintainer to help fix it.
484
+
473
485
474
486
msilib
475
487
~~~~~~
0 commit comments