From 6fd85470a371a1729868fffcb8528b71be653941 Mon Sep 17 00:00:00 2001 From: aschwarz Date: Wed, 26 Apr 2023 13:01:59 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20https=20Andy=20M=C3=BCller=20?= =?UTF-8?q?r=C3=BCckg=C3=A4ngig=20gemacht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail/RFC822.php | 2 +- mail/htmlMimeMail5.php | 4 ++-- mail/mimePart.php | 4 ++-- mail/smtp.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mail/RFC822.php b/mail/RFC822.php index e1774f9..986ba14 100755 --- a/mail/RFC822.php +++ b/mail/RFC822.php @@ -6,7 +6,7 @@ * | registered charities and educational institutes there is a reduced license | * | fee available. You can read more at: | * | | - * | https://www.phpguru.org/static/license.html | + * | http://www.phpguru.org/static/license.html | * o------------------------------------------------------------------------------o * * © Copyright 2008,2009 Richard Heyes diff --git a/mail/htmlMimeMail5.php b/mail/htmlMimeMail5.php index 2df1555..a76fa99 100755 --- a/mail/htmlMimeMail5.php +++ b/mail/htmlMimeMail5.php @@ -6,7 +6,7 @@ * | registered charities and educational institutes there is a reduced license | * | fee available. You can read more at: | * | | - * | https://www.phpguru.org/static/license.html | + * | http://www.phpguru.org/static/license.html | * o------------------------------------------------------------------------------o * * © Copyright 2008,2009 Richard Heyes @@ -146,7 +146,7 @@ class htmlMimeMail5 * Make sure the MIME version header is first. */ $this->headers['MIME-Version'] = '1.0'; - $this->headers['X-Mailer'] = 'htmlMimeMail5 '; + $this->headers['X-Mailer'] = 'htmlMimeMail5 '; } /** diff --git a/mail/mimePart.php b/mail/mimePart.php index 0da26f0..1dd8ff0 100755 --- a/mail/mimePart.php +++ b/mail/mimePart.php @@ -6,7 +6,7 @@ * | registered charities and educational institutes there is a reduced license | * | fee available. You can read more at: | * | | - * | https://www.phpguru.org/static/license.html | + * | http://www.phpguru.org/static/license.html | * o------------------------------------------------------------------------------o * * © Copyright 2008,2009 Richard Heyes @@ -59,7 +59,7 @@ * $email['headers'][] = 'Mime-Version: 1.0'; * * -* Further examples are available at https://www.phpguru.org +* Further examples are available at http://www.phpguru.org * * TODO: * - Set encode() to return the $obj->encoded if encode() diff --git a/mail/smtp.php b/mail/smtp.php index 6d170b0..e428645 100755 --- a/mail/smtp.php +++ b/mail/smtp.php @@ -6,7 +6,7 @@ * | registered charities and educational institutes there is a reduced license | * | fee available. You can read more at: | * | | - * | https://www.phpguru.org/static/license.html | + * | http://www.phpguru.org/static/license.html | * o------------------------------------------------------------------------------o * * © Copyright 2008,2009 Richard Heyes