home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / misc / 22250 < prev    next >
Encoding:
Text File  |  1992-11-24  |  2.0 KB  |  54 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!saimiri.primate.wisc.edu!doug.cae.wisc.edu!castlab!tom
  3. From: tom@castlab.uucp (Tom Wuttke)
  4. Subject: How does the Next embed objects in mail messages?
  5. Organization: U of Wisconsin-Madison College of Engineering
  6. Distribution: austin
  7. Date: 23 Nov 92 18:12:56 CST
  8. Message-ID: <1992Nov23.181257.22450@doug.cae.wisc.edu>
  9. References: <1992Nov19.143913.25330@ornl.gov> <1992Nov23.162521.15530@pencom.com>
  10. Lines: 42
  11.  
  12.  
  13. I do not have a Next, but someone I know mails me messages with 
  14. embedding things like sounds, pictures, and formatted text.  When I 
  15. look at the raw mail files, they look exactly like uuencoded binaries.
  16.  
  17. >Subject: jpeg FAQ
  18. >Next-Attachment: .tar.148.jpeg_FAQ.attach, 32831, 1/1, 45144, 0
  19. >Status: OR
  20. >
  21. >begin 666 .tar.148.jpeg_FAQ.attach
  22. >M'YV0:=R0*8/'A1PZ9@`H7,BPH<.'$"-*G$BQ(HB+-FC0``'@XD4:,3AZ!"%C
  23. >M8\>1,6;8L'%#QL4:,V#(F`'S!HP9%V/(D'FC(XR*0(,*'4KT89TY=,+(N0C@
  24. >M:!DV;<*X<5.TX1LZ:,K(J<JUJ]>O8,.*[;J'RT$S,+A(G9.FK)DW;NC0$<.&so
  25.  
  26. So, the first thing I do is uudecode them.  This usually results in a file 
  27. with a name like
  28.  
  29. >.tar.148.jpeg_FAQ.attach
  30.  
  31. Then, I proceed to assume that this is a tar archive of all the embedded 
  32. objects, so I run this into tar to look at the list of files using syntax 
  33. like:
  34.  
  35. tar -tf .tar.148.jpeg_FAQ.attach
  36.  
  37. This always gives me a table of contents error, or a "hmmm, this 
  38. doesn't look like a tar file to me" error on the Next.
  39.  
  40. I believe the first part was right, uudecoding the message, but what 
  41. should I do with this binary file that comes out of it, that seems like it 
  42. should be an ordinary tarfile, but isn't?  Is this in some proprietary 
  43. Next format, or are the technical details about this publicly accessible 
  44. somewhere?  I am a programmer, and would not mind writing a simple 
  45. app for other computers to decrypt Next mail messages, but I have to 
  46. know where to start.
  47.  
  48. If anyone has any insight into this, please let me know, or tell me what 
  49. publications to look at.
  50.  
  51. Thanks - Tom
  52.  
  53.  
  54.