1/**
2  @mainpage Mail Transport Service
3
4  @section Overview
5  The mailtransport module provides the following functionality:
6  - Shared mail transport settings
7  - GUI elements to configure mail transport settings
8  - Job classes for mail sending
9
10  The mailtransport module consists of the following components:
11  - a shared library containing the above listed functionality
12  - a KCModule which can be embedded into your application to provide mail transport configuration
13  - a KDED module which provides a D-Bus interface to mail transport settings and mail sending (not yet implemented)
14*/
15
16// DOXYGEN_REFERENCES = kdecore kdeui
17