From 59c9e53f1e53fb94a75a6f58aa9c247acf1a0dbf Mon Sep 17 00:00:00 2001 From: Anonymous Contributor Date: Wed, 23 Aug 2023 18:16:35 +0200 Subject: [PATCH] Rename PHPMailer directory --- lib/{MAIL => phpmailer}/Exception.php | 0 lib/{MAIL => phpmailer}/OAuth.php | 0 lib/{MAIL => phpmailer}/PHPMailer.php | 0 lib/{MAIL => phpmailer}/POP3.php | 0 lib/{MAIL => phpmailer}/SMTP.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename lib/{MAIL => phpmailer}/Exception.php (100%) rename lib/{MAIL => phpmailer}/OAuth.php (100%) rename lib/{MAIL => phpmailer}/PHPMailer.php (100%) rename lib/{MAIL => phpmailer}/POP3.php (100%) rename lib/{MAIL => phpmailer}/SMTP.php (100%) diff --git a/lib/MAIL/Exception.php b/lib/phpmailer/Exception.php similarity index 100% rename from lib/MAIL/Exception.php rename to lib/phpmailer/Exception.php diff --git a/lib/MAIL/OAuth.php b/lib/phpmailer/OAuth.php similarity index 100% rename from lib/MAIL/OAuth.php rename to lib/phpmailer/OAuth.php diff --git a/lib/MAIL/PHPMailer.php b/lib/phpmailer/PHPMailer.php similarity index 100% rename from lib/MAIL/PHPMailer.php rename to lib/phpmailer/PHPMailer.php diff --git a/lib/MAIL/POP3.php b/lib/phpmailer/POP3.php similarity index 100% rename from lib/MAIL/POP3.php rename to lib/phpmailer/POP3.php diff --git a/lib/MAIL/SMTP.php b/lib/phpmailer/SMTP.php similarity index 100% rename from lib/MAIL/SMTP.php rename to lib/phpmailer/SMTP.php