join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
smtp_protocol.hpp File Reference
Include dependency graph for smtp_protocol.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::Smtp
 SMTP protocol class (SMTP over TCP, upgradable to TLS using STARTTLS). More...
 
class  join::Smtps
 SMTPS protocol class (SMTP over TLS). More...
 

Namespaces

namespace  join
 

Functions

constexpr bool join::operator== (const Smtp &a, const Smtp &b) noexcept
 check if equals.
 
constexpr bool join::operator!= (const Smtp &a, const Smtp &b) noexcept
 check if not equals.
 
constexpr bool join::operator== (const Smtps &a, const Smtps &b) noexcept
 check if equals.
 
constexpr bool join::operator!= (const Smtps &a, const Smtps &b) noexcept
 check if not equals.