diff options
| author | Vincent Richard <[email protected]> | 2006-05-05 11:13:11 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2006-05-05 11:13:11 +0000 |
| commit | abe3eef889ed721ef628b930f8d4f6fb295cf777 (patch) | |
| tree | 2611aebc31eebbe2df990272850776f7bae255f9 /src | |
| parent | Fixed typo when parsing ESMTP/AUTH response. (diff) | |
| download | vmime-abe3eef889ed721ef628b930f8d4f6fb295cf777.tar.gz vmime-abe3eef889ed721ef628b930f8d4f6fb295cf777.zip | |
Fixed typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/net/smtp/SMTPTransport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/smtp/SMTPTransport.cpp b/src/net/smtp/SMTPTransport.cpp index 78702320..98a2c9ee 100644 --- a/src/net/smtp/SMTPTransport.cpp +++ b/src/net/smtp/SMTPTransport.cpp @@ -173,7 +173,7 @@ void SMTPTransport::connect() const bool tlsRequired = HAS_PROPERTY(PROPERTY_CONNECTION_TLS_REQUIRED) && GET_PROPERTY(bool, PROPERTY_CONNECTION_TLS_REQUIRED); - if (!m_isSMTPS && tls) // only if not POP3S + if (!m_isSMTPS && tls) // only if not SMTPS { try { |
