@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at recaptime-dev/main 11 lines 384 B view raw
1<?php 2$root = __DIR__; 3require_once $root.'/Contracts/CharsetManager.php'; 4require_once $root.'/Contracts/Middleware.php'; 5require_once $root.'/Parser.php'; 6require_once $root.'/Charset.php'; 7require_once $root.'/Attachment.php'; 8require_once $root.'/Exception.php'; 9require_once $root.'/Middleware.php'; 10require_once $root.'/MiddlewareStack.php'; 11require_once $root.'/MimePart.php';