IMAP, Microsoft Exchange, Searching Emails

大城市里の小女人 提交于 2019-12-11 20:38:33

问题


I am currently working on a web app, that is essentially a CRM. The client wants to be able to do all his day to day business tasks through the CRM.

The major point he wishes to have is the ability to send and receive emails from within his web app. Is this possible using IMAP? Could I get message threads etc?

The other major point is that if he views a client profile he would like to see the email threads for that client. Is that possible? Can I retrieve emails based on the recipient or sender email address?


回答1:


You can retrieve email with IMAP, but not send with it. IMAP also does have the ability to handle threading, and as far as being able to view the threads for clients, I suppose that can be done so long as the permissions are properly setup.

See http://php.net/manual/en/function.imap-thread.php and http://www.php.net/manual/en/ref.imap.php for more info.



来源:https://stackoverflow.com/questions/10089970/imap-microsoft-exchange-searching-emails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!