home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ruby164.zip / rbemx164.zip / ruby / share / doc / tmail-0.9.3 / README.en < prev    next >
Text File  |  2001-03-10  |  825b  |  39 lines

  1. TMail README
  2.  
  3.   TMail is mail handling library for Ruby. TMail can
  4.   extract data from mail, and write data to mail following
  5.   by RFC procedures.
  6.  
  7. [Requirements]
  8.  
  9.   * Ruby 1.4 or later
  10.  (* C compiler)
  11.  
  12. [Installation]
  13.  
  14.   $ cd tmail-XXX
  15.   $ ruby setup.rb config
  16.   $ ruby setup.rb setup
  17.   # ruby setup.rb install
  18.  
  19.   '#' line might require root permission. If you are not
  20.   root, see "ruby setup.rb --help" and install files where
  21.   you can write.
  22.  
  23.   For library details, see HTML files placed under doc.en/ .
  24.   The top page is "index.html".
  25.   
  26. [License]
  27.  
  28.   GNU Lesser General Public License version 2.
  29.   For LGPL details, see file "LGPL".
  30.  
  31. [Bug report]
  32.  
  33.   Any bug reports are welcome.
  34.   If you encounter to bug of TMail, please e-mail to me.
  35.  
  36.  
  37. Minero Aoki <aamine@dp.u-netsurf.ne.jp>
  38. http://www1.u-netsurf.ne.jp/~brew/mine/en/
  39.