/* */ /*! \page mail-example.html \ingroup network-examples \title A simple mail client This example shows how to use the QSocket class. The client can only be used to send mails. The interesting part is the implementation of the SMTP protocol.
Header file (smtp.h): \include network/mail/smtp.h
Implementation (smtp.cpp): \include network/mail/smtp.cpp */