-->
Previous | Table of Contents | Next |
Rnmail......Reply to News/Mail
Rnmail
Rnmail destination_list
PURPOSE
The Rnmail command responds to news articles via electronic mail, instead of posting the message to newsgroups. Its an interactive program, which means that it guides you through the process of sending mail, prompting you for information about the recipient of the message and more.
Rnmail includes a signature file, if the file is .news_sig and stored in your home directory. The inews program adds a signature via the .signature file stored in your home directory. (If both files exist, then they both will be added to a news item.)
Rnmail will use the default system editor to compose messages, which is defined with the EDITOR variable. This program also interacts with the trn nwsreader; youll want to look through the online-manual pages for more information.
EXAMPLE
$ Rnmail To: Title/Subject: Prepared file to include [none]: Editor [usr/bin/vi]: Check spelling, Send, Abort, Edit, or List?
OPTION
-h | When used with trn, Rnmail will insert a previous article that is the subject of the current article. |
RELATED COMMANDS
showaudio......Play Audio E-Mail
showaudio filename(s)
PURPOSE
The showaudio command plays an audio e-mail message created with audiocompose. It is routinely summoned by a mailcap file, generally with the metamail program. Usually it will play the audio on your low-fi computer speaker.
RELATED COMMANDS
showexternal......Shows MIME External
showexternal body-file access-type name
PURPOSE
The showexternal command fetches and displays the body of a mail message that is included by reference, using the MIME type message/external-body. Its not usually used on its own, but rather called by metamail via a mailcap entry.
RELATED COMMAND
shownonascii......Show Non-ASCII
shownonascii option charset-font-name filename(s)
PURPOSE
The shownonascii command displays all or part of a mail message in a non-ASCII font. By default, it will open up an xterm using the font named in the first argument, running the more command to view all of the files named on the command line.
OPTION
-e command | Uses command instead of more to display the file. |
RELATED COMMANDS
showpartial......Show Partial Mail
showpartial file ID partnum totalnum
PURPOSE
The showpartial command is used to display the body of a MIME-formatted message that is of the type message/partial. When it is called on the last piece, it will put together the pieces and call metamail to display the full message. It is intended to be called by metamail via a mailcap entry.
RELATED COMMAND
showpicture......Show Mail Image
showpicture option filename(s)
PURPOSE
The showpicture command displays an image that has been attached to a mail message via MIME. It loads the X Window System xloadimage command to do so. It is meant to be summoned by metamail from a mailcap file.
OPTION
-viewer | Specifies a new image viewer. |
RELATED COMMAND
splitmail......Splits Mail
splitmail option(s) filename
PURPOSE
The splitmail command takes a large mail message (stored in filename) and splits it into MIME-compliant partial messages, using the message/partial MIME type.
OPTIONS
-d | Delivers the mail. |
-v | Works in verbose mode. |
-i | Applies similar message-ID fields. |
-s | Changes default chunk size for message (default is 250,000). |
RELATED COMMANDS
tftp......Trivial FTP
tftp hostname
PURPOSE
The tftp command launches the Trivial File Transfer Protocol.
COMMANDS
ascii | Changes to ASCII mode. |
binary | Changes to binary mode. |
connect hostname | Sets the hostname to connect to. |
get filename | Gets filename from host. |
mode ascii | Changes to ASCII mode. |
mode binary | Changes to binary mode. |
put filename | Puts filename on remote host. |
quit | Quits tftp. |
status | Shows the current status. |
timeout timeout | Sets the total transmission timeout, in seconds. |
verbose | Toggles verbosity. |
trn......Threaded Newsreader
trn option(s) newsgroup(s)
PURPOSE
The trn command launches a newsreader that allows you to read through threaded Usenet newsgroup articles. Threading means that articles are interconnected in reply order.
This is a complex but useful command. It is worth your time to read through the voluminous online-manual pages for more information.
uudecode......Decode File
uudecode filename
PURPOSE
The uudecode command decodes a file, converting it from a format suitable for sending via electronic mail.
RELATED COMMAND
uuencode......Encode File
uuencode filename
PURPOSE
The uuencode command encodes a file, converting it into a format suitable for sending via electronic mail.
RELATED COMMAND
Previous | Table of Contents | Next |