Contents


Overview

Enter, in the mail body, a command to specify the desired URL and send it
    To: www-gateway@cec.or.jp
In this way, you can obtain WWW documents at the URL using an e-mail.

The fetched files are encapsulated in the MIME multi-part format, and sent back to the user.

Example - request

   To: www-gateway@cec.or.jp
   Subject: please send me documents

   get http://www.cec.or.jp/es/
   end
   -- 
   Signature someone@some.where

Example - response

   To: someone@some.where
   Subject: Re: please send me documents
   Content-Type: multipart/mixed;
           boundary="--------1996Jan01.000000"

   This is a multi-part message in MIME format.

   ----------1996Jan01.000000
   Content-Type: text/plain
   Content-Description: your request

   get http://www.cec.or.jp/es/
   end

   ----------1996Jan01.000000
   Content-Type: text/html
   Content-Description: http://www.cec.or.jp/es/

   <HTML>
   <HEAD>
   <TITLE>Welcome to Educational Software Development & Promotion
   Project!!</TITLE>
   </HEAD>
   <BODY>
         :

Major Features

Listed below are controls available. Since the set of control commands available changes from time to time, it is recommended to get latest information using "help" command.