X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FMailStore%2FImap.php;h=dc918f1d6df77f2d285ebd21735e9ac8c2e33749;hb=1b750cf34ee4f7a0045e0672ef718b8cc3e1adf0;hp=f40ef3d664f55cb8ec3201afdb2bc74ef7fd0e62;hpb=71f7de786e8da429b2e8d630cb3ec1bf02f529e9;p=civicrm-core.git diff --git a/CRM/Mailing/MailStore/Imap.php b/CRM/Mailing/MailStore/Imap.php index f40ef3d664..dc918f1d6d 100644 --- a/CRM/Mailing/MailStore/Imap.php +++ b/CRM/Mailing/MailStore/Imap.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,12 +28,9 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 + * @copyright CiviCRM LLC (c) 2004-2017 */ -require_once 'ezc/Base/src/ezc_bootstrap.php'; -require_once 'ezc/autoload/mail_autoload.php'; - /** * Class CRM_Mailing_MailStore_Imap */