PHP 可搜索电子邮件存档
我管理一个俱乐部网站。他们使用不提供存档的电子邮件讨论列表服务。我一直在尝试几种不同的方法来使用 php imap 收集电子邮件,提取主题和正文,然后将它们放入 mysql 数据库中,在那里它们可以被拉入网站,供会员阅读。
虽然使用一些预先制作的电子邮件到网络上的数据库类来实现这一点很容易,但他们还希望存档可搜索,电子邮件分组为“讨论”,并且能够轻松删除/审核条目。这似乎需要大量的工作,我希望有人已经做过类似的事情,或者我忽略了一些已经包含此功能的软件。我不想重新发明轮子。
I manage a club website. They use an email discussion list service that does not provide an archive. I have been playing around with several different ways to use php imap to collect email, extract the subject and body, then put them into a mysql database, where they can be pulled into the website where they can be read by members.
While this is easy enough to implement using some of the pre-made email to database classes around the net, they would also like the archive to be searchable, emails grouped into "discussions", and easily be able to delete/moderate the entries. This seems like it would take a ton of work, and I am hoping someone has already done something like this or that I have overlooked some software that already contains this functionality. I would hate to reinvent the wheel.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 mailman
Try mailman