Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
SmtpClient Member List

This is the complete list of members for SmtpClient, including all inherited members.

addSslOptions(uint32_t sslOptions) (defined in TcpConnection)TcpConnectioninlineprotected
addSslValidator(SslValidatorCallback callback, void *data=nullptr)TcpClientinlineprotected
autoSelfDestruct (defined in TcpConnection)TcpConnectionprotected
bufferTcpClientprotected
canSend (defined in TcpConnection)TcpConnectionprotected
close() override (defined in TcpClient)TcpClientprotectedvirtual
connect(const Url &url)SmtpClient
connect(const String &server, int port, bool useSsl=false, uint32_t sslOptions=0) override (defined in TcpClient)TcpClientprotectedvirtual
connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) override (defined in TcpClient)TcpClientprotectedvirtual
countPending() (defined in SmtpClient)SmtpClientinline
flush() (defined in TcpConnection)TcpConnectionprotected
freeKeyCertAfterHandshake (defined in TcpConnection)TcpConnectionprotected
freeSslClientKeyCert() SMING_DEPRECATEDTcpConnectioninlineprotected
freeSslKeyCert()TcpConnectioninlineprotected
freeStreams() (defined in TcpClient)TcpClientprotected
getAvailableWriteSize() (defined in TcpConnection)TcpConnectioninlineprotected
getConnectionState() (defined in TcpClient)TcpClientinlineprotected
getCurrentMessage()SmtpClient
getRemoteIp() const (defined in TcpConnection)TcpConnectioninlineprotected
getRemotePort() const (defined in TcpConnection)TcpConnectioninlineprotected
getSsl() (defined in TcpConnection)TcpConnectioninlineprotected
getState()SmtpClientinline
initialize(tcp_pcb *pcb) (defined in TcpConnection)TcpConnectionprotected
internalConnect(IPAddress addr, uint16_t port) (defined in TcpConnection)TcpConnectionprotected
internalOnConnected(err_t err) (defined in TcpConnection)TcpConnectionprotected
internalOnDnsResponse(const char *name, LWIP_IP_ADDR_T *ipaddr, int port) (defined in TcpConnection)TcpConnectionprotected
internalOnError(err_t err) (defined in TcpConnection)TcpConnectionprotected
internalOnPoll() (defined in TcpConnection)TcpConnectionprotected
internalOnReceive(pbuf *p, err_t err) (defined in TcpConnection)TcpConnectionprotected
internalOnSent(uint16_t len) (defined in TcpConnection)TcpConnectionprotected
isProcessing() (defined in TcpClient)TcpClientinlineprotected
onConnected(err_t err) override (defined in TcpClient)TcpClientprotectedvirtual
onError(err_t err) override (defined in TcpClient)TcpClientprotectedvirtual
onFinished(TcpClientState finishState) (defined in TcpClient)TcpClientprotectedvirtual
onMessageSent(SmtpClientCallback callback)SmtpClientinline
onPoll() (defined in TcpConnection)TcpConnectionprotectedvirtual
onReadyToSendData(TcpConnectionEvent sourceEvent) override (defined in SmtpClient)SmtpClientprotectedvirtual
onReceive(pbuf *buf) override (defined in SmtpClient)SmtpClientprotectedvirtual
onSent(uint16_t len) override (defined in TcpClient)TcpClientprotectedvirtual
onServerError(SmtpClientCallback callback)SmtpClientinline
onSslConnected(SSL *ssl) override (defined in TcpClient)TcpClientinlineprotectedvirtual
pinCertificate(const uint8_t *fingerprint, SslFingerprintType type)TcpClientinlineprotected
pinCertificate(SslFingerprints &fingerprints)TcpClientinlineprotected
pushAsyncPart() (defined in TcpClient)TcpClientprotected
quit()SmtpClient
send(const String &from, const String &to, const String &subject, const String &body)SmtpClient
send(MailMessage *message)SmtpClient
send(const char *data, uint16_t len, bool forceCloseAfterSent=false) (defined in TcpClient)TcpClientprotected
sendMailBody(MailMessage *mail) (defined in SmtpClient)SmtpClientprotected
sendMailHeaders(MailMessage *mail) (defined in SmtpClient)SmtpClientprotected
sendString(const String &data, bool forceCloseAfterSent=false) (defined in TcpClient)TcpClientinlineprotected
setBuffer(ReadWriteStream *stream) (defined in TcpClient)TcpClientprotected
setCompleteDelegate(TcpClientCompleteDelegate completeCb=nullptr)TcpClientinlineprotected
setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate)TcpConnectioninlineprotected
setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr)TcpClientinlineprotected
setSsl(SSL *ssl) (defined in TcpConnection)TcpConnectioninlineprotected
setSslClientKeyCert(const uint8_t *key, int keyLength, const uint8_t *certificate, int certificateLength, const char *keyPassword=nullptr, bool freeAfterHandshake=false) SMING_DEPRECATEDTcpConnectioninlineprotected
setSslClientKeyCert(const SslKeyCertPair &clientKeyCert, bool freeAfterHandshake=false) SMING_DEPRECATEDTcpConnectioninlineprotected
setSslKeyCert(const uint8_t *key, int keyLength, const uint8_t *certificate, int certificateLength, const char *keyPassword=nullptr, bool freeAfterHandshake=false)TcpConnectioninlineprotected
setSslKeyCert(const SslKeyCertPair &keyCert, bool freeAfterHandshake=false)TcpConnectioninlineprotected
setTimeOut(uint16_t waitTimeOut) (defined in TcpConnection)TcpConnectionprotected
sleep (defined in TcpConnection)TcpConnectionprotected
SmtpClient(bool autoDestroy=false) (defined in SmtpClient)SmtpClient
ssl (defined in TcpConnection)TcpConnectionprotected
sslConnected (defined in TcpConnection)TcpConnectionprotected
sslContext (defined in TcpConnection)TcpConnectionprotected
sslExtension (defined in TcpConnection)TcpConnectionprotected
sslKeyCert (defined in TcpConnection)TcpConnectionprotected
sslOptions (defined in TcpConnection)TcpConnectionprotected
sslSessionId (defined in TcpConnection)TcpConnectionprotected
streamTcpClientprotected
tcp (defined in TcpConnection)TcpConnectionprotected
TcpClient(bool autoDestruct) (defined in TcpClient)TcpClientinlineprotected
TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted) (defined in TcpClient)TcpClientinlineprotected
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=nullptr) (defined in TcpClient)TcpClientinlineprotected
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=nullptr) (defined in TcpClient)TcpClientinlineprotected
TcpClient(TcpClientDataDelegate onReceive) (defined in TcpClient)TcpClientinlineexplicitprotected
TcpConnection(bool autoDestruct) (defined in TcpConnection)TcpConnectioninlineprotected
TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection)TcpConnectioninlineprotected
timeOutTcpConnectionprotected
useSsl (defined in TcpConnection)TcpConnectionprotected
write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY)TcpConnectionprotectedvirtual
write(IDataSourceStream *stream) (defined in TcpConnection)TcpConnectionprotected
writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection)TcpConnectioninlineprotected
writeString(const String &data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection)TcpConnectioninlineprotected
~SmtpClient() (defined in SmtpClient)SmtpClient
~TcpClient() (defined in TcpClient)TcpClientinlineprotected
~TcpConnection() (defined in TcpConnection)TcpConnectionprotectedvirtual