邮件客户端地址簿有多少种格式?
我想开发一个库来处理邮件客户端的地址簿。而且,我知道 Microsoft Outlook 的地址簿格式是 *.pst。 Mozilla 雷鸟或其他公司怎么样?
I want to develop a library to handle mail client’s address book. And, I know Microsoft Outlook’s address book’s format is *.pst. What about Mozilla thunderbird or others?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PST 不是地址簿,而是存档的电子邮件。
您可以首先阅读处理某些格式的 Apache Tika 的源代码。
PST isn't address book, it's archived email.
You could start by reading the source of Apache Tika which handles some formats.