1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
Revision history for Perl extension MIME::Lite::HTML.
1.24 2011/10/07 11:27:42 alian
- Fix rt#67695 Add feature: "ExternImages" parameter to constructor (tbriggs)
- Fix rt#68303 Outdated COPYING file
- Fix rt#52907 CSS (and likely other) links match double-quote only
- Fix rt#41447 Unable to call replace function
- Fix rt#40164 Removing script code often fails
- Fix bug when HTTP result is gzip format (use decoded_content, tks to E.Bataille
1.23 2008/10/14 11:27:42 alian
- Fix rt#36006: cid has no effect on background images
- Fix rt#36005: include_javascript does not remove closing tag "</SCRIPT>"
- Fix rt#29033: eliminate nested subs
1.22 2006/09/09 18:05:00 alian
- Fix rt#19656: unknown URI schemes cause rewrite to fail
- Fix rt#17385: make test semi-panics
- Fix rt#7841: Text-Only Encoding Ignored
- Fix rt#21339: no license or copyright information provided
- Fix rt#19655: include_css is far too aggressive
1.21 2004/04/15 22:59:33 alian
- fix for 1.20 and bad ref for tests
1.20 2004/04/14 21:26:51 alian
- fix error on last version
- add test and grow coverage
1.19 2004/03/16 15:18:57 alian
- Add Url param in new for direct call of parse & send
- Correct a problem in parsing of html elem "background"
- Re-indent some methods
1.18 2003/08/08 09:37:42 alian
- Fix test case and cid method
1.17 2003/08/07 16:55:08 alian
- Fix test case (hostname)
- Update POD documentation
1.16 2003/08/07 00:07:57 alian
- Use pack for include type == cid: RFC says no '/'.
Tks to Cludio Valente for report.
- Add a __END__ statement before POD documentation.
- Increase code coverage with help of Devel::Cover (30% to 65%).
1.15 2002/10/19 17:54:32 alian
- Correct bug with relative anchor '/'. Tks to Keith D. Zimmerman for
report. Add some html for test.
1.14 2002/08/25 17:11:34 alian
- Correct a dammed typo error
1.13 2002/08/25 17:05:57 alian
- Change some regexp for be less restrictive with html tags: img a href,
ccs and javascript regexp has been updated. Thanks to Alberto Saez Torres
for patch.
- Add \Q\E in needed regexp for catch url with + or other. Thanks to
Franois-Georges Cloutier for report.
- Add a return in fill_template to avoid in warning if no template is in
use. Thanks to Miguel Manso for report.
- Add t/* tests
1.12 2002/01/07 20:18:53 alian
- Add replace links for frame & iframe
- Correct incorrect parsing in include_css for <LINK REL="SHORTCUT ICON">
tag. Tks to doggy@miniasp.com for idea and patch
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
|