Function
mailcap.getcaps

Signature

getcaps()

Documentation String

Return a dictionary containing the mailcap database.

The dictionary maps a MIME type (in all lowercase, e.g. text/plain) to a list of dictionaries corresponding to mailcap entries. The list collects all the entries for that MIME type from all available mailcap files. Each dictionary contains key-value pairs for that MIME type, where the viewing command is stored with the key "view".