home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / network / mail / mail.doc < prev    next >
Encoding:
Text File  |  2001-10-11  |  456 b   |  27 lines

  1. /*
  2. $Id:  qt/mail.doc   3.0.0   edited Jun 1 18:44 $
  3. */
  4.      
  5. /*! \page mail-example.html
  6.  
  7.   \ingroup network-examples
  8.  
  9.   \title A simple mail client
  10.  
  11.   This example shows how to use the QSocket class. The client can only be
  12.   used to send mails. The interesting part is the implementation of the
  13.   SMTP protocol.
  14.  
  15.   <hr>
  16.  
  17.   Header file (smtp.h):
  18.  
  19.   \include network/mail/smtp.h
  20.  
  21.   <hr>
  22.  
  23.   Implementation (smtp.cpp):
  24.  
  25.   \include network/mail/smtp.cpp
  26. */
  27.