Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个邮件客户端并且有很多邮箱现在我有一个电子邮件列表,我想在列表中显示该电子邮件属于哪个邮箱
假设:如果电子邮件来自收件箱,则显示“收件箱” 如果电子邮件来自自定义邮箱,则显示“某些自定义邮箱”
是否可以使用 php_imap 或任何解决方法?
谢谢