CVS log for mimemessage/smtp_message.php
Up to [MetaL] / mimemessage
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Apr 12 08:20:39 2009 UTC (16 months, 4 weeks ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +33 -7
lines
Added support to the starting TLS protocol on established connections to
be able to relay messages via Hotmail smtp.live.com SMTP server.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 7 06:38:19 2008 UTC (2 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +58 -23
lines
Made the class reset the SMTP connection when an error occurs or the limit
of consecutive bulk mail deliveries is reached.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Dec 6 06:39:07 2007 UTC (2 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +21 -12
lines
Allowed sending messages without To headers as long as they have Cc: or
Bcc: headers.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed May 9 00:22:32 2007 UTC (3 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +25 -4
lines
Added support to force the SMTP authentication mechanism.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jun 11 04:21:18 2006 UTC (4 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +34 -6
lines
Added support to use secure SMTP connections using SSL which are necessary
for using servers like Gmail.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu May 4 01:24:35 2006 UTC (4 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5
lines
Fixed the automatic date header formating to always appear in English
independently of the current locale settings.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jun 11 21:45:09 2005 UTC (5 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +21 -8
lines
Made the Received: header be generated when using the direct delivery mode
if the localhost variable is set to a non-empty string.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Oct 5 18:11:27 2004 UTC (5 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +28 -5
lines
Added support to set the SMTP workstation credential that is needed when
using NTLM authentication mechanism (Windows or Samba).
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Oct 2 06:11:09 2004 UTC (5 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +44 -7
lines
Made the class not close the connection with the SMTP server established
during previous deliveries when the class is set to bulk mail mode and
the direct delivery mode is not being used.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Aug 2 06:08:01 2004 UTC (6 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -44
lines
Moved the GetRFC822Addresses to the base class.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jul 8 03:38:40 2004 UTC (6 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +362 -4
lines
Added embedded documentation in meta-document format.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue May 18 19:31:56 2004 UTC (6 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3
lines
Made the HTML debug variable default value be 0.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon May 10 02:54:01 2004 UTC (6 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -2
lines
Added support for POP3 authentication before SMTP delivery and making debug
output be generated in HTML.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 18 04:19:27 2003 UTC (6 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -3
lines
Added the necessary line breaks after header lines.
Detected if the smtp class is missing and return a clear message sending
error.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Oct 16 22:07:00 2003 UTC (6 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
Defined the identification of the mailer delivery class.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 31 02:12:41 2003 UTC (7 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -2
lines
Added support to automatically set the Message-ID: header so that messages
send by this class are not confused with SPAM.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jan 14 01:12:12 2003 UTC (7 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -22
lines
Moved the header line breaking function to the parent class.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 30 03:11:38 2002 UTC (7 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4
lines
Fixed mail sending finishing without connection reset.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Sep 19 23:55:05 2002 UTC (7 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1
lines
Added the esmtp variable.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Aug 15 00:08:37 2002 UTC (8 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2
lines
Reverted patch to use base class e-mail address regular expression.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 12 04:38:10 2002 UTC (8 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -3
lines
Added options to define the smtp_class object variables getmxrr and
exclude_address.
Used the parent class e-mail address regular expression to allow
recipient addresses with top level domains with up to 6 letters.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 30 15:10:21 2002 UTC (8 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
Made the default line break sequence be \r\n.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 25 06:07:19 2002 UTC (8 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +11 -11
lines
Made several errors set the class error variable.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 12 09:42:21 2002 UTC (8 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -1
lines
Added support to pass SMTP authentication credentials.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 1 02:18:23 2002 UTC (8 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +25 -20
lines
Avoided all pass by reference warnings.
Added a Date header if it is missing to allow the message be accepted by
some SMTP servers in direct delivery mode.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 27 04:30:02 2002 UTC (8 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5
lines
Added a smtp_direct_delivery option.
Made the e-mail address extraction work without the IMAP library.
Made the valid e-mail address regular expression more accurate.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jun 9 17:37:08 2001 UTC (9 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1
lines
Added a debug optoin and passed it to the smtp class object.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 16 02:27:16 2000 UTC (10 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Made the return-path header not be parsed by the GetRFC822Addresses
function to allow VERP addresses to be accepted.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Nov 11 06:20:52 1999 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2
lines
Made the bcc header not be sent to the mail server.
Fixed the error message when no recipients where set.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 2 02:40:42 1999 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -7
lines
Removed needless debugging statments.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 2 02:38:40 1999 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +29 -18
lines
Made GetRFC822Addresses return an error if the address line is invalid.
Added an array to store invalid recipient addresses.
Made SetRecipients return instead the number of valid recipients by
reference.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 16 03:13:08 1999 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +28 -7
lines
Assured that no other header line exceeds the specified limit.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 16 00:59:56 1999 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +56 -14
lines
Implemented the GetRFC822Address method properly.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 15 06:05:43 1999 UTC (10 years, 10 months ago) by mlemos
Branches: MAIN
Initial revision.
|