#include "../io/FdIOClient.h"
#include "../io/TCPClient.h"
#include "SMTP.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::SMTPClient |
Class to wrap a client socket to an smtp server. More... | |
class | oasys::SMTPFdClient |
Debugging class to provide basically the same functionality only using a pair of file descriptors, not a socket. More... |