E-MailRelay
|
#include "gdef.h"
#include "gsmtpclientreply.h"
#include "gmessagestore.h"
#include "gstoredmessage.h"
#include "gfilter.h"
#include "gsaslclient.h"
#include "gsaslclientsecrets.h"
#include "gslot.h"
#include "gstringarray.h"
#include "gstringview.h"
#include "glimits.h"
#include "gtimer.h"
#include "gexception.h"
#include <vector>
#include <memory>
#include <iostream>
Go to the source code of this file.
Classes | |
class | GSmtp::ClientProtocol |
Implements the client-side SMTP protocol. More... | |
class | GSmtp::ClientProtocol::Sender |
An interface used by ClientProtocol to send protocol messages. More... | |
struct | GSmtp::ClientProtocol::Config |
A structure containing GSmtp::ClientProtocol configuration parameters. More... | |
struct | GSmtp::ClientProtocol::DoneInfo |
Parameters for GSmtp::ClientProtocol::doneSignal() More... | |
Namespaces | |
namespace | GSmtp |
SMTP classes. | |