AmMail.h File Reference

#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< AttachementAttachements
typedef void(*) MailCleanUpFunction (AmMail *mail)


Detailed Description


Typedef Documentation

typedef void(*) MailCleanUpFunction(AmMail *mail)

Function pointer to be called after mail processing.

Parameters:
mail The mail which just has been processed.


Generated on Fri May 16 12:02:06 2008 for SEMS by  doxygen 1.5.1
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login