CVS log for mimemessage/test_html_mail_message.php
Up to [MetaL] / mimemessage
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 7 22:19:08 2008 UTC (3 years, 10 months ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +23 -4
lines
Added examples of making the class cache file parts that do not change
when sending the same message to many recipients.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Apr 30 22:36:15 2005 UTC (6 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +14 -14
lines
Rearranged the composition of multipart related and alternative parts so
Microsoft Outlook programs do not misunderstand the image files embedded
in the HTML message part as attachments.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 24 06:27:22 2004 UTC (7 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +29 -12
lines
Commented out the example of embedding images in HTML messages that is not
supported by some mail programs.
Demonstrated a workaround to send messages with background images defined
by image files embedded in the same message.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 30 21:36:12 2003 UTC (8 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +20 -4
lines
Added an example of how to embed images directly in the HTML messages body,
thus avoiding the use of attached images.
Changed the definition of the HTML body background image to prevent that
some fileters confuse the messages with SPAM.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 29 02:24:06 2003 UTC (9 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -4
lines
Used the Disposition parameter in the definition of message file parts to
tell whether they should be displayed inline or handled as attachments.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 11 05:41:14 2002 UTC (9 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +19 -4
lines
Added an example of how to embed multiple images related to the HTML
message body part.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 14 21:55:17 2002 UTC (9 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Fixed detection of Windows as OS.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 27 07:48:38 2002 UTC (9 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +100 -18
lines
Added an example of adding an attachment message part.
Commented the whole script.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 26 22:28:35 2002 UTC (9 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +24 -15
lines
Turned the HTML part into a related multipart with an embedded image file
part.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 26 05:37:42 2002 UTC (9 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -3
lines
Made the example compose an HTML message with a text alternative part
readable by non-HTML capable mail clients.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 25 07:32:46 2002 UTC (9 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -10
lines
Made the example use only the email_message_class so it works on Windows.
Removed the error message checks that are now only necessary for the last
class function call.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 2 21:58:59 2002 UTC (9 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Fixed missing bracket.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 8 15:37:16 2002 UTC (9 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3
lines
Fixed the class name.
Added a message when the message is sent with success.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 20 23:04:40 2002 UTC (9 years, 8 months ago) by mlemos
Branches: MAIN
Initial revision.
|