Wtx ~ Wt Extension Library
WtxLib
|
Email Management. More...
Classes | |
class | Attachment |
class | AttachmentEditor |
class | Composer |
class | ManagerWidget |
Functions | |
void | mapClasses () |
void | postCreateTables () |
Wtx::Dbo::Session * | session () |
Current Session. More... | |
Wt::Dbo::ptr< Wtx::Sys::User::Item > | currentUser () |
Get Current User. More... | |
Email Management.
Wt::Dbo::ptr< Wtx::Sys::User::Item > Wtx::Eml::currentUser | ( | ) |
Get Current User.
This is a function that needs to be provided by the application. The system user object is provided by the application and the exact source of that user is not known by the subsystem itself.
The function should be defined as follows:
Wtx::Dbo::Session* Wtx::Eml::session | ( | ) |
Current Session.
This is a function that needs to be provided by the application. The session object is provided by the application and the exact source of that session is not known by the subsystem itself.