[Qt-interest] Email

Andre Somers andre at familiesomers.nl
Wed Nov 3 08:50:56 CET 2010


Op 3-11-2010 8:28, Joshua Wambua schreef:
>
> Hi, does anyone know how to send and retrieve emails in qt using 
> pop/smtp?
>
> Please assist
>
>
Basic way:
Read the RFC's and implement it on top of QTcpSocket.

Slightly less basic: do a little bit of googling to see what existing 
components there are. I could find some existing code in less than a 
minute... SMTP for instance is offered by the Qxt lib.
Also, there are many existing email clients, some of which open source 
and written with Qt. Sounds like a good place to get some inspiration.

André

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20101103/2a9b46a9/attachment.html 


More information about the Qt-interest-old mailing list