home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / MIME.TXT < prev    next >
Encoding:
Text File  |  1998-12-07  |  1.1 KB  |  24 lines

  1.  
  2. MIME in Arachne
  3. ---------------
  4.  
  5. Arachne supports MIME V1.0 and many extensions to it.
  6.  
  7. Outgoing binary attachments are encoded using base64 algorithm, for text
  8. attachments Arachne uses quoted-printable algorithm. For eMail body,
  9. you can choose either 7bit, 8bit or quoted-printable encoding -
  10. you can configure this from Desktop | Options | Network preferences.
  11.  
  12. Multiple files attached to single message will be all extracted to
  13. CACHE subdirectory, so if you are sending HTML page to Arachne user,
  14. you can easily use relative links like <A HREF="file1.htm"> or
  15. <IMG SRC="file2.gif">, if these files are attached to the same message.
  16.  
  17. However, Microsoft Outlook uses more complicated way to link multiple
  18. objects in eMail message, called "Content-ID". Arachne is currently able
  19. to generate Content-ID, which looks like "arachne-namespace/filename",
  20. so it is easy to create links to such objects. In this version (1.41 beta),
  21. Arachne doesn't support "cid:" pseudo-protocol, which is required to access
  22. these objects (eg. cid:arachne-namespace/mybackground.gif).
  23.  
  24. "cid:" protocol will be implemented later.