CVS log for mimemessage/sendmail_message.php
Up to [MetaL] / mimemessage
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Nov 26 09:41:09 2011 UTC (2 months, 1 week ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -5
lines
Fixed parameters that were passed by reference incorrectly.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Aug 8 07:50:26 2010 UTC (17 months, 4 weeks ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5
lines
Fixed the declaration of the SendMail function.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jul 27 22:07:23 2009 UTC (2 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -5
lines
Avoided using POSIX regular expressions functions that are deprecated since
PHP 5.3.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 23 00:26:37 2007 UTC (4 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -6
lines
Removed duplicate declaration of delivery_mode variable.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 18 02:46:18 2005 UTC (6 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5
lines
Fixed the sendmail program invocation to pass a parameter that could cause
message truncation if the message body has a line with a single dot.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 5 18:22:45 2004 UTC (7 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +41 -7
lines
Added support to use the delivery mode defined by the variable
bulk_mail_delivery_mode when the class is set to bulk mail mode with the
SetBulkMail function.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Aug 26 05:28:07 2004 UTC (7 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +24 -7
lines
Used short delivery mode sendmail command short switch to be compatible
with Exim.
Documented that the delivery_mode variable can only be set when using
Sendmail or Exim but not with Postfix or Qmail.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 8 07:18:00 2004 UTC (7 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +165 -3
lines
Added embedded documentation in meta-document format.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 7 00:26:41 2004 UTC (7 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -7
lines
Added better tracking of errors due to failed PHP function calls.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Oct 18 04:18:14 2003 UTC (8 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -7
lines
Added the necessary line breaks after header lines.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Oct 16 22:07:00 2003 UTC (8 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
Defined the identification of the mailer delivery class.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 15 05:18:42 2003 UTC (9 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -16
lines
Used the return path passed to SendMail.
Escaped properly the return path address in the sendmail command line.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 19 05:09:35 2002 UTC (9 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Avoided PHP short tag.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 30 04:24:54 2002 UTC (9 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +21 -1
lines
Added the delivery_mode option.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 28 06:31:01 2002 UTC (9 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -3
lines
Added the sendmail_arguments class variable.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 30 15:10:35 2002 UTC (9 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
Made the default line break sequence be \n.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 25 06:07:19 2002 UTC (9 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4
lines
Made several errors set the class error variable.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 28 01:43:12 1999 UTC (12 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5
lines
Changed the name of the headers array to not overwrite the headers argument.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 27 23:37:02 1999 UTC (12 years, 7 months ago) by mlemos
Branches: MAIN
Initial revision.
|