Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SmtpClientContext Struct Reference
SMTP client context. More...
#include <smtp_client.h>
Data Fields | |
| Socket * | socket |
| Underlying socket. | |
| bool_t | authLoginSupported |
| LOGIN authentication mechanism supported. | |
| bool_t | authPlainSupported |
| PLAIN authentication mechanism supported. | |
| bool_t | authCramMd5Supported |
| CRAM-MD5 authentication mechanism supported. | |
| bool_t | startTlsSupported |
| STARTTLS command supported. | |
| char_t | buffer [SMTP_CLIENT_MAX_LINE_LENGTH/2] |
| Memory buffer for input/output operations. | |
| TlsContext * | tlsContext |
| TLS context. | |
Detailed Description
SMTP client context.
Definition at line 180 of file smtp_client.h.
Field Documentation
| bool_t authCramMd5Supported |
CRAM-MD5 authentication mechanism supported.
Definition at line 185 of file smtp_client.h.
| bool_t authLoginSupported |
LOGIN authentication mechanism supported.
Definition at line 183 of file smtp_client.h.
| bool_t authPlainSupported |
PLAIN authentication mechanism supported.
Definition at line 184 of file smtp_client.h.
| char_t buffer[SMTP_CLIENT_MAX_LINE_LENGTH/2] |
Memory buffer for input/output operations.
Definition at line 187 of file smtp_client.h.
| Socket* socket |
Underlying socket.
Definition at line 182 of file smtp_client.h.
| bool_t startTlsSupported |
STARTTLS command supported.
Definition at line 186 of file smtp_client.h.
| TlsContext* tlsContext |
TLS context.
Definition at line 190 of file smtp_client.h.
Generated on Tue Jul 12 2022 17:10:24 by
1.7.2