Change Log
0.9.10 (2001-12-03)
- support header like "Content-Type: text"
0.9.9 (2001-11-15)
- installer did not work
- modify typo in facade.rb
0.9.8 (2001-09-07)
- modify 0.9.7(2) pack miss.
- replace amstd/futils by fileutils
- replace setup.rb by install.rb 3.0.0
0.9.7 (2001-07-06)
- modify bug in HeaderField#body
- sync Mail class reference
0.9.6 (2001-06-20)
- does not convert line-terminator for default.
- new module TMail::Base64
0.9.5 (2001-05-27)
- spaces were too removed when folding (thanks Akira Yamada)
- support RFC2231 (still imcomplete) (reported by Yasuhiro Arima)
0.9.4 (2000-04-25)
- update installer
- Mail.load
- Mail#strftime
- supports Ruby 1.4 again
0.9.3 (2000-03-10)
- update installer
- remove TMail::Mail.boundary,msgid from document
(use TMail.new_boundary, new_msgid)
- no need of NL at the tail of header
0.9.2 (2000-03-08)
- HF#inspect, Address#inspect changed
- support SJIS in scanner
- library entry point is 'tmail' again (<- 'tmail/tmail')
0.9.1 (2000-03-02)
- bug in parsing MIME multipart
0.9.0 (2000-02-24)
- change Mail#to_s/inspect action
- default value of Mail#to, from is now nil (not '')
0.8.15 (2001-01-22)
0.8.15 (2000-11-28)
- debug HFencoder (thanks Shugo Maeda)
0.8.14 (2000-11-18)
- bug in DateH#date= (thanks Shugo Maeda)
- gsub(EOL, '') before nkf
- Mail#ordered_each
- StringPort#read_all, copy_to failed if eof
0.8.13 (2000-09-19)
- MboxLoader was not work (reported by Kenji Nagasawa)
- HeaderField#new_header
0.8.12 (2000-07-13)
- racc/scanner.rb -> scanner.rb (reported by akira yamada)
0.8.11 (2000-05-29)
- HFencoder#value encoding was wrong
- TMail::CONTROL
- all doc.ja/*.html were ENGLISH (reported by rubikitch)
0.8.10 (2000-05-18)
- return values of TMail.zonestr2i was wrong (patched by tachino Nobuhiro)
- seconds in date-time was wrongly discarded
0.8.9 (2000-05-16)
- update installer (reported by "rubikitch")
0.8.8 (2000-05-12)
- sample/sendmail
- TMail#date=, mime_version=
- modify phrase quoting
- update amstd package (1.7.0)
0.8.7 (2000-05-08)
- mails.rb: not =, == (patched by "rubikitch")
- update Racc runtime (1.0)
- update amstd package (1.6.2)
0.8.6 (2000-03-17)
- update Racc runtime (0.12)
- update strscan package (0.5.5)
0.8.5 (2000-03-09)
- Mail#accept had bug when multipart
- HeaderField#illegal?, empty?
- thread safe (only critical part)
0.8.4 (2000-03-09)
0.8.3 (2000-03-04)
- Address#local,domain
- better string convertion
0.8.2 (2000-02-23)
- FilePort#filename is public
0.8.1 (2000-02-20)
- modify Mail#to, from... for no addresses
0.8.0 (2000-01-18)
- all classes are in module TMail
- scanner (mails) becomes extention
- TMail::Mail#body_port
- TMail::Mail#encoded, decoded
0.7.5 (2000-01-09)
0.7.4 (1999-11-10)
patched by Shugo Maeda
- digit only account was wrong handled
- TMail#inspect contained bug
- type in port.rb
- amstd (must.rb -> amstd/must.rb)
0.7.3 (1999-11-06)
- parse error on address without hostname (patched by ts)
- main files are in tmail/ (tmail.rb -> tmail/tmail.rb)
- modified for racc 0.10
- wrote setup.rb
0.7.2 (1999-09-29)
- about timezone
- multi Received: handling was wrong
- to_s contains bugs (patched by Shugo Maeda)
0.7.1 (1999-09-28)
- modify little bugs
- can handle "comments" of structured header
0.7.0 (1999-09-02)
0.6.0 (1999-07-01)
0.5.2 (1999-06-26)
- use strscan
- use extiter.rb, not buffer.rb
0.5.1 (1999-06-14)
- rewrite mailp.y for racc0.9.x
- write English manual
0.5.0 (1999-06-03)
- now Header class obsolute
- use recycle.rb buffer.rb
0.4.8 (1999-05-?)
0.3.0 (?)
0.2.0 (1998-10-30)
0.1.0 (1998-10-26)
0.0.0 (1998-10-23)
Copyright (c) 1998-2001 Minero Aoki
<aamine@loveruby.net>