home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / communic / pcmail / main / tutorial.ms < prev    next >
Encoding:
Text File  |  1994-06-05  |  25.3 KB  |  625 lines

  1. \" format with the ms macro library
  2. .TL
  3. PC-MAIL tutorial
  4. .AU
  5. Wietse Z. Venema
  6. Mathematics and Computing Science,
  7. Eindhoven University of Technology
  8. Eindhoven, The Netherlands
  9. .AE
  10. .NH
  11. What does this software do for you?
  12. .LP
  13. This software allows you to send and receive electronic mail.  Once the
  14. software has been configured, it can be used without any knowledge about
  15. computer networking.
  16. .LP
  17. The following summarizes a few features:
  18. .IP o
  19. Mail messages can be edited, printed, replied to, sent, and received, from
  20. within the mail program.
  21. .IP o
  22. Messages can be created with almost every word-processing package.
  23. .IP o
  24. Almost every command can be selected by pressing a single key. There is
  25. a "help" facility that gives brief explanations.
  26. .IP o
  27. You can set up an "alias" data base to avoid the use of the usually
  28. cryptical electronic mail addresses.  This facility can also be used to
  29. implement small mailing lists.
  30. .IP o
  31. There is a facility for personalized headers and signatures.
  32. .LP
  33. The mail software does not attempt to solve every problem in this world.
  34. It is only fair to mention the most important limitations here:
  35. .IP o
  36. Any information other than pure text must be converted to text format
  37. before you can mail it to someone else (for example, programs, pictures
  38. and so on).  Fortunately, there exists a lot of software to aid in this
  39. task.  The people that installed the mail software should be able to
  40. help you out.  
  41. .IP o
  42. Most electronic mail systems impose an upper limit to the size of a mail
  43. message.  This limit varies from about 60 kilobytes to about 100
  44. kilobytes per message.  You will have to break up larger messages; the
  45. mail software does not do it for you.  Normally, you should not run into
  46. this limit.
  47. .LP
  48. Installation of the mail software is described in various other documents.
  49. The remainder of this document gives an introduction to the use of the mail
  50. software. The following gives a summary.
  51. .LP
  52. Chapter 2, "Starting the program",
  53. describes how to invoke the program, and how to leave it.  Also gives a
  54. general introduction to the command structure of the program.
  55. .LP
  56. Chapter 3, "Reading new mail",
  57. describes how to take care of new mail, and what happens once you have
  58. read a new message.
  59. .LP
  60. Chapter 4, "Creating a message",
  61. describes how to compose a message from scratch, and how to specify its
  62. destination.
  63. .LP
  64. Chapter 5, "Sending and receiving electronic mail",
  65. describes how to exchange messages between your machine and the rest of
  66. the world.  It does not apply if your machine is connected to a "file
  67. server".
  68. .LP
  69. Chapter 6, "Alias data base",
  70. describes the use of the alias data base, and gives an example of a tiny
  71. mailing list.
  72. .LP
  73. Chapter 7, "Replying to a message",
  74. describes how to compose a reply to message.
  75. .LP
  76. Chapter 8, "Mailing other files",
  77. describes how to distribute files via electronic mail.
  78. .LP
  79. Chapter 9, "Receiving encoded files",
  80. describes how to decode files that have been encoded with e.g. the
  81. "\fCuuencode\fR" or "\fCbtoa\fR" programs.
  82. .NH
  83. Starting the program
  84. .LP
  85. Starting the mail program is easy; just type the command "\fCmail\fR".
  86. You should see a screen that looks like the one shown here:
  87. .DS L
  88. .ft C
  89. Close  File  Setup  Alias  Print  Up  Down  Enter  Help ?
  90. ==========================================================
  91. Create       Create a new message
  92. Work       2 Messages in preparation
  93. New        0 Unread messages
  94. In        30 Messages already read
  95. Out        7 Messages not-yet sent
  96. Sent      20 Messages already sent
  97.  
  98.  
  99. ==========================================================
  100. Select a message category with cursor keys and press ENTER
  101. or select one of the commands in the top line.
  102. .ft R
  103. .DE
  104. .LP
  105. The screen is divided into three horizontal regions:
  106. .IP o
  107. The \fItop\fR region shows the commands that can be selected by pressing
  108. a single key.  Some of these commands are selected by pressing a
  109. function key with the same name as the command; for example, the
  110. \fCUp\fR or \fCDown\fR commands are selected by pressing the
  111. corresponding arrow key.  Other commands are selected by typing the
  112. first letter of that command; for example, the \fCH\fR key selects the
  113. "\fCHelp\fR" command; it gives a brief description of what the other
  114. commands do.
  115. .IP o
  116. The \fImiddle\fR region shows various categories of mail messages.  You
  117. might think of it as a collection of boxes with letters.  For example,
  118. the "\fCNew\fR" box is for messages that you haven\'t read yet, and the
  119. "\fCOut\fR" box is for messages that you wrote, but that have not yet been
  120. sent away.  The program also shows how many messages there are within a
  121. message category.
  122. .sp
  123. A special case is the "\fCCreate\fR" box; it is for messages you are
  124. going to write.  Think of it as a box with blank sheets of paper.
  125. .IP o
  126. The \fIbottom\fR region gives an explanation of what you are supposed to
  127. do when you see this screen.  In this particular case, it tells that you
  128. can select one of the message categories by moving the cursor to the
  129. appropriate line, and by pressing the "\fCEnter\fR" key, or that you can
  130. give commands by pressing the appropriate key.
  131. .LP
  132. You can leave most screens by pressing the "\fCC\fR" key. In particular,
  133. pressing that key while the program displays the first screen is the
  134. preferred way to leave the mail program.
  135. .NH
  136. Reading new mail
  137. .LP
  138. Depending on how the mail software was installed on your system, you may
  139. have seen a message that "\fCYou have new mail\fR" when you started
  140. up the machine. This section describes how to deal with new mail.
  141. .LP
  142. In the display that was described above, move the cursor to the
  143. line with "\fCNew\fR" and press the "\fCEnter\fR" key. The program
  144. will present an overview of unread messages that looks like the
  145. following one:
  146. .DS L
  147. .ft C
  148. Close  File  Setup  Alias  Print  PgUp  PgDn  Up  Down  Enter  Help ?
  149. =====================================================================
  150.    90  Dec 15 22:18  Wietse Venema "Re: how do I forward a message?"
  151.    63  Dec 11 23:18  Jan Kalisvaart "File server cleanup"
  152.     .
  153.     .
  154.     .
  155. -- end of display --
  156.  
  157.  
  158. =====================================================================
  159. Select a message with the cursor keys and press ENTER
  160. or select one of the commands in the top line.
  161. .ft R
  162. .DE
  163. .LP
  164. The top line of the screen shows a few more commands than the screen
  165. described earlier.  New commands, for example, are the the PgUp and PgDn
  166. commands.  They are useful when information does not fit in the middle
  167. screen region.
  168. .LP
  169. The middle screen region shows summaries of mail messages.  Each message
  170. is summarized on a single line, and gives the following information:
  171. .IP o
  172. The message sequence number (e.g. \fC90\fR).  Normally, you do not have
  173. to remember message sequence numbers, but the mail program needs them in
  174. order to keep things apart.
  175. .IP o
  176. The date of arrival (e.g. \fCDec 15 22:18\fR).  If a message is very
  177. old, the year will be displayed instead of the hours and minutes.
  178. .IP o
  179. The sender of the message (e.g. \fCWietse Venema\fR).  Usually, the mail
  180. program presents a "human" name.  Every now and then, however, you may
  181. see an ugly electronic mail address.
  182. .IP o
  183. The subject of the message (e.g. "\fCRe:  how do I forward a
  184. message?\fR").  This allows you to decide if a message is urgent and has
  185. to be dealt with right away, or if the message can wait till later.
  186. .LP
  187. After you have moved the cursor to the message you want to read, and have
  188. pressed the "\fCEnter\fR" key, the program displays the selected message.
  189. The following example shows what the screen might look like.
  190. .DS L
  191. .ft C
  192. Close  Delete  Mail  Print  Reply  Save  Work  |  PgUp  PgDn  Up  Down  Help ?
  193. ==============================================================================
  194. Subject: Re: how do I forward a message?
  195. Organization: Eindhoven University of Technology, The Netherlands
  196. From: wietse@wzv.win.tue.nl (Wietse Venema)
  197. To: you
  198.  
  199. Select the message that you wish to forward, and press the "M" (Mail)
  200. key.  The program will ask for a destination. As usual, you can enter 
  201. an alias or a real address. This command mails a copy of the message;
  202. it does not change or remove the message itself.
  203.  
  204.         Greetings,
  205.                                 Wietse Venema
  206. -- end of display --
  207.  
  208. ==============================================================================
  209. (Reading a mail message)
  210. .ft R
  211. .DE
  212. .LP
  213. At this stage you may decide to do nothing with the message; just hit
  214. the "\fCC\fR" key and the program returns to the last message-selection
  215. screen.  Now that the message has been read it will no longer show up in
  216. an overview of the "\fCNew\fR" category; once a "\fCNew\fR" message has
  217. been read it goes to the "\fCIn\fR" category, and remains there until
  218. you explicitly delete it.
  219. .LP
  220. Hitting the "\fCC\fR" key once more brings us back to the beginning of
  221. the program.
  222. .NH
  223. Creating a message
  224. .LP
  225. In order to compose a message, move the cursor to the "\fCCreate a new
  226. message\fR" line in the first screen of the mail program and press the
  227. "\fCEnter\fR" key.  After a few seconds you should see the first screens
  228. of the same word processor that you probably also use for other
  229. activities.  Please note that the mail program has not terminated; as
  230. soon as you exit from the word processor you will return back to the
  231. mail program.
  232. .LP
  233. If all is well, your message should begin with a "\fCSubject: \fR" line.
  234. Depending on how the mail software was set up on your machine, an
  235. "empty" message may already contain one or more customized header lines,
  236. as well as a customized "signature" at the end of the message.  The
  237. following is an "empty" message as produced on my personal system (the
  238. text between square braces is not part of the "empty" message; I just
  239. added it to clarify things).  
  240. .DS L
  241. .ft C
  242. Subject:  [the subject of this message] 
  243. Organization:  Eindhoven University of Technology, The Netherlands
  244.  
  245. [this is where the actual message goes]
  246.  
  247.                     Wietse Venema
  248. .ft R
  249. .DE
  250. .LP
  251. If your "empty" message contains garbage you should contact the people
  252. that installed the mail software on your system.
  253. .LP
  254. The message text that you are about to enter will be only part of the
  255. message that other people will receive; the mail software automatically
  256. prefixes each message with your own electronic mail address, and the
  257. current date\(dg.
  258. .FS
  259. \(dg Your message will probably be prefixed with several additional rude
  260. header lines while it passes through other machines on the way to its
  261. destination. This happens outside the control of the mail software on
  262. your machine.
  263. .FE
  264. .LP
  265. Obviously, further details about the entry of message text depend on the
  266. word-processing package that you are using.  Suffice to say that upon
  267. exit, the word processor should produce an "ASCII document" file; the
  268. people that installed the mail software on your machine should be able
  269. to provide more details on this topic.
  270. .LP
  271. Upon return from the word processor back to the mail program, you will
  272. see the first few lines of your newly-composed message in the middle
  273. region of the screen.  There may be "funny cookies" in your text if you
  274. forgot to produce an "ASCII document"; if that is the case you had
  275. better re-enter the word processor (by pressing the "\fCE\fR" key) and
  276. correct this mistake.  After this, your screen should be something like:
  277. .LP
  278. .DS L
  279. .ft C
  280. Close  Delete  Edit  Mail  Print  PgUp  PgDn  Up  Down  Help ?
  281. ==============================================================
  282. Subject: your subject
  283. optional header lines
  284.  
  285. your message
  286. -- end of display --
  287.  
  288.  
  289. ==============================================================
  290. (Reading a message in preparation)
  291. .ft R
  292. .DE
  293. .LP
  294. What you see on the screen is a close approximation of what other people
  295. will receive.  If this is the first time you use electronic mail you may
  296. wish to use the "\fCPgUp\fR" and "\fCPgDn\fR" keys to check things out.
  297. .LP
  298. Normally, the next step will be to mail the message to its destination,
  299. but you may choose any of the other commands shown in the upper line of
  300. the screen.  For example, you could choose the \"fCClose\fR" command to
  301. put the message "on hold"; the mail program will ask you to give a
  302. one-line description so that you can easily find it back at a later
  303. time (it will be stored in the category "\fCMessages in preparation\fR").
  304. .LP
  305. If you choose the "\fCMail\fR" command, the program will respond with:
  306. .DS
  307. .ft C
  308. Press ESC to cancel. Send message to:
  309. .ft R
  310. .DE
  311. .LP
  312. You should enter one or more electronic mail addresses or aliases.  If
  313. what you wrote was just a "test" message, you might want to mail it to
  314. yourself.  There is nothing crazy about sending mail to yourself; many
  315. people do that instead of littering their rooms with notes on small
  316. pieces of paper.  Aliases are described later on, and are more easily
  317. remembered than real electronic mail addresses.  Your input should be
  318. terminated by pressing the "\fCEnter\fR" key.
  319. .LP
  320. After this, the program returns to the first screen.  The message you
  321. just "mailed" will temporarily live in the category "\fCNot-yet
  322. sent\fR".  If your machine is connected to a "file server", it will
  323. automatically be moved to the category "\fCAlready sent\fR" within a
  324. short period of time. Otherwise, you should read the next section.
  325. .NH
  326. Sending and receiving mail
  327. .LP
  328. This section describes how to exchange mail messages between your
  329. machine and the rest of the world. This is automatically taken
  330. care of if your machine has a direct connection to a "file server". 
  331. .LP
  332. If you are not connected to a "file server", most of the mail-program
  333. screens will provide a "\fCNetwork\fR" command (for example, the first
  334. screen).  All messages that you produce will stay on your machine, in
  335. the message category "\fCNot-yet sent"\fR", until the mail software has
  336. sent them away through the network.  Also, messages, having your machine
  337. as their destination, will not arrive on your machine until the mail
  338. software has picked them up through the network.
  339. .LP
  340. The mail software may have been installed such that it, as soon as the
  341. machine is turned on, automatically makes contact with the network.  In
  342. that case, you do not need to invoke the "\fCNetwork\fR" command by
  343. hand.  It can, however, be useful if you are expecting urgent mail, or
  344. if you wrote a letter that should be sent away right now.
  345. .LP
  346. The "\fCNetwork\fR" command is activated by pressing the "\fCN\fR" key.
  347. The mail program will ask for a network password (the one given to you
  348. by the people that installed the mail software on your machine).
  349. Transferring mail across the network may take a few minutes.  If all
  350. goes well, all messages in the message category "\fCOut\fR" will have
  351. moved to the category "\fCSent\fR"; in addition, you may have received
  352. new mail that will show up in the "\fCNew\fR" message category.
  353. .NH
  354. Alias data base
  355. .LP
  356. The addresses used in electronic mail are often ugly, and hard to
  357. remember.  To alleviate this problem, the mail program provides an alias
  358. data base facility.  This allows you to use easily-remembered names
  359. instead of mail addresses; the mail program will automatically replace
  360. aliases by the actual mail addresses that you have specified in the
  361. alias data base.
  362. .LP
  363. The following is an example of an alias data base:
  364. .DS
  365. .ft C
  366. wietse    wswietse@lso.win.tue.nl
  367. jan    wsbujank@win.tue.nl
  368. staff    wietse jan
  369. .ft R
  370. .DE
  371. .LP
  372. An alias data base has a very simple format:  each alias definition
  373. consists of a single line of text with two or more words.  Words may be
  374. separated by blanks or commas.  The first word is the alias; it will be
  375. replaced (by the words in the remainder of the line) if the mail program
  376. finds the alias in the destination of a mail message.  With the alias
  377. data base shown above, the message destination "\fCwietse\fR" will be
  378. automatically replaced by the destination
  379. "\fCwswietse@lso.win.tue.nl\fR".
  380. .LP
  381. An interesting property is that an alias may be defined in terms of
  382. other aliases; an alias may, however, not be defined in terms of itself!
  383. In the above example, the third line illustrates the definition of an
  384. alias in terms of other aliases.  The same line also is an example of
  385. how to implement a small mailing list; all messages sent to
  386. "\fCstaff\fR" will be sent to "\fCwswietse@lso.win.tue.nl\fR" and to
  387. "\fCwsbujank@win.tue.nl\fR".  Typing the word "\fCstaff\fR" certainly is
  388. easier.
  389. .LP
  390. The mail program is smart enough to eliminate, after alias replacement,
  391. multiple occurrances of the same destination.  Thus, you do not have to
  392. worry about duplicate destinations if you combine several mailing lists
  393. into a bigger one.
  394. .LP
  395. Most mail-program screens provide the "\fCAlias\fR" command.  This
  396. allows you to look at the contents of your alias data base, and to
  397. invoke a word processor to make changes.  The word processor should save
  398. the alias data base in "ASCII document" format, just like ordinary mail
  399. messages.
  400. .LP
  401. It is worth noting that aliases can be defined in any order.  The above
  402. example would have worked just as well if the last entry had been the
  403. first one.  Thus, you may wish to keep the alias data base in sorted
  404. order.
  405. .LP
  406. Finally, a few caveats are in order.  If an alias is defined more than
  407. once, only the last definition will be used.  Although the mail program
  408. does not care whether an alias is defined in upper case or in lower
  409. case, it is wise to keep electronic mail addresses in lower case.
  410. .NH
  411. Replying to a message
  412. .LP
  413. Replying to a mail message is almost the same as creating a mail message
  414. from scratch; the main difference is that you must specify which message
  415. you are replying to.
  416. .LP
  417. In order to reply to a message, select it with the cursor keys and the
  418. "\fCEnter\fR" key, so that the contents of the message become visible
  419. on the screen.  Pressing the "\fCR\fR" key executes the reply command. 
  420. .LP
  421. The program will ask you if the reply should include a copy of the
  422. message being replied to.  Including a copy of the original message is
  423. convenient if the sender asked several questions; both you and the
  424. recipient of the message can see what questions you are actually
  425. replying to.  In order to distinguish the text that you write from what
  426. the other person wrote, the latter text will be prefixed with a ">"
  427. character at the beginning of each line.
  428. .LP
  429. After you answered the question, the mail program will invoke a word
  430. processing program.  Most of what follows is the same as when you create
  431. an electronic mail message:  the mail program has not terminated, but is
  432. just waiting for you to finish editing; upon exit, the word processing
  433. package should produce an "ASCII document" file; after leaving the word
  434. processing program you will return to the mail program.
  435. .LP
  436. At this point, your screen should look like this:
  437. .DS L
  438. .ft C
  439. Close  Delete  Edit  Mail  Print  PgUp  PgDn  Up  Down  Help ?
  440. ==============================================================
  441. Subject: Re: The subject of the original message
  442. Other customized header lines may go here
  443.  
  444. >Text taken from the original message is prefixed
  445. >to distinguished it from the text that you wrote.
  446.  
  447. Your text
  448. -- end of display --
  449.  
  450.  
  451. ==============================================================
  452. (Reading a message in preparation)
  453. .ft R
  454. .DE
  455. .LP
  456. In order to send the message, press the "\fCM\fR" key. The program will
  457. respond with:
  458. .DS
  459. .ft C
  460. Press ESC to cancel. Send message to:
  461. ? some-mail-address
  462. .ft R
  463. .DE
  464. .LP
  465. The mail address shown by the program was taken from the original
  466. message and should usually be correct.  If you wish to use that address,
  467. just press the "\fCEnter\fR" key.  Otherwise, the address can be changed
  468. in the usual way; you can specify one or more aliases or electronic mail
  469. addresses.
  470. .LP
  471. After this, the message that you wrote will temporarily live in the
  472. message category "\fCNot-yet sent\fR"; if your machine is connected to a
  473. "file server" the message will automatically be moved to the message
  474. category "\fCAlready sent\fR".  If your machine is not connected to a
  475. "file server", read the section "Sending and receiving mail".
  476. .NH
  477. Mailing other files
  478. .LP
  479. In addition to sending files created with your word processor, the mail
  480. program provides a facility to distribute copies of other files as well.
  481. This feature is of limited use, however, since it only works well with
  482. pure text files; a file that contains non-textual data, such as a
  483. program or a picture, will have to be converted to textual form before
  484. the mail program can handle it.  The mail program can, however, help you
  485. to find out whether a file is suitable for mailing.
  486. .LP
  487. Most screens of the mail program provide a "\fCFile\fR" command that can
  488. be executed by pressing the "\fCF\fR" key.  After a few seconds the
  489. middle region of the screen should show a listing of the current
  490. directory.  The top region of the screen lists the commands that you can
  491. execute; the bottom region of the screen shows the name of the directory
  492. being listed.  
  493. .DS L
  494. .ft C
  495. Close  Print  Save  PgUp  PgDn  Up  Down  Enter  Help ?
  496. ===================================================================
  497. \&.                        <dir> Dec 28 18:10
  498. \&..                       <dir> Dec 27 16:36
  499. alias.c                   3295 Dec 12 22:41
  500. ascf.c                    5315 Dec 23 21:16
  501. call.c                    2282 Nov 30 22:08
  502. cmail.c                   3748 Dec 17 21:22
  503. create.c                  2176 Dec 27 18:28
  504. desk.c                   12435 Dec 27 14:04
  505. deskutil.c                7180 Dec 27 15:29
  506.  .
  507.  .
  508.  .
  509. ===================================================================
  510. To display a file, select it with the cursor keys, then press ENTER
  511. (showing directory: "/usr2/wietse/src/pc-mail/mail")
  512. .ft R
  513. .DE
  514. .LP
  515. You can leave the "\fCFile\fR" command at any time by
  516. pressing the "\fCC\fR" key once or twice.
  517. .LP
  518. With the cursor keys and the PgUP and PgDn keys you can "walk" through
  519. the directory listing.  Pressing the "\fCEnter\fR" key causes the
  520. program to "open" the thing being selected.  If you select a directory,
  521. the program will display the contents of that directory; if you select a
  522. file, the program will display the contents of that file.
  523. .LP
  524. In order to mail a copy of a file, select that file with the cursor and
  525. "\fCEnter\fR" keys so that its contents are shown on the screen.  Only
  526. if you see a clean text, without "funny cookies", the file is suitable
  527. for mailing.  Pressing the "\fCM\fR" key executes the "\fCMail\fR"
  528. command.  It will ask for a destination, which may be one or more
  529. aliases or an electronic mail addresses.  Pressing "\fCEnter\fR" finishes
  530. the "\fCMail\fR" command.  As usual, the message will temporarily live
  531. in the message category "\fCNot-yet sent\fR"; if your machine is
  532. connected to a "file server" the message will automatically be moved to
  533. the message category "\fCAlready sent\fR".  If your machine is not
  534. connected to a "file server", read the section "Sending and receiving
  535. mail".
  536. .LP
  537. In order to leave the "\fCFile\fR" command you may have to press the
  538. "\fCC\fR" key once or twice.
  539. .NH
  540. Receiving encoded files
  541. .LP
  542. Sometimes people send "encoded" files if they contain data that cannot
  543. be sent directly as an electronic mail message. Encoded files must be
  544. processed by a "decoding" program in order to restore the original data.
  545. .LP
  546. There exist various encoding methods.  Usually, the sender will provide
  547. some information about the encoding method used.  In case of doubt, you
  548. will have to consult a technical person.
  549. .LP
  550. If a message was encoded with the "\fCuuencode\fR" program it usually
  551. looks like
  552. .DS L
  553. .ft C
  554. begin 644 tutorial.ms
  555. M7"(@9F]R;6%T('=I=&@@=&AE(&US(&UA8W)O(&QI8G)A<GD*+E1,"E!#+4U!;
  556. M24P@='5T;W)I86P*+D%5"E=I971S92!:+B!696YE;6$*36%T:&5M871I8W,@P
  557. M86YD($-O;7!U=&EN9R!38VEE;F-E+`I%:6YD:&]V96X@56YI=F5R<VET>2!OJ
  558.  .
  559.  .
  560.  .
  561. .ft
  562. .DE
  563. .LP
  564. In order to restore the original file, select the message such that
  565. its contents appear on the screen, and press the "\fC|\fR" key.
  566. The program will ask for the name of a command:
  567. .DS L
  568. .ft C
  569.     Press ESC to cancel. Filter through command:
  570.     ?
  571. .ft
  572. .DE
  573. .LP
  574. At this point, specify the "\fCuudecode\fR" command and press the
  575. "\fCENTER\fR" key.
  576. .DS L
  577. .ft C
  578.     Press ESC to cancel. Filter through command:
  579.     ? uudecode
  580. .ft
  581. .DE
  582. .LP
  583. This produces, in the current working directory, a decoded file with
  584. the same name as shown in the "\fCbegin\fR" line in the message (in
  585. this particular example, the name would be "\fCtutorial.ms\fR").
  586. .LP
  587. Another popular encoding program is "\fCbtoa\fR". If that program
  588. has been used, the message looks somewhat like:
  589. .DS L
  590. .ft C
  591. xbtoa Begin
  592. >Tt;&DfT]'F<GdAFD)e=BOr<'F!,=.@rcK1Ch[@!@<-W#/lYLO:dZg/5tO`m
  593. qQFE;"9=tUpuASu'r@1#_;FD,6&@<?3nF!+n/A0=6XD/aW>Bl7Q+;e'NQDI[
  594. J=9*EcYr:Gp%$;+B2o^BPqa)DeF>&7;6XMBQ&'*DCco0BOr;]ATVTsEbo0%A
  595.  .
  596.  .
  597.  .
  598. .ft
  599. .DE
  600. .LP
  601. In order to restore the original file, select the message such that
  602. its contents appear on the screen, and press the "\fC|\fR" key.
  603. The program will ask for the name of a command:
  604. .DS L
  605. .ft C
  606.     Press ESC to cancel. Filter through command:
  607.     ?
  608. .ft
  609. .DE
  610. .LP
  611. At this point, specify the "\fCatob\fR" command and a file name, and
  612. press the "\fCENTER\fR" key.  For example,
  613. .DE L
  614. .ft C
  615.     Press ESC to cancel. Filter through command:
  616.     ? atob >abc.def
  617. .ft
  618. .DE
  619. .LP
  620. The "\fC>\fR" is needed or you will get the decoded data on your screen.
  621. If all goes well, you should now have a decoded file in your current
  622. working directory (in this example, the name of the file would be
  623. "\fCabc.def\fR").
  624.