CVS log for mimemessage/email_message.php
Up to [MetaL] / mimemessage
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.99: download - view: text, markup, annotated - select for diffs
Sun Sep 8 22:44:46 2013 UTC (5 years, 5 months ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.98: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.98: +18 -3 lines
Optimized quoted-printable encoding of parts to use PHP 5.3+ built-in
quoted_printable_encode function.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Sat Sep 15 09:07:50 2012 UTC (6 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.97: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.97: +3 -4 lines
Removed debug output.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Sep 15 08:31:33 2012 UTC (6 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.96: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.96: +15 -6 lines
Fixed bug of encoding multipart text parts that do not end with a line
break.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Aug 25 10:01:39 2012 UTC (6 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.95: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.95: +8 -8 lines
Made the line length limit be 76 characters.
Avoided using an additional line break after each multipart body data.
Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Nov 26 09:41:08 2011 UTC (7 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.94: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.94: +4 -4 lines
Fixed parameters that were passed by reference incorrectly.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Nov 11 06:17:08 2011 UTC (7 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.93: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.93: +4 -4 lines
Fixed the escaping of regular expression patterns.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Mar 9 07:47:59 2011 UTC (7 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.92: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.92: +6 -6 lines
Fixed typo.
Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Jan 28 06:32:16 2011 UTC (8 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.91: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.91: +20 -3 lines
Added the declaration of the localhost variable.
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun Jul 25 10:23:05 2010 UTC (8 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.90: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.90: +8 -8 lines
Avoided using the ereg extension functions.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Aug 12 04:23:48 2009 UTC (9 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.89: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.89: +4 -4 lines
Fixed inconsistent declaration of the SendMessageBody class that could
cause a warning under PHP 5.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Jul 27 22:07:23 2009 UTC (9 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.88: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.88: +10 -5 lines
Avoided using POSIX regular expressions functions that are deprecated since
PHP 5.3.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Jul 2 21:34:22 2009 UTC (9 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.87: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.87: +27 -26 lines
Fixed bug of not encoding other special characters in headers when they
contain non-ASCII characters.
Optimized variable increments.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Feb 16 22:27:25 2009 UTC (10 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.86: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.86: +7 -5 lines
Made filenames of attachments be encoded if they contain non-ASCII characters.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Dec 6 18:05:41 2008 UTC (10 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.85: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.85: +19 -8 lines
Fixed the generation of the message-id header from return-path and from
headers when these do not contain valid e-mail addresses.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Thu Apr 17 04:15:56 2008 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.84: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.84: +7 -7 lines
Made the mailer identification default be empty.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Apr 7 09:16:31 2008 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.83: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.83: +26 -6 lines
Made the Cached option be processed when creating message file parts.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Apr 7 04:54:44 2008 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.82: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.82: +20 -4 lines
Added support for caching message parts.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Mar 18 08:46:57 2008 UTC (10 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.81: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.81: +40 -10 lines
Added the encoding_charset argument to define the header character set for
the SetEncodedHeader, SetEncodedEmailHeader and
SetMultipleEncodedEmailHeader functions.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Mar 5 07:47:24 2008 UTC (10 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.80: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.80: +5 -5 lines
Made the QuotedPrintableEncode function not assume headers as e-mail
headers by default.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Mar 5 05:29:37 2008 UTC (10 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.79: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.79: +15 -12 lines
Made only headers with names and e-mail addresses encode the characters in
names that make them be confused with e-mail addresses.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Dec 6 07:57:41 2007 UTC (11 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.78: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.78: +11 -7 lines
Accepted messages without a To: header as long as it has Cc: or Bcc:
headers.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Oct 21 23:03:28 2007 UTC (11 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.77: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.77: +5 -5 lines
Fixed syntax error in example.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Oct 21 22:56:24 2007 UTC (11 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.76: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.76: +6 -5 lines
Fixed bug that could cause infinite loop when quoting text with lines
longer than the line length limit.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Oct 8 18:38:48 2007 UTC (11 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.75: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.75: +13 -6 lines
Fixed the generation of message-id header to be RFC compliant.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Sep 10 05:14:04 2007 UTC (11 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.74: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.74: +6 -6 lines
Made the characters [, ] and : be escaped in headers.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Apr 21 07:34:15 2007 UTC (11 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.73: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.73: +90 -4 lines
Added the CenterText and Ruler functions.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Apr 17 22:10:07 2007 UTC (11 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.72: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.72: +8 -8 lines
Fixed bug of unescaping embedded file data when magic_quotes_runtime is not
on and it is not possible to check the file size.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Nov 12 03:50:46 2006 UTC (12 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.71: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.71: +15 -10 lines
Fixed WrapText to find the next space that a long line that cannot be
broken before the line length limit.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Nov 1 19:16:11 2006 UTC (12 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.70: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.70: +33 -6 lines
Added the break_long_lines class variable to determine whether long lines
will be broken with WrapText function.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Apr 11 04:28:25 2006 UTC (12 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.69: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.69: +25 -10 lines
Made quoted-printable encode message lines starting with f or F to avoid
mbox escaping of some mail clients.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Apr 2 02:42:48 2006 UTC (12 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.68: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.68: +18 -11 lines
Added workaround to quoted printable encoding to always encode . and >
characters in the beginning of encoded lines to avoid bugs of certain
e-mail clients.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Feb 20 01:36:42 2006 UTC (13 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.67: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.67: +118 -23 lines
Made the line breaks in header values encoded with q-encoding be followed
by a tab character to prevent being interpreted as a new header that could
be used for abusing mailing scripts to send messages to unintended
recipients.
Added the functions GetMessage and GetMessageSize to retrieve the current
message headers and body text and size without sending the message.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Jun 7 22:28:01 2005 UTC (13 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.66: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.66: +5 -5
lines
Fixed the detection of use of the message-id header.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Jun 5 01:40:40 2005 UTC (13 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.65: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.65: +40 -25
lines
Fixed the encoding of message headers to prevent confusing certain
characters in recipient names with comment characters that affect the
parsing of headers of e-mail addresses.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed May 25 17:45:14 2005 UTC (13 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.64: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.64: +7 -6
lines
Fixed the GetRFC822Addresses to deal with invalid addresses better.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun May 1 19:38:40 2005 UTC (13 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.63: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.63: +11 -10
lines
Updated the instructions to compose HTML messages with an alternate text
part and embedded images.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Apr 30 04:30:08 2005 UTC (13 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.62: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.62: +10 -7
lines
Fixed the QuotedPrintableEncoding function to make it start encoding from
the beginning of the words with characters that need to be encoded.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Mar 29 20:25:10 2005 UTC (13 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.61: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.61: +5 -6
lines
Changed the SetMultipleEncodedEmailHeader to not use round brackets.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Mar 26 04:12:16 2005 UTC (13 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.60: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.60: +29 -29
lines
Changed the composition of e-mail address headers to prevent bugs of some
mailing systems.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Feb 23 00:56:07 2005 UTC (14 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.59: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.59: +7 -8
lines
Fixed bug of removing escape slashes from attachment files even when it was
not necessary.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Feb 16 04:02:56 2005 UTC (14 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.58: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.58: +15 -4
lines
Checked for invalid message part parameters that may be passed to the
ReplacePart function.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jan 24 19:40:50 2005 UTC (14 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.57: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.57: +13 -14
lines
Added further checks to detect and fix corruption of attachement files due
to PHP settings that may corrupt files by escaping data with quotes.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Nov 11 07:27:09 2004 UTC (14 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.56: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.56: +14 -10
lines
Prevented data corruption when attaching files to a message and PHP option
magic_quotes_gpc is On.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Oct 6 04:27:06 2004 UTC (14 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.55: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.55: +5 -5
lines
Fixed the ValidateEmailAddress function.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Oct 6 02:20:38 2004 UTC (14 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.54: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.54: +24 -4
lines
Prevented data corruption when attaching files to a message and PHP option
magic_quotes_runtime is On.
Return a more explicit message when setting the Return-Path header and PHP
option safe_mode is On.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Oct 2 05:57:23 2004 UTC (14 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.53: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.53: +72 -4
lines
Added the SetBulkMail function to hint the class when a bulk mailing
delivery starts and ends so the class can optimize the delivery method
to make messages deliveries to many recipients more efficient.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Sep 14 03:01:04 2004 UTC (14 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.52: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.52: +6 -5
lines
Made address header parsing fail when there a sintax error.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Aug 9 15:40:08 2004 UTC (14 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.51: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.51: +17 -4
lines
Added information on how to obtain techical support for using this class
and how to translate the documentation.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Aug 7 06:58:18 2004 UTC (14 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.50: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.50: +142 -72
lines
Added the SetMultipleEncodedEmailHeader function to define message headers
with lists e-mail addresses and associated names.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Aug 2 06:07:26 2004 UTC (14 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.49: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.49: +44 -4
lines
Moved the GetRFC822Addresses function from the smtp_message_class.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jul 21 17:05:01 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.48: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.48: +34 -7
lines
Added information on how to prevent receiving temporary delivery failure
warning messages.
Added information about the sub-classes documentation that have more
details on solutions to deliver messages to many recipients more
efficiently.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jul 21 00:45:00 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.47: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.47: +36 -7
lines
Make the documentation of composing messages with related HTML and embedded
image files be more explicit regarding the order of composition of the
parts.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jul 20 02:19:52 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.46: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.46: +69 -12
lines
Documented the GetPartContentID function and explained how to use it to
compose HTML messages with references to image files embedded in the same
message.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jul 8 08:33:55 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.45: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.45: +5 -5
lines
Fixed call to CreatePlainTextPart.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jul 8 03:37:48 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.44: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.44: +10 -5
lines
Added an example of creation of a class object.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jul 7 18:15:04 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.43: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.43: +5 -5
lines
Fixed the value of Content-ID header thanks to a bug report from Sven Slezák
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jul 7 07:49:47 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.42: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.42: +493 -92
lines
Added better tracking of errors due to failed PHP function calls.
Finished embedded documentation.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Jul 6 10:00:30 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.41: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.41: +627 -133
lines
Document all variables and most of the functions.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jul 5 06:27:47 2004 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.40: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.40: +882 -27
lines
Started including meta-document comments to generate automatic class
documentaion.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Jun 24 06:25:14 2004 UTC (14 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.39: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.39: +31 -3
lines
Added support to send message parts for instance to forward messages
received from somewhere else.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Apr 18 07:42:57 2004 UTC (14 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.38: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.38: +3 -3
lines
Fixed the setting of the return-path address.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Dec 7 04:56:50 2003 UTC (15 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.37: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.37: +16 -6
lines
Fixed bug with encoding headers with special characters =, ? , (, ) and _ .
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Oct 30 21:32:23 2003 UTC (15 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.36: preferred, unified
Changes since revision 1.36: +45 -4
lines
Added the GetDataURL function to generate an URL to embedded data in HTML
message bodies directly.
Revision 1.36: download - view: text, markup, annotated - [selected for diffs]
Mon Oct 27 05:12:46 2003 UTC (15 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +26 -3
lines
Added a few more types of messages to the list of auto-detect MIME types
from file names.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Oct 18 03:19:35 2003 UTC (15 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.34: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.34: +15 -5
lines
Removed needless line break after all message headers.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Oct 16 22:05:40 2003 UTC (15 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.33: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.33: +8 -3
lines
Fixed bug of adding an extra line in the headers after the auto-generated
Message-ID header.
Added optional identification of the mailer delivery class in the X-Mailer
header.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jan 31 06:25:57 2003 UTC (16 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.32: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.32: +2 -4
lines
Removed debugging code.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jan 31 05:09:49 2003 UTC (16 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.31: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.31: +4 -4
lines
Fixed the use of return-path header in the generated message-id header.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jan 31 04:47:45 2003 UTC (16 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.30: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.30: +18 -20
lines
Fixed bug of not including the From header.
Excluded not alphabetic characters from the local part of the generated
message-id header.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jan 31 02:12:41 2003 UTC (16 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.29: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.29: +37 -25
lines
Added support to automatically set the Message-ID: header so that messages
send by this class are not confused with SPAM.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jan 29 02:23:01 2003 UTC (16 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.28: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.28: +17 -2
lines
Added support to the Disposition parameter for the file parts so the
applications can hint the receiving mail programs about whether the files
embedded in the message are to be displayed inline or are attachments.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Jan 27 07:03:11 2003 UTC (16 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.27: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.27: +27 -13
lines
Made WrapText function take an additional line prefix argument.
Added the QuoteText function to generate reply quoted texts.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jan 15 04:48:21 2003 UTC (16 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.26: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.26: +6 -4
lines
Passed the return path address to the SendMail function.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 15 02:43:23 2003 UTC (16 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.25: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.25: +14 -3
lines
Added support to cache message body between successive deliveries.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 14 01:13:55 2003 UTC (16 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.24: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.24: +220 -2
lines
Added support for creating and sending bulk mailing campaigns.
Moved the FormatHeader function code from the smtp message class.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Nov 14 05:46:30 2002 UTC (16 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.23: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.23: +9 -5
lines
Added support to specify a charset for plain text parts other than ASCII.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 6 11:57:44 2002 UTC (16 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.22: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.22: +4 -3
lines
Fixed initialization of the To: and Subject: headers in the mail() function
emulation code.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Oct 1 07:06:15 2002 UTC (16 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.21: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.21: +38 -9
lines
Added a function to reset a message.
Added a function to replace a message part so it can be used for sending
personalized bulk mail.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Sep 30 03:10:48 2002 UTC (16 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.20: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.20: +67 -3
lines
Added a mail() function emulation method.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Aug 28 06:30:06 2002 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.19: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.19: +3 -3
lines
Fixed problem of additional space before the return path sendmail argument
that was prevent postfix sendmail emulation to accept messages with the
return-path header.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 14 21:54:35 2002 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.18: +5 -5
lines
Fixed opening reading binary files for attachments under Windows.
Fixed detection of Windows as OS.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 8 22:04:44 2002 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.17: +10 -4
lines
Added workaround to avoid PHP Accelerator Zend engine cache extension.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jul 30 15:07:41 2002 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.16: +4 -3
lines
Used \r\n line break sequence only under Windows.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jul 28 14:33:32 2002 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.15: +2 -4
lines
Stopped using the wordwrap function due to bugs in some PHP versions.
Made line breaking on WrapText be done regardless of the line_break
character sequence.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 27 07:47:07 2002 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.14: +92 -52
lines
Added support for mixed and parallel multipart message parts.
Added support attachments.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jul 26 22:25:24 2002 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.13: +317 -59
lines
Added support for file and multipart related parts.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jul 26 05:34:10 2002 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.12: +185 -53
lines
Added support to multipart/alternative message bodies.
Made line break sequence be a class variable set \r\n as default .
Added functions to create message parts without adding them to body.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 25 07:30:52 2002 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.11: +35 -25
lines
Made message composition be distinct from part definition.
Removed debug statement.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 25 06:03:30 2002 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.10: +150 -93
lines
Updated the e-mail validation regulation expression to allow addresses with
.museum top level domains.
Tried to use mail() 5th argument to set the return path header if possible
or otherwise fail.
Made public functions fail if there was a previous error so it is now
possible to call several functions and only check if there was an error
in the last call.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jul 14 01:20:41 2002 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.9: +19 -21
lines
Fixed the WrapText function to cut correctly lines with single words of
limit length.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 20 23:03:49 2002 UTC (16 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.8: +27 -13
lines
Added support for quoted-printable HTML parts.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 15 03:59:57 2002 UTC (16 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.7: +16 -1
lines
Added support for adding HTML text parts.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 1 02:15:48 2002 UTC (16 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.6: +5 -5
lines
Avoided all pass by reference warnings.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 12 02:39:57 2002 UTC (17 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.5: +27 -2
lines
Replaced calls to strtok the Tokenize function.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Mar 9 21:37:02 2000 UTC (18 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.4: +2 -2
lines
Fixed email validation regular expression that was not being accepted in
PHP 4.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 20 23:55:40 1999 UTC (19 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.3: +2 -2
lines
Made the body parts be passed by reference to SendMessageBody function to
avoid copying large ammounts of data.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 22 22:18:31 1999 UTC (19 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.2: +2 -2
lines
Fixed the email validation regular expression to allow - characters in the
address sub-domains.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 2 22:29:19 1999 UTC (19 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.36: preferred, unified
Changes since revision 1.1: +36 -36
lines
Replaced all string with == and != with calls to strcmp().
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Feb 4 23:21:51 1999 UTC (20 years ago) by mlemos
Branches: MAIN
Diff to: selected 1.36: preferred, unified
Initial revision.
|