/home/desid573/public_html/gcdriver/PHPMailer/test
NameSizeModeActions
bootstrap.php1400644editdlrm
fakepopserver.sh29990644editdlrm
fakesendmail.sh4740644editdlrm
phpmailerLangTest.php23400644editdlrm
phpmailerTest.php809010644editdlrm
runfakepopserver.sh3590644editdlrm
testbootstrap-dist.php2380644editdlrm
test_callback.php26800644editdlrm
Edit: /home/desid573/public_html/gcdriver/PHPMailer/test/runfakepopserver.sh (359B)
#!/usr/bin/env bash # Run the fake pop server from bash # Idea from http://blog.ale-re.net/2007/09/ipersimple-remote-shell-with-netcat.html # Defaults to port 1100 so it can be run by unpriv users and not clash with a real server # Optionally, pass in a port number as the first arg mkfifo fifo nc -l ${1:-1100} fifo rm fifo