email-configuration-bug-fix-patch

Installed "tedivm/fetch": "0.6.*" package to configure email fetcing.
This commit is contained in:
Manish Verma
2016-11-04 11:15:57 +05:30
parent 7fecdb1df9
commit 57efc24003
27 changed files with 2544 additions and 93 deletions

View File

@@ -895,6 +895,9 @@ return array(
'Dotenv\\Validator' => $vendorDir . '/vlucas/phpdotenv/src/Validator.php',
'EasyPeasyICS' => $vendorDir . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
'Encoding_Map' => $vendorDir . '/phenx/php-font-lib/classes/Encoding_Map.php',
'Fetch\\Attachment' => $vendorDir . '/tedivm/fetch/src/Fetch/Attachment.php',
'Fetch\\Message' => $vendorDir . '/tedivm/fetch/src/Fetch/Message.php',
'Fetch\\Server' => $vendorDir . '/tedivm/fetch/src/Fetch/Server.php',
'File_ANSI' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ANSI.php',
'File_ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php',
'File_ASN1_Element' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php',