File: NOTES

package info (click to toggle)
ruby-rubymail 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 744 kB
  • sloc: ruby: 5,330; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-*- outline -*-

* Why RubyMail can't be completely transparent

    RubyMail parses the MIME message into a document structure.  If
    the MIME message is invalid, RubyMail might discard invalid
    portions, etc.  Also, if you parse and then serialize a
    RMail::Message, empty lines may be deleted or inserted around a
    MIME boundary.

    For these reasons, if you require a message to be output exactly
    as it is put in, I suggest that you do not filter it *through*
    RubyMail.  Instead, parse the message and decide what to do with
    it, and then save the original message.