#include "AmThread.h"#include <stdio.h>#include <string>#include <vector>#include <queue>Go to the source code of this file.
Data Structures | |
| struct | Attachement |
| Email file attachement. More... | |
| struct | AmMail |
| Email structure. Supports basic email functions such as attachements. More... | |
| class | AmMailDeamon |
| Email Deamon (singleton). It is designed as a singleton using a queue to get his work. It wakes up only if there is anything to do. More... | |
Typedefs | |
| typedef std::vector< Attachement > | Attachements |
| typedef void(*) | MailCleanUpFunction (AmMail *mail) |
| typedef void(*) MailCleanUpFunction(AmMail *mail) |
Function pointer to be called after mail processing.
| The mail which just has been processed. |
1.5.1