Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 724

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

/*
*/
     
/*! \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
*/