如何在 .NET 中创建基于 Web 的电子邮件客户端?

发布于 2024-07-09 21:22:07 字数 237 浏览 8 评论 0原文

我正在使用第三方组件在 .NET 中创建一个基于 Web 的电子邮件客户端。

我只是想确保我有正确的想法:

  1. 我将首先使用 POP 提取电子邮件
  2. ,然后使用 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:

  1. I will first pull the emails in using POP
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

糖粟与秋泊 2024-07-16 21:22:07

去年我尝试了一个类似的项目,但从未取得多大进展。 有太多可靠的现成解决方案可以解决这个问题,因此我接受了“编程很难。让我们去购物吧!”的建议。

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!"

红玫瑰 2024-07-16 21:22:07

使用/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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文