#include "../io/FdIOClient.h"
#include "../io/TCPServer.h"
#include "SMTP.h"
Go to the source code of this file.
Namespaces | |
| namespace | oasys |
Classes | |
| class | oasys::SMTPServer |
| Class to implement an SMTP server which creates a thread and an SMTPHandler (using the factory interface) per connection. More... | |
| class | oasys::SMTPHandlerFactory |
| Simple interface for a class to create handler instances for incoming SMTP connections that are then destroyed when connections close. More... | |
| class | oasys::SMTPHandlerThread |
| Class for a single SMTP session. More... | |
1.5.3