The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension MIME::Lite::HTML.

1.11  2001/12/13 22:42:33  alian
 - Correct a bug with relative anchor

1.10  2001/11/07 10:52:43  alian
 - Add feature for get restricted url. Add LoginDetails parameter for that
   (tks to Leon.Halford@ing-barings.com for idea)
 - Change error in POD doc rfc2257 => rfc2557 (tks to
   justin.zaglio@morganstanley.com)
 - Correct warning when $url_html is undef

1.9  2001/11/07 08:41:39  alian
 - From tosh@c4.ca:  Add feature for parsing/include flash movie
 - From Alian: Rebuild parse and create_image_part method for always use
   create_image_part when I add a MIME part. Add comment and POD doc.

1.8  2001/10/29 19:44:11 alian
 - From Emiliano Bruni <bruni@micso.it>:
  - Modify css link search for match file with no .css extension
  - Now $html in parse may be empty. It will be sent a simple message
    containing just text
  - Correct bug in relative url replace that lost space between "a" and
     "href"
 - From Alian:
  - Correct bug with empty link a href
  - Add pod doc for win install (ppm)
  - Update example to do a "Send this page to a friend"
	    
1.7  2001/10/23 21:52:54  alian
 - Correct bug with empty background image

1.6  2001/10/21 22:25:27  alian
 - Add needed depandencies in Makefile.PL

1.5  2001/07/27 12:40:44  alian
  - Add support of custom encodings and charsets for the text and the html 
  parts (Thanks to michalis@linuxmail.org for patch)

1.4  2001/05/29 22:15:27  alian
 - Add search and replace for the text part (tks to christopher@thedial.com)

1.3  2001/05/05 22:18:10  alian
  - Add feature of  IncludeImage key in constructor: now module can use
  "Content-Location" field, "Content-CID field" or not include images and 
  only make an absolute link.
  - New construction of MIME message: module send multipart only if needed
  - Correct an incorrect use of LWP-Agent constructor to avoid warning 
  messages(tks to StevenBenbow@quintessa.org)
  - Correct a strange error that occur with URI::http if i don't chomp url
  before call it (tks to Maarten Veerman <mtveerman@mindless.com>)

1.2  2001/03/20 22:35:56  alian
 - Add POD documentation
 - Change how final mail is build:
  If no images are found when parse routine is used, this modules did'nt
  use a multipart/related part, but a text/html part. Thus, we can reach
  a max. of mail clients (See "clients tested" in documentation).
 - Add size function

1.1  2001/03/04 22:29:07  alian
 - Correct an error with background image quote

1.0  2001/03/04 22:13:19  alian
    - Correct major problem with Eudora (See Clients tested in documentation)
    - Build final MIME-Lite object with knowledge of RFC-2257
    - Add some POD documentation and references

0.9  2001/02/02 01:15:35  alian
    Correct some other things with error handling (suggested by Steve Harvey
    <sgh@vex.net>)

0.8  2001/01/21 00:58:48  alian
    Correct error function

0.7  2000/12/30 20:22:27  alian
    - Allow to send a string of text to the parse function, instead of an url
    - Add feature to put data on the fly when image are available only on memory
    - Put comments on print when buffer find url
    Ideas suggested by mtveerman@mindless.com

0.6   2000/12/13 11:02:58  alian
     - Allow sup parameter for MIME-Lite in constructor
     - Add parameter for parse url to include a text file when HTML
    is not supported by client.
    - Include other background than body

0.5   2000/11/13 21:36:58
     - Arg, forgot cariage return in fill_template :-(

0.4   2000/11/12 18:52:56
     - Add feature of replace word in gabarit (for newsletter by example)
     - Include body background

0.3   2000/10/26 22:55:46
     - Add parsing for form (action and input image)

0.2   2000/10/26 20:08:06
     - Update remplacement of relative url

0.01  Wed Oct 25 15:39:26 2000
     - original version; created by h2xs 1.20 with options
          -X -n MIME::Lite::HTML