USAGE L[ist] [ [] ] DESCRIPTION The list command prints a list of the messages in the current mailbox (or "area"). For each message, the list contains the subject header line, the time and date it was created, who it is from, how many bytes long it is, and whether or not it has been read. You may include an optional "starting_msg_number" from which to begin displaying the list. If you specify a starting msg number, then you may also specify an ending number as well. This will limit the display for you in case there are a large number of messages in a particular "area" mailbox. EXAMPLES list (Display a list of all messages in the current area) l 6 (Display messages headers beginning with message 6) list 6 10 (Display only message headers from 6 to 10)