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

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