简体   繁体   English

电子邮件查看器应用程序

[英]E-Mail Viewer application

I am trying to write an e-mail viewer application (only for receiving emails not for sending) for my project. 我正在尝试为我的项目编写一个电子邮件查看器应用程序(仅用于接收电子邮件而不用于发送)。 I have searched lot many places but all are for only sending. 我搜索了很多地方,但所有地方仅供发送。

Can somebody guide me in right direction from where I can start. 有人可以指导我从正确的方向开始。 Language is not a matter for me. 语言对我来说不是问题。

Thanks 谢谢

There are lots of them out there! 有很多在那里! A quick search throws many results, such as Pooka for which the source code is available so you can look at how they have done it, learn from it, and do it yourself. 快速搜索会抛出许多结果,例如Pooka ,其源代码可用,因此您可以查看他们的工作方式,从中学到的知识以及自己做的事情。

It really depends on what server you are connecting to to receive E-Mails from: POP3, IMAP or even Exchange. 这实际上取决于您要连接到哪个服务器以接收来自POP3,IMAP甚至Exchange的电子邮件。

Also, when searching the web for "POP3" or "IMAP" you'll find loads of guides and tutorials for most languages out there. 另外,在网络上搜索“ POP3”或“ IMAP”时,您会找到大量适用于大多数语言的指南和教程。

Here some examples and/or libraries for C#: 以下是C#的一些示例和/或库:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM