home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / select < prev    next >
Encoding:
Text File  |  1990-11-05  |  2.6 KB  |  89 lines

  1. SELECT
  2.  
  3. Establishes a folder of messages that you can affect as a group. You can COPY 
  4. or MOVE selected messages from one folder to another. Or, you can READ and
  5. DELETE, or SEARCH and EXTRACT a folder of messages. After you SELECT a folder 
  6. of messages, you can use the following commands to affect them:
  7.  
  8.          COPY
  9.          DELETE
  10.          DIRECTORY
  11.          EXTRACT
  12.          FILE
  13.          MOVE
  14.          READ
  15.          SEARCH
  16.  
  17. You can also use the SELECT command to move from one folder to another.
  18.  
  19. If you select a folder that does not exist, MAIL displays the following
  20. message:
  21.          %MAIL-E-NOTEXIST, folder 'folder-name' does not exist
  22.  
  23. Format:        SELECT [folder-name]
  24.  
  25. Parameters:    folder-name
  26.  
  27.                The name of the folder to be selected. If no folder name is
  28.                specified, the current folder is selected.
  29.  
  30. Qualifiers:    /BEFORE
  31.  
  32.                /BEFORE=date
  33.  
  34.                Indicates that messages dated before the specified date be
  35.                selected. If no date is specified, all the messages received      
  36.                before the current day are selected.
  37.  
  38.                /CC_SUBSTRING
  39.  
  40.                /CC_SUBSTRING=text
  41.  
  42.                     Selects messages which contain "text" in the CC field of 
  43.                     the message.
  44.  
  45.                /FROM_SUBSTRING
  46.  
  47.                /FROM_SUBSTRING=text
  48.  
  49.                     Selects messages which contain "text" in the FROM field of   
  50.                     the message.
  51.  
  52.                /MARKED
  53.      
  54.                /[NO]MARKED
  55.                Selects messages which have been marked. The /NOMARKED qualifier
  56.                selects messages that are not marked.
  57.  
  58.                /NEW
  59.  
  60.                Indicates that new (unread) messages be selected. This
  61.                qualifier can only be used with the MAIL file.
  62.  
  63.                /REPLIED
  64.      
  65.                /[NO]REPLIED
  66.  
  67.                Selects messages which have been replied to with the REPLY
  68.                command. The /NOREPLIED qualifier selects messages that
  69.                have not been replied to.
  70.  
  71.                /SINCE
  72.  
  73.                /SINCE=date
  74.  
  75.                Selects messages dated on or after the specified date.
  76.  
  77.                /SUBJECT_SUBSTRING
  78.      
  79.                /SUBJECT_SUBSTRING=text
  80.      
  81.                Selects messages which contain "text" in the SUBJECT 
  82.                field of the message.
  83.  
  84.                /TO_SUBSTRING
  85.  
  86.                /TO_SUBSTRING=text
  87.  
  88.                Selects messages which contain "text" in the TO field of the
  89.                message.