diff --git a/src/smtpclient.h b/src/smtpclient.h index f2bc161..f4a1472 100644 --- a/src/smtpclient.h +++ b/src/smtpclient.h @@ -54,6 +54,15 @@ public: TlsConnection // STARTTLS }; + enum State { + UnconnectedState, + ConnectingState, + ConnectedState, + AuthenticatingState, + MailSendingState, + DisconnectingState + }; + /* [0] --- */