mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
16 lines
634 B
Text
16 lines
634 B
Text
/**
|
|
@mainpage Mail Transport Service
|
|
|
|
@section Overview
|
|
The mailtransport module provides the following functionality:
|
|
- Shared mail transport settings
|
|
- GUI elements to configure mail transport settings
|
|
- Job classes for mail sending
|
|
|
|
The mailtransport module consists of the following components:
|
|
- a shared library containing the above listed functionality
|
|
- a KCModule which can be embedded into your application to provide mail transport configuration
|
|
- a KDED module which provides a D-Bus interface to mail transport settings and mail sending (not yet implemented)
|
|
*/
|
|
|
|
// DOXYGEN_REFERENCES = kdecore kdeui
|