SmtpClient Member List
This is the complete list of members for SmtpClient, including all inherited members.
| autoSelfDestruct | TcpConnection | protected |
| buffer | TcpClient | protected |
| canSend | TcpConnection | protected |
| close() override | TcpClient | protectedvirtual |
| connect(const Url &url) | SmtpClient | |
| TcpClient::connect(const String &server, int port, bool useSsl=false) override | TcpClient | protectedvirtual |
| TcpClient::connect(IpAddress addr, uint16_t port, bool useSsl=false) override | TcpClient | protectedvirtual |
| countPending() | SmtpClient | inline |
| flush() | TcpConnection | protected |
| freeStreams() | TcpClient | protected |
| getAvailableWriteSize() | TcpConnection | inlineprotected |
| getConnectionState() | TcpClient | inlineprotected |
| getCurrentMessage() | SmtpClient | |
| getRemoteIp() const | TcpConnection | inlineprotected |
| getRemotePort() const | TcpConnection | inlineprotected |
| getSsl() | TcpConnection | inlineprotected |
| getState() | SmtpClient | inline |
| initialize(tcp_pcb *pcb) | TcpConnection | protected |
| internalConnect(IpAddress addr, uint16_t port) | TcpConnection | protected |
| internalOnConnected(err_t err) | TcpConnection | protected |
| internalOnDnsResponse(const char *name, LWIP_IP_ADDR_T *ipaddr, int port) | TcpConnection | protected |
| internalOnError(err_t err) | TcpConnection | protected |
| internalOnPoll() | TcpConnection | protected |
| internalOnReceive(pbuf *p, err_t err) | TcpConnection | protected |
| internalOnSent(uint16_t len) | TcpConnection | protected |
| isProcessing() | TcpClient | inlineprotected |
| onConnected(err_t err) override | TcpClient | protectedvirtual |
| onError(err_t err) override | TcpClient | protectedvirtual |
| onFinished(TcpClientState finishState) | TcpClient | protectedvirtual |
| onMessageSent(SmtpClientCallback callback) | SmtpClient | inline |
| onPoll() | TcpConnection | protectedvirtual |
| onReadyToSendData(TcpConnectionEvent sourceEvent) override | SmtpClient | protectedvirtual |
| onReceive(pbuf *buf) override | SmtpClient | protectedvirtual |
| onSent(uint16_t len) override | TcpClient | protectedvirtual |
| onServerError(SmtpClientCallback callback) | SmtpClient | inline |
| pushAsyncPart() | TcpClient | protected |
| quit() | SmtpClient | |
| send(const String &from, const String &to, const String &subject, const String &body) | SmtpClient | |
| send(MailMessage *message) | SmtpClient | |
| TcpClient::send(const char *data, uint16_t len, bool forceCloseAfterSent=false) | TcpClient | protected |
| sendMailBody(MailMessage *mail) | SmtpClient | protected |
| sendMailHeaders(MailMessage *mail) | SmtpClient | protected |
| sendString(const String &data, bool forceCloseAfterSent=false) | TcpClient | inlineprotected |
| setBuffer(ReadWriteStream *stream) | TcpClient | protected |
| setCloseAfterSent(bool ignoreIncomingData=false) | TcpClient | inlineprotected |
| setCompleteDelegate(TcpClientCompleteDelegate completeCb=nullptr) | TcpClient | inlineprotected |
| setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate) | TcpConnection | inlineprotected |
| setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr) | TcpClient | inlineprotected |
| setSslConnection(Ssl::Connection *connection) | TcpConnection | inlineprotected |
| setSslInitHandler(Ssl::Session::InitDelegate handler) | TcpConnection | inlineprotected |
| setTimeOut(uint16_t waitTimeOut) | TcpConnection | protected |
| sleep | TcpConnection | protected |
| SmtpClient(bool autoDestroy=false) | SmtpClient | |
| ssl | TcpConnection | protected |
| sslCreateSession() | TcpConnection | protected |
| sslInit | TcpConnection | protected |
| sslInitSession(Ssl::Session &session) | TcpConnection | inlineprotectedvirtual |
| stream | TcpClient | protected |
| tcp | TcpConnection | protected |
| TcpClient(bool autoDestruct) | TcpClient | inlineprotected |
| TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted) | TcpClient | inlineprotected |
| TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=nullptr) | TcpClient | inlineprotected |
| TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=nullptr) | TcpClient | inlineprotected |
| TcpClient(TcpClientDataDelegate onReceive) | TcpClient | inlineexplicitprotected |
| TcpConnection(bool autoDestruct) | TcpConnection | inlineprotected |
| TcpConnection(tcp_pcb *connection, bool autoDestruct) | TcpConnection | inlineprotected |
| timeOut | TcpConnection | protected |
| trySend(TcpConnectionEvent event) | TcpConnection | inlineprotected |
| useSsl | TcpConnection | protected |
| write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY) | TcpConnection | protectedvirtual |
| write(IDataSourceStream *stream) | TcpConnection | protected |
| writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) | TcpConnection | inlineprotected |
| writeString(const String &data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) | TcpConnection | inlineprotected |
| ~SmtpClient() | SmtpClient | |
| ~TcpClient() | TcpClient | inlineprotected |
| ~TcpConnection() | TcpConnection | protectedvirtual |
1.8.13