开发者

C++/CLI - Is it possible to check a POP3 email account and receive messages?

开发者 https://www.devze.com 2023-02-23 08:30 出处:网络
Is it possible to check a POP3 email account and receive messages in C++/CLI? If so, how would this be done? I\'m开发者_Go百科 quite new to this, so if anyone who answers could do so in layman\'s term

Is it possible to check a POP3 email account and receive messages in C++/CLI? If so, how would this be done? I'm开发者_Go百科 quite new to this, so if anyone who answers could do so in layman's terms, that would be great.


Which one is it? C++ or CLI? If you're after C++, there are plenty of pop3 libraries available. Google is your friend. If you want a good CLI one, try fetchmail. It can poll from multiple sources and has a lot of delivery options.

0

精彩评论

暂无评论...
验证码 换一张
取 消