1
郵箱有沒有一種方法,我可以監控新的電子郵件信箱,並做一些例如監控新的電子郵件
function onEventNewEmail()
{
//copy a file to a specified server on new email arrival
echo "File copied to the server you specified...\n";
}
當新郵件到達
。
難道你不能使用inotify(如果有的話)運行一個長期的PHP進程嗎? http://php.net/manual/en/book.inotify.php – 2012-03-11 10:57:56
我目前的想法是,但讓電子郵件交付文本格式,即電子郵件1,電子郵件.txt是我嘗試了棘手的部分。順便說一下,電子郵件必須在您可以觀看的文件夾(即/ home/iboxFolder)中提供 – Gandalf 2012-03-11 11:00:44