home *** CD-ROM | disk | FTP | other *** search
- /*
- $Id: qt/mail.doc 3.0.0 edited Jun 1 18:44 $
- */
-
- /*! \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.
-
- <hr>
-
- Header file (smtp.h):
-
- \include network/mail/smtp.h
-
- <hr>
-
- Implementation (smtp.cpp):
-
- \include network/mail/smtp.cpp
- */
-