The MIME utility is a tool for reading MIME-formatted messages that are delivered in VMSMAIL messages. SMTP/MIME based mail systems, such as the TCP/IP Services for OpenVMS mail system, deposit incoming MIME-formatted messages into the VMSMAIL message store. To read and extract binary attachments in such messages, use VMSMAIL to extract the message into a text file; then run the MIME utility to interpret its contents. This approach would allow MIME to be easily backported and used on previous versions of OpenVMS, without changing the existing VMSMAIL environment.
1 – Invoking MIME
A foreign symbol is used to invoke MIME, for example, $ MIME :== $SYS$SYSTEM:MIME.EXE Note that a file name can be provided as a parameter to MIME, but MIME opens that file for READ access only. No file modifications will be allowed. See Composing_Messages for more information.