Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 C#(或其他语言)中使用 POP3 或 Imap 从我的应用程序(c# 或其他语言)中获取、删除……消息,例如在 telnet 中。我知道 POP3 命令,但不知道如何在我的应用程序中使用它们。有图书馆可以帮助我吗?
例如,我如何使用 110 端口连接到服务器并发送以下命令`RETR 1
您可以使用 openpop.net 库来管理它们。
http://sourceforge.net/projects/hpop/