ezc - Remove stale file references. Rely on autoloader.
authorTim Otten <totten@civicrm.org>
Fri, 14 Aug 2015 04:13:11 +0000 (21:13 -0700)
committerCiviCRM <info@civicrm.org>
Fri, 8 Jan 2016 00:10:29 +0000 (16:10 -0800)
CRM/Mailing/Event/BAO/Reply.php
CRM/Mailing/MailStore/Imap.php
CRM/Mailing/MailStore/Localdir.php
CRM/Mailing/MailStore/Maildir.php
CRM/Mailing/MailStore/Mbox.php
CRM/Mailing/MailStore/Pop3.php
CRM/Utils/Mail/Incoming.php
tests/phpunit/CiviTest/CiviMailUtils.php
tests/phpunit/WebTest/Activity/IcalTest.php
tests/phpunit/WebTest/Mailing/SpoolTest.php

index bd2f8f5f1c835b65e411a604a5bd8bb0fa7ca256..a533938641c64559518f06773aca84d7f5a07bba 100644 (file)
@@ -33,9 +33,6 @@
 
 require_once 'Mail/mime.php';
 
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
-
 /**
  * Class CRM_Mailing_Event_BAO_Reply
  */
index f40ef3d664f55cb8ec3201afdb2bc74ef7fd0e62..b07ea2b1ea4e7d535809ea43137472842907fbf1 100644 (file)
@@ -31,9 +31,6 @@
  * @copyright CiviCRM LLC (c) 2004-2015
  */
 
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
-
 /**
  * Class CRM_Mailing_MailStore_Imap
  */
index a2a08a4d38a81fda308766757dcb5eb5d33718a4..42bd18bb663ff125dd601b5be583f85603167e6a 100644 (file)
@@ -31,9 +31,6 @@
  * @copyright CiviCRM LLC (c) 2004-2015
  */
 
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
-
 /**
  * Class CRM_Mailing_MailStore_Localdir
  */
index 5a00f290ae953d365c5dfa36ebfa40980c9c248d..c8fc360e1f28ecf8b727fd58abb85e8d72fcb7ca 100644 (file)
@@ -31,9 +31,6 @@
  * @copyright CiviCRM LLC (c) 2004-2015
  */
 
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
-
 /**
  * Class CRM_Mailing_MailStore_Maildir
  */
index 75d1490d55582a65c3b936bd2275abad06a9284b..d7dd47b0f5b686c50eba3f04c01915d5de221666 100644 (file)
@@ -31,9 +31,6 @@
  * @copyright CiviCRM LLC (c) 2004-2015
  */
 
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
-
 /**
  * Class CRM_Mailing_MailStore_Mbox
  */
index c31febfe44aace61ccc0a7922f6bf8c09d0cc5a6..68d40e9ede84b7d19585f670cbefee62269cb846 100644 (file)
@@ -31,9 +31,6 @@
  * @copyright CiviCRM LLC (c) 2004-2015
  */
 
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
-
 /**
  * Class CRM_Mailing_MailStore_Pop3
  */
index 5550706803f93daea5e166203df4eddc0aedcb8f..6c536b8323934a80be7d1be580ca41ff38d68095 100644 (file)
@@ -282,9 +282,6 @@ class CRM_Utils_Mail_Incoming {
       ));
     }
 
-    require_once 'ezc/Base/src/ezc_bootstrap.php';
-    require_once 'ezc/autoload/mail_autoload.php';
-
     // explode email to digestable format
     $set = new ezcMailFileSet(array($file));
     $parser = new ezcMailParser();
index 854974f18514c7e3c9b795fd9b04c164c11c6ab2..ffe589927f5eb3333600aa74fac58e2487369dea 100644 (file)
@@ -40,9 +40,6 @@
  * @package CiviCRM
  */
 
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
-
 /**
  * Class CiviMailUtils
  */
index 5736abb6df17cd42b6029655458aa5e5b93f32a0..8d594d3be2a4be5cbd0cf37f0f4884e2cb15047f 100644 (file)
@@ -26,8 +26,6 @@
 
 require_once 'CiviTest/CiviSeleniumTestCase.php';
 require_once 'CiviTest/CiviMailUtils.php';
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
 
 /**
  * Class WebTest_Activity_IcalTest
index c7223a88048452f44b9b203f239085433b0eca81..0dbca52b6ebe888e5ddf089688ff3f4664d5328a 100644 (file)
@@ -26,8 +26,6 @@
 
 require_once 'CiviTest/CiviSeleniumTestCase.php';
 require_once 'CiviTest/CiviMailUtils.php';
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
 
 /**
  * Class WebTest_Mailing_SpoolTest