Custom IMAP command in php

后端 未结 3 1386
执念已碎
执念已碎 2021-01-14 02:13

What is alternative of java imap function doCommand in php ?

I want to fire some custom imap extension command but I don\'t find any function to do that

3条回答
  •  自闭症患者
    2021-01-14 02:52

    Zend supports custom commends, but unfortunately does not support some basic ones like getting message parts that the default PHP imap library does... :-(

提交回复
热议问题