/home/arranoyd/magicraft/wp-content/plugins/postman-smtp/Postman/Postman-Mail/PostmanMailEngine.php
<?php
if (! interface_exists ( "PostmanMailEngine" )) {

	interface PostmanMailEngine {
		public function getTranscript();
		public function send(PostmanMessage $message);
	}

}