You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
407 B
26 lines
407 B
/*
|
|
*/
|
|
|
|
/*! \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
|
|
*/
|