开发者

Qt, POP3 and SSL?

开发者 https://www.devze.com 2023-01-31 08:23 出处:网络
If Gmail is using SSL does this mean that I have to implement the algorithms for encrypting and decrypting all the 开发者_开发百科traffic by myself in order to download the mail?

If Gmail is using SSL does this mean that I have to implement the algorithms for encrypting and decrypting all the 开发者_开发百科traffic by myself in order to download the mail?

If so, is there a fast workaround for doing this ?

I should mention that I'm making a POP3 client from scratch in Qt Creator and I want to implement all the communication by myself.


You don't need to implement encryption algorithms by yourself. Qt includes SSL support under QSsl namespace, which was introduced in Qt 4.3. You should consider looking under QSsl namespace for required classes and enumerations.

0

精彩评论

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