如何在 .NET 中创建基于 Web 的电子邮件客户端?
我正在使用第三方组件在 .NET 中创建一个基于 Web 的电子邮件客户端。
我只是想确保我有正确的想法:
- 我将首先使用 POP 提取电子邮件
- ,然后使用 MIME 组件解析从 POP 收到的每条消息,对吗?
我对第 3 方的选择是:Nsoftware、Quiksoft 或 Dart。
不过,我现在正在考虑 Nsoftware。
I am creating a web based email client in .NET using a 3rd party component.
I just want to make sure I have the right idea:
- I will first pull the emails in using POP
- I will then parse each individual message that I got from POP using the MIME component right?
My choices for 3rd party are: Nsoftware, Quiksoft or Dart.
I am looking at Nsoftware right now though.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
去年我尝试了一个类似的项目,但从未取得多大进展。 有太多可靠的现成解决方案可以解决这个问题,因此我接受了“编程很难。让我们去购物吧!”的建议。
I attempted a similar project last year, but never got very far with it. There were so many solid off-the-shelf solutions to this that I took the advice "Programming is hard. Let's go shopping!"
使用/n软件POP和MIME组件,你是对的。 您将使用 POP 组件检索消息,然后使用 MIME 组件将消息解码为其组成部分。 /n software 提供了有关使用 POP 和 MIME 组件的 IP*Works 产品示例。 如果您需要进一步的帮助,他们的支持团队是一流的。
Using the /n software POP and MIME component, you are correct. You would use the POP component to retrieve your message, then use the MIME component to decode the message into its constituent parts. /n software provides examples with their IP*Works product on using the POP and MIME components. If you need further help, their support team is top notch.