home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / misc / 23709 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.8 KB  |  52 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!think.com!yale.edu!spool.mu.edu!umn.edu!csus.edu!news
  3. From: eps@futon.SFSU.EDU (Eric P. Scott)
  4. Subject: Re: how to read next mail, inquiry
  5. Message-ID: <1993Jan12.064808.24875@csus.edu>
  6. Sender: news@csus.edu
  7. Reply-To: eps@cs.sfsu.edu
  8. Organization: San Francisco State University
  9. References: <43362@sdcc12.ucsd.edu>
  10. Date: Tue, 12 Jan 1993 06:48:08 GMT
  11. Lines: 39
  12.  
  13. In article <43362@sdcc12.ucsd.edu> lliou@sdcc3.ucsd.edu
  14.     (Lily Liou) writes:
  15. >Here's what happens:  I log on to the mainframe at school by
  16. >using my modem under Terminal to dial up.  I check my non-NeXT
  17. >mail and find that some nice person has written stuff to me
  18. >with a NeXTattachment.  So how do I look at this object?
  19. >
  20. >I've tried saving it as a file, and moving it over to my next, but
  21. >when I open it, it's still garbage.
  22.  
  23. Don't do that.  :-)  (But it doesn't hurt anything.)
  24.  
  25. >I've tried pasting the garbagy looking part (from 'begin' to 'end'
  26. >statements) into an active.mbox in the hopes of fooling my NeXT
  27. >into opening it as NeXTmail, but it seems to know better :-(
  28.  
  29. Big mistake here.
  30.  
  31. >Am I just missing the obvious?
  32.  
  33. Probably.
  34.  
  35. Take the entire message (that's everything beginning with and
  36. including the "From " line) and append it to your incoming
  37. mailbox, which is normally /usr/spool/mail/username (where
  38. "username" is replaced with your login name).  Then launch
  39. NeXT Mail.  It doesn't matter how the message got there, as
  40. long as it's in the right place.
  41.  
  42. Basically, you want to take all your NeXT Mail messages on the
  43. remote system and save them to a [UNIX mbox format] file.  It's
  44. OK to save several messages into one file.  Transfer that file
  45. to your NeXT (by whatever means), and do
  46.  
  47.     cat mailfile >>/usr/spool/mail/username
  48.         ^^^^^^^^                   ^^^^^^^^
  49.         whatever                   whatever
  50.  
  51.                     -=EPS=-
  52.