RAA - rubymail/0.17

rubymail / 0.17

Short description: An Email/MIME library.
Category: Library/Mail
Status: usable, improving
Created: 2002-12-31 15:00:00 GMT
Last update: 2004-04-28 05:30:49 GMT
Owner: Matt Armstrong (Projects of this owner)
Homepage: http://rubyforge.org/projects/rubymail/
Download: http://rubyforge.org/frs/download.php/1846/rubymail-0.17.tar.gz
License: BSD
Dependency:
Requires: ruby/1.8.2 Also ruby 1.9.x
Required by: rubyfilter/0.12
Required by: russter/0.1 RuSSter uses RubyMail for composing its digests
Description:

This is RubyMail, a lightweight mail library containing various mail utility classes and modules.

Very high attention is paid to quality and robustness. This package has a complete unit test suite (requires RubyUnit to run). Currently all of my e-mail is processed by this library.

Changes in RubyMail 0.17 (released 2004-04-27)

  • Handle parsing addresses with non-ASCII display names. We don’t do anything intelligent with the non-ASCII data, but it is passed through in its original (invalid) non-encoded form.
  • Look for From_ lines only on the first line when parsing a message.
  • RMail::Header#subject= now sets the header field name to "Subject" instead of "subject" since some mail reading software is case sensitive and can’t understand "subject: foo".
  • The RMail parser now requires only whitespace after MIME multipart boundary lines. This violates RFC2046’s "NOTE TO IMPLEMENTORS" documented in testparsermultipart.rb’s test_multipart_data_12, but it allows real-world messages created by Eudora to be parsed.
Versions: [1.0.0 (2008-01-05)] [0.17 (2004-04-28)] [0.16 (-)]

Edit this project (for project owner)

back to RAA top