blob: 4985d1cbeed621cea4019201be2c447fbcb2523a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*
*/
/*! \page mail-example.html
\ingroup network-examples
\title A simple mail client
This example shows how to use the TQSocket 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
*/
|