home *** CD-ROM | disk | FTP | other *** search
- EXTRACT
-
- Places a copy of the current message into a sequential file. If you want
- to copy a mail message to a folder in an indexed sequential mail file,
- use one of the following commands:
-
- o COPY See also <COPY>
- o FILE <FILE>
- o MOVE <MOVE>
-
-
- Format: EXTRACT file-spec
-
-
- Qualifiers: /ALL
-
- Copies all the currently selected messages to the specified file.
- Each message is separated by a form feed.
-
-
- /APPEND
-
- Adds the selected message to the end of the specified file. If
- the file does not exist, it is created. When you do not specify
- the /APPEND qualifier, MAIL creates a new sequential file.
-
-
- /MAIL
-
- Specifies that the output file be a sequential mail file with a
- default file type of MAI, and a protection code of
- S:RW,O:RW,G,W). By default, the device and directory matches
- those of your mail file directory. Like /APPEND, /MAIL adds the
- selected message to the end of the specified file, and
- creates the file if it does not exist.
-
-
- /NOHEADER
-
- Removes the header information (To: CC: From: Subject:) from
- the extracted mail message.